Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DRegisterPressure.h103 class PressureChange {
108 PressureChange() = default;
109 PressureChange(unsigned id): PSetID(id + 1) { in PressureChange() function
129 bool operator==(const PressureChange &RHS) const {
147 PressureChange PressureChanges[MaxPSets];
149 using iterator = PressureChange *;
155 using const_iterator = const PressureChange *;
240 PressureChange Excess;
241 PressureChange CriticalMax;
242 PressureChange CurrentMax;
[all …]
DMachineScheduler.h413 std::vector<PressureChange> RegionCriticalPSets;
453 const std::vector<PressureChange> &getRegionCriticalPSets() const { in getRegionCriticalPSets()
939 bool tryPressure(const PressureChange &TryP,
940 const PressureChange &CandP,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DRegisterPressure.cpp128 for (const PressureChange &Change : *this) { in dump()
139 void PressureChange::dump() const { in dump()
688 PressureChange PTmp = PressureChange(*PSetI); in addPressureChange()
701 *I = PressureChange(); in addPressureChange()
965 Delta.Excess = PressureChange(); in computeExcessPressureDelta()
986 Delta.Excess = PressureChange(i); in computeExcessPressureDelta()
1001 ArrayRef<PressureChange> CriticalPSets, in computeMaxPressureDelta()
1004 Delta.CriticalMax = PressureChange(); in computeMaxPressureDelta()
1005 Delta.CurrentMax = PressureChange(); in computeMaxPressureDelta()
1021 Delta.CriticalMax = PressureChange(i); in computeMaxPressureDelta()
[all …]
DMachineScheduler.cpp1076 RegionCriticalPSets.push_back(PressureChange(i)); in initRegPressure()
1080 for (const PressureChange &RCPS in initRegPressure()
1091 for (const PressureChange &PC : PDiff) { in updateScheduledPressure()
2767 PressureChange P; in traceCandidate()
3048 bool tryPressure(const PressureChange &TryP, in tryPressure()
3049 const PressureChange &CandP, in tryPressure()
DMachinePipeliner.cpp1673 ArrayRef<PressureChange> CriticalPSets; in registerPressureFilter()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.h266 int Cost, PressureChange P = PressureChange());
DHexagonMachineScheduler.cpp485 const ReadyQueue &Q, SUnit *SU, int Cost, PressureChange P) { in traceCandidate()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DGCNSchedStrategy.cpp108 Cand.RPDelta.Excess = PressureChange(AMDGPU::RegisterPressureSets::VGPR_32); in initCandidate()
114 Cand.RPDelta.Excess = PressureChange(AMDGPU::RegisterPressureSets::SReg_32); in initCandidate()
130 PressureChange(AMDGPU::RegisterPressureSets::SReg_32); in initCandidate()
134 PressureChange(AMDGPU::RegisterPressureSets::VGPR_32); in initCandidate()