Home
last modified time | relevance | path

Searched refs:getLiveRegsBefore (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNRegPressure.h246 inline GCNRPTracker::LiveRegSet getLiveRegsBefore(const MachineInstr &MI, in getLiveRegsBefore() function
DGCNRegPressure.cpp300 : getLiveRegsBefore(MI, LIS); in reset()
DGCNSchedStrategy.cpp480 assert(isEqual(getLiveRegsBefore(*NonDbgMI, *LIS), LRS)); in computeBlockPressure()
DGCNIterativeScheduler.cpp98 const auto LiveIns = getLiveRegsBefore(*Begin, *LIS); in printLivenessInfo()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DGCNRegPressure.h254 inline GCNRPTracker::LiveRegSet getLiveRegsBefore(const MachineInstr &MI, in getLiveRegsBefore() function
DGCNRegPressure.cpp302 : getLiveRegsBefore(MI, LIS); in reset()
DGCNSchedStrategy.cpp469 assert(isEqual(getLiveRegsBefore(*NonDbgMI, *LIS), LRS)); in computeBlockPressure()
DGCNIterativeScheduler.cpp103 const auto LiveIns = getLiveRegsBefore(*Begin, *LIS); in printLivenessInfo()