Searched refs:getRegPressure (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNRegPressure.cpp | 343 MaxPressure = CurPressure = getRegPressure(*MRI, LiveRegs); in reset() 354 MaxPressure = CurPressure = getRegPressure(MRI_, LiveRegs_); in reset() 414 assert(CurPressure == getRegPressure(*MRI, LiveRegs)); in recede() 564 auto LISPressure = getRegPressure(*MRI, LISLR); in isValid() 675 RPAtMBBEnd = getRegPressure(MRI, LiveIn); in runOnMachineFunction() 741 OS << printRP(getRegPressure(MRI, LiveThrough)) << '\n'; in runOnMachineFunction()
|
H A D | GCNIterativeScheduler.cpp | 83 OS << "LIn RP: " << print(getRegPressure(MRI, LiveIns)); in printLivenessInfo() 87 OS << "LOt RP: " << print(getRegPressure(MRI, LiveOuts)); in printLivenessInfo()
|
H A D | GCNRegPressure.h | 330 GCNRegPressure getRegPressure(const MachineRegisterInfo &MRI, in getRegPressure() function
|
H A D | GCNSchedStrategy.cpp | 934 << print(llvm::getRegPressure(DAG.MRI, DAG.LiveIns[RegionIdx])) in initGCNRegion()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | VLIWMachineScheduler.cpp | 293 DAG->getRegPressure().MaxSetPressure; in initialize() 534 DAG->getRegPressure().MaxSetPressure); in readyQueueVerboseDump() 786 DAG->getRegPressure().MaxSetPressure); in pickNodeFromQueue()
|
H A D | MachineScheduler.cpp | 3495 DAG->getRegPressure().MaxSetPressure); in initCandidate() 3503 DAG->getRegPressure().MaxSetPressure); in initCandidate() 3510 DAG->getRegPressure().MaxSetPressure); in initCandidate()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineScheduler.h | 460 const IntervalPressure &getRegPressure() const { return RegPressure; } in getRegPressure() function
|