Searched refs:getRegPressureSetLimit (Results 1 – 15 of 15) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | RegisterClassInfo.h | 137 unsigned getRegPressureSetLimit(unsigned Idx) const { in getRegPressureSetLimit() function
|
D | TargetRegisterInfo.h | 754 virtual unsigned getRegPressureSetLimit(const MachineFunction &MF,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | RegisterClassInfo.cpp | 192 return TRI->getRegPressureSetLimit(*MF, Idx) - in computePSetLimit()
|
D | RegisterPressure.cpp | 971 unsigned Limit = RCI->getRegPressureSetLimit(i); in computeExcessPressureDelta() 1171 unsigned Limit = RCI->getRegPressureSetLimit(PSetID); in getUpwardPressureDelta()
|
D | MachineLICM.cpp | 366 RegLimit[i] = TRI->getRegPressureSetLimit(MF, i); in runOnMachineFunction()
|
D | MachineScheduler.cpp | 1055 unsigned Limit = RegClassInfo->getRegPressureSetLimit(i); in initRegPressure() 1085 unsigned Limit = RegClassInfo->getRegPressureSetLimit(ID); in updateScheduledPressure()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | GCNSchedStrategy.cpp | 52 SGPRCriticalLimit = SRI->getRegPressureSetLimit(DAG->MF, in initialize() 54 VGPRCriticalLimit = SRI->getRegPressureSetLimit(DAG->MF, in initialize()
|
D | SIRegisterInfo.h | 247 unsigned getRegPressureSetLimit(const MachineFunction &MF,
|
D | SIRegisterInfo.cpp | 1738 unsigned SIRegisterInfo::getRegPressureSetLimit(const MachineFunction &MF, in getRegPressureSetLimit() function in SIRegisterInfo 1748 return AMDGPURegisterInfo::getRegPressureSetLimit(MF, Idx); in getRegPressureSetLimit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonMachineScheduler.cpp | 279 unsigned Limit = DAG->getRegClassInfo()->getRegPressureSetLimit(i); in initialize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenRegisterInfo.inc | 3852 unsigned getRegPressureSetLimit(const MachineFunction &MF, unsigned Idx) const override; 5588 getRegPressureSetLimit(const MachineFunction &MF, unsigned Idx) const {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenRegisterInfo.inc | 3818 unsigned getRegPressureSetLimit(const MachineFunction &MF, unsigned Idx) const override; 7268 getRegPressureSetLimit(const MachineFunction &MF, unsigned Idx) const {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenRegisterInfo.inc | 4324 unsigned getRegPressureSetLimit(const MachineFunction &MF, unsigned Idx) const override; 9787 getRegPressureSetLimit(const MachineFunction &MF, unsigned Idx) const {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenRegisterInfo.inc | 3590 unsigned getRegPressureSetLimit(const MachineFunction &MF, unsigned Idx) const override; 15842 getRegPressureSetLimit(const MachineFunction &MF, unsigned Idx) const {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenRegisterInfo.inc | 5038 unsigned getRegPressureSetLimit(const MachineFunction &MF, unsigned Idx) const override; 20237 getRegPressureSetLimit(const MachineFunction &MF, unsigned Idx) const {
|