1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/lib/MCA/HardwareUnits
Andrea Di Biagio 7a9fad3edf [MCA][Scheduler] Track resources that were found busy when issuing an instruction.
This is a follow up of r353706. When the scheduler fails to issue a ready
instruction to the underlying pipelines, it now updates a mask of 'busy resource
units'. That information will be used in future to obtain the set of
"problematic" resources in the case of bottlenecks caused by resource pressure.
No functional change intended.

llvm-svn: 353728
2019-02-11 17:55:47 +00:00
..
HardwareUnit.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
LSUnit.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterFile.cpp [MCA] Moved the logic that updates register dependencies from DispatchStage to RegisterFile. NFC 2019-02-05 14:11:41 +00:00
ResourceManager.cpp [MCA] Return a mask of busy resources from method ResourceManager::checkAvailability(). NFCI 2019-02-11 14:53:04 +00:00
RetireControlUnit.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Scheduler.cpp [MCA][Scheduler] Track resources that were found busy when issuing an instruction. 2019-02-11 17:55:47 +00:00