Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A 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 …]
H A 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,
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A 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()
1004 Delta.CriticalMax = PressureChange(); in computeMaxPressureDelta()
1005 Delta.CurrentMax = PressureChange(); in computeMaxPressureDelta()
1021 Delta.CriticalMax = PressureChange(i); in computeMaxPressureDelta()
1029 Delta.CurrentMax = PressureChange(i); in computeMaxPressureDelta()
[all …]
H A 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()
3046 bool tryPressure(const PressureChange &TryP, in tryPressure()
3047 const PressureChange &CandP, in tryPressure()
H A DMachinePipeliner.cpp1673 ArrayRef<PressureChange> CriticalPSets; in registerPressureFilter()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.h266 int Cost, PressureChange P = PressureChange());
H A DHexagonMachineScheduler.cpp485 const ReadyQueue &Q, SUnit *SU, int Cost, PressureChange P) { in traceCandidate()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A 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()