Searched refs:NewSGPRPressure (Results 1 – 1 of 1) sorted by relevance
227 unsigned NewSGPRPressure = Pressure[AMDGPU::RegisterPressureSets::SReg_32]; in initCandidate() local257 if (ShouldTrackSGPRs && NewSGPRPressure >= SGPRExcessLimit) { in initCandidate()260 Cand.RPDelta.Excess.setUnitInc(NewSGPRPressure - SGPRExcessLimit); in initCandidate()268 int SGPRDelta = NewSGPRPressure - SGPRCriticalLimit; in initCandidate()