Searched refs:PressureChange (Results 1 – 8 of 8) sorted by relevance
102 class PressureChange {107 PressureChange() = default;108 PressureChange(unsigned id): PSetID(id + 1) { in PressureChange() function128 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 …]
261 int Cost, PressureChange P = PressureChange());
426 std::vector<PressureChange> RegionCriticalPSets;462 const std::vector<PressureChange> &getRegionCriticalPSets() const { in getRegionCriticalPSets()1198 bool tryPressure(const PressureChange &TryP,1199 const PressureChange &CandP,
128 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 …]
1321 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()
512 int Cost, PressureChange P) { in traceCandidate()
2097 ArrayRef<PressureChange> CriticalPSets; in registerPressureFilter()
253 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()