Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp343 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 DGCNIterativeScheduler.cpp83 OS << "LIn RP: " << print(getRegPressure(MRI, LiveIns)); in printLivenessInfo()
87 OS << "LOt RP: " << print(getRegPressure(MRI, LiveOuts)); in printLivenessInfo()
H A DGCNRegPressure.h330 GCNRegPressure getRegPressure(const MachineRegisterInfo &MRI, in getRegPressure() function
H A DGCNSchedStrategy.cpp934 << print(llvm::getRegPressure(DAG.MRI, DAG.LiveIns[RegionIdx])) in initGCNRegion()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DVLIWMachineScheduler.cpp293 DAG->getRegPressure().MaxSetPressure; in initialize()
534 DAG->getRegPressure().MaxSetPressure); in readyQueueVerboseDump()
786 DAG->getRegPressure().MaxSetPressure); in pickNodeFromQueue()
H A DMachineScheduler.cpp3495 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 DMachineScheduler.h460 const IntervalPressure &getRegPressure() const { return RegPressure; } in getRegPressure() function