Home
last modified time | relevance | path

Searched refs:getRegPressure (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNRegPressure.cpp303 MaxPressure = CurPressure = getRegPressure(*MRI, LiveRegs); in reset()
351 assert(CurPressure == getRegPressure(*MRI, LiveRegs)); in recede()
486 auto LISPressure = getRegPressure(*MRI, LISLR); in isValid()
DGCNIterativeScheduler.cpp100 getRegPressure(MRI, LiveIns).print(OS); in printLivenessInfo()
105 getRegPressure(MRI, LiveOuts).print(OS); in printLivenessInfo()
DGCNRegPressure.h253 GCNRegPressure getRegPressure(const MachineRegisterInfo &MRI, in getRegPressure() function
DGCNSchedStrategy.cpp344 llvm::getRegPressure(MRI, LiveIns[RegionIdx]).print(dbgs()); in schedule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp276 DAG->getRegPressure().MaxSetPressure; in initialize()
507 DAG->getRegPressure().MaxSetPressure); in readyQueueVerboseDump()
781 DAG->getRegPressure().MaxSetPressure); in pickNodeFromQueue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineScheduler.h447 const IntervalPressure &getRegPressure() const { return RegPressure; } in getRegPressure() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineScheduler.cpp2962 DAG->getRegPressure().MaxSetPressure); in initCandidate()
2970 DAG->getRegPressure().MaxSetPressure); in initCandidate()
2977 DAG->getRegPressure().MaxSetPressure); in initCandidate()