Home
last modified time | relevance | path

Searched refs:PressureChange (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h102 class PressureChange {
107 PressureChange() = default;
108 PressureChange(unsigned id): PSetID(id + 1) { in PressureChange() function
128 bool operator==(const PressureChange &RHS) const {
146 PressureChange PressureChanges[MaxPSets];
148 using iterator = PressureChange *;
154 using const_iterator = const PressureChange *;
241 PressureChange Excess;
242 PressureChange CriticalMax;
243 PressureChange CurrentMax;
[all …]
H A DVLIWMachineScheduler.h261 int Cost, PressureChange P = PressureChange());
H A DMachineScheduler.h426 std::vector<PressureChange> RegionCriticalPSets;
462 const std::vector<PressureChange> &getRegionCriticalPSets() const { in getRegionCriticalPSets()
1198 bool tryPressure(const PressureChange &TryP,
1199 const PressureChange &CandP,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterPressure.cpp128 for (const PressureChange &Change : *this) { in dump()
139 void PressureChange::dump() const { in dump()
679 PressureChange PTmp = PressureChange(*PSetI); in addPressureChange()
692 *I = PressureChange(); in addPressureChange()
956 Delta.Excess = PressureChange(); in computeExcessPressureDelta()
977 Delta.Excess = PressureChange(i); in computeExcessPressureDelta()
992 ArrayRef<PressureChange> CriticalPSets, in computeMaxPressureDelta()
995 Delta.CriticalMax = PressureChange(); in computeMaxPressureDelta()
996 Delta.CurrentMax = PressureChange(); in computeMaxPressureDelta()
1012 Delta.CriticalMax = PressureChange(i); in computeMaxPressureDelta()
[all …]
H A DMachineScheduler.cpp1321 RegionCriticalPSets.push_back(PressureChange(i)); in initRegPressure()
1325 for (const PressureChange &RCPS in initRegPressure()
1336 for (const PressureChange &PC : PDiff) { in updateScheduledPressure()
3117 PressureChange P; in traceCandidate()
3396 bool tryPressure(const PressureChange &TryP, in tryPressure()
3397 const PressureChange &CandP, in tryPressure()
H A DVLIWMachineScheduler.cpp512 int Cost, PressureChange P) { in traceCandidate()
H A DMachinePipeliner.cpp2097 ArrayRef<PressureChange> CriticalPSets; in registerPressureFilter()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp253 Cand.RPDelta.Excess = PressureChange(AMDGPU::RegisterPressureSets::VGPR_32); in initCandidate()
259 Cand.RPDelta.Excess = PressureChange(AMDGPU::RegisterPressureSets::SReg_32); in initCandidate()
275 PressureChange(AMDGPU::RegisterPressureSets::SReg_32); in initCandidate()
279 PressureChange(AMDGPU::RegisterPressureSets::VGPR_32); in initCandidate()