Searched refs:getLiveRegsBefore (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | GCNRegPressure.h | 246 inline GCNRPTracker::LiveRegSet getLiveRegsBefore(const MachineInstr &MI, in getLiveRegsBefore() function
|
D | GCNRegPressure.cpp | 300 : getLiveRegsBefore(MI, LIS); in reset()
|
D | GCNSchedStrategy.cpp | 480 assert(isEqual(getLiveRegsBefore(*NonDbgMI, *LIS), LRS)); in computeBlockPressure()
|
D | GCNIterativeScheduler.cpp | 98 const auto LiveIns = getLiveRegsBefore(*Begin, *LIS); in printLivenessInfo()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | GCNRegPressure.h | 254 inline GCNRPTracker::LiveRegSet getLiveRegsBefore(const MachineInstr &MI, in getLiveRegsBefore() function
|
D | GCNRegPressure.cpp | 302 : getLiveRegsBefore(MI, LIS); in reset()
|
D | GCNSchedStrategy.cpp | 469 assert(isEqual(getLiveRegsBefore(*NonDbgMI, *LIS), LRS)); in computeBlockPressure()
|
D | GCNIterativeScheduler.cpp | 103 const auto LiveIns = getLiveRegsBefore(*Begin, *LIS); in printLivenessInfo()
|