Searched refs:Excess (Results 1 – 9 of 9) sorted by relevance
145 Excess.dump(); in dump()965 Delta.Excess = PressureChange(); in computeExcessPressureDelta()986 Delta.Excess = PressureChange(i); in computeExcessPressureDelta()987 Delta.Excess.setUnitInc(PDiff); in computeExcessPressureDelta()1129 if (Delta.Excess.isValid()) in getMaxUpwardPressureDelta()1131 << " " << Delta.Excess.getUnitInc() << "\n"; in getMaxUpwardPressureDelta()1138 if (Delta2.Excess.isValid()) in getMaxUpwardPressureDelta()1140 << " " << Delta2.Excess.getUnitInc() << "\n"; in getMaxUpwardPressureDelta()1187 if (!Delta.Excess.isValid()) { in getUpwardPressureDelta()1194 Delta.Excess = PressureChange(PSetID); in getUpwardPressureDelta()[all …]
687 ResCount -= (Delta.Excess.getUnitInc() * PriorityOne); in SchedulingCost()697 (Delta.Excess.getUnitInc() || Delta.CriticalMax.getUnitInc() || in SchedulingCost()701 dbgs() << "RP " << Delta.Excess.getUnitInc() << "/" in SchedulingCost()
2773 P = Cand.RPDelta.Excess; in traceCandidate()3165 LLVM_DEBUG(if (Cand.RPDelta.Excess.isValid()) dbgs() in initCandidate()3167 << TRI->getRegPressureSetName(Cand.RPDelta.Excess.getPSet()) << ":" in initCandidate()3168 << Cand.RPDelta.Excess.getUnitInc() << "\n"); in initCandidate()3197 if (DAG->isTrackingPressure() && tryPressure(TryCand.RPDelta.Excess, in tryCandidate()3198 Cand.RPDelta.Excess, in tryCandidate()
1666 if (RPDelta.Excess.isValid()) { in registerPressureFilter()1669 << TRI->getRegPressureSetName(RPDelta.Excess.getPSet()) in registerPressureFilter()1670 << ":" << RPDelta.Excess.getUnitInc() << "\n"); in registerPressureFilter()
239 PressureChange Excess; member246 return Excess == RHS.Excess && CriticalMax == RHS.CriticalMax
67 tryPressure(TryCand.RPDelta.Excess, Cand.RPDelta.Excess, TryCand, Cand, in tryCandidate()
125 Cand.RPDelta.Excess = PressureChange(AMDGPU::RegisterPressureSets::VGPR_32); in initCandidate()126 Cand.RPDelta.Excess.setUnitInc(NewVGPRPressure - VGPRExcessLimit); in initCandidate()131 Cand.RPDelta.Excess = PressureChange(AMDGPU::RegisterPressureSets::SReg_32); in initCandidate()132 Cand.RPDelta.Excess.setUnitInc(NewSGPRPressure - SGPRExcessLimit); in initCandidate()
1043 for (int Excess = NumBytes; Excess < 8; Excess++) in dumpELFData() local1044 AsciiData[Excess] = '\0'; in dumpELFData()
2875 unsigned Excess = 4 * (ARM::R4 - Reg); in HandleByVal() local2882 if (NSAAOffset != 0 && Size > Excess) { in HandleByVal()2905 Size = std::max<int>(Size - Excess, 0); in HandleByVal()