Home
last modified time | relevance | path

Searched refs:getRegPressureSetLimit (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/llvm/test/TableGen/
H A Dinhibit-pset.td18 // CHECK-NEXT: getRegPressureSetLimit(const MachineFunction &MF, unsigned Idx) const {
H A Dbare-minimum-psets.td58 // CHECK-NEXT: getRegPressureSetLimit(const MachineFunction &MF, unsigned Idx) const {
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DRegisterClassInfo.h143 unsigned getRegPressureSetLimit(unsigned Idx) const { in getRegPressureSetLimit() function
H A DTargetRegisterInfo.h833 virtual unsigned getRegPressureSetLimit(const MachineFunction &MF,
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp206 unsigned RegPressureSetLimit = TRI->getRegPressureSetLimit(*MF, Idx); in computePSetLimit()
H A DRegisterPressure.cpp973 unsigned Limit = RCI->getRegPressureSetLimit(i); in computeExcessPressureDelta()
1173 unsigned Limit = RCI->getRegPressureSetLimit(PSetID); in getUpwardPressureDelta()
H A DVLIWMachineScheduler.cpp296 unsigned Limit = DAG->getRegClassInfo()->getRegPressureSetLimit(i); in initialize()
H A DMachineLICM.cpp359 RegLimit[i] = TRI->getRegPressureSetLimit(MF, i); in runOnMachineFunction()
H A DMachineSink.cpp793 TRI->getRegPressureSetLimit(*MBB->getParent(), *PS)) in isProfitableToSinkTo()
H A DMachineScheduler.cpp1071 unsigned Limit = RegClassInfo->getRegPressureSetLimit(i); in initRegPressure()
1101 unsigned Limit = RegClassInfo->getRegPressureSetLimit(ID); in updateScheduledPressure()
/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DMFCommon.inc50 unsigned getRegPressureSetLimit(const MachineFunction &MF,
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.h312 unsigned getRegPressureSetLimit(const MachineFunction &MF,
H A DSIRegisterInfo.cpp2872 unsigned SIRegisterInfo::getRegPressureSetLimit(const MachineFunction &MF, in getRegPressureSetLimit() function in SIRegisterInfo
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp667 unsigned VSSRCLimit = TRI->getRegPressureSetLimit( in shouldReduceRegisterPressure()