Searched refs:Excess (Results 1 – 12 of 12) sorted by relevance
112 Cand.RPDelta.Excess = PressureChange(SRI->getVGPRPressureSet()); in initCandidate()113 Cand.RPDelta.Excess.setUnitInc(NewVGPRPressure - VGPRExcessLimit); in initCandidate()117 Cand.RPDelta.Excess = PressureChange(SRI->getSGPRPressureSet()); in initCandidate()118 Cand.RPDelta.Excess.setUnitInc(NewSGPRPressure - SGPRExcessLimit); in initCandidate()227 if (TopCand.Reason == RegExcess && TopCand.RPDelta.Excess.getUnitInc() <= 0) { in pickNodeBidirectional()229 } else if (BotCand.Reason == RegExcess && BotCand.RPDelta.Excess.getUnitInc() <= 0) { in pickNodeBidirectional()
942 Delta.Excess = PressureChange(); in computeExcessPressureDelta()963 Delta.Excess = PressureChange(i); in computeExcessPressureDelta()964 Delta.Excess.setUnitInc(PDiff); in computeExcessPressureDelta()1106 if (Delta.Excess.isValid()) in getMaxUpwardPressureDelta()1107 dbgs() << "Excess1 " << TRI->getRegPressureSetName(Delta.Excess.getPSet()) in getMaxUpwardPressureDelta()1108 << " " << Delta.Excess.getUnitInc() << "\n"; in getMaxUpwardPressureDelta()1115 if (Delta2.Excess.isValid()) in getMaxUpwardPressureDelta()1117 << " " << Delta2.Excess.getUnitInc() << "\n"; in getMaxUpwardPressureDelta()1164 if (!Delta.Excess.isValid()) { in getUpwardPressureDelta()1171 Delta.Excess = PressureChange(PSetID); in getUpwardPressureDelta()[all …]
2572 P = Cand.RPDelta.Excess; in traceCandidate()2951 LLVM_DEBUG(if (Cand.RPDelta.Excess.isValid()) dbgs() in initCandidate()2953 << TRI->getRegPressureSetName(Cand.RPDelta.Excess.getPSet()) << ":" in initCandidate()2954 << Cand.RPDelta.Excess.getUnitInc() << "\n"); in initCandidate()2982 if (DAG->isTrackingPressure() && tryPressure(TryCand.RPDelta.Excess, in tryCandidate()2983 Cand.RPDelta.Excess, in tryCandidate()
1396 if (RPDelta.Excess.isValid()) { in registerPressureFilter()1399 << TRI->getRegPressureSetName(RPDelta.Excess.getPSet()) in registerPressureFilter()1400 << ":" << RPDelta.Excess.getUnitInc()); in registerPressureFilter()
243 PressureChange Excess;250 return Excess == RHS.Excess && CriticalMax == RHS.CriticalMax
666 ResCount -= (Delta.Excess.getUnitInc()*PriorityOne); in SchedulingCost()676 (Delta.Excess.getUnitInc() || Delta.CriticalMax.getUnitInc() || in SchedulingCost()680 dbgs() << "RP " << Delta.Excess.getUnitInc() << "/" in SchedulingCost()
1741 for (int Excess = 8 - NumBytes; Excess < 8; Excess++) in disassembleObject() local1742 AsciiData[Excess] = '\0'; in disassembleObject()
2207 unsigned Excess = 4 * (ARM::R4 - Reg); in HandleByVal() local2214 if (NSAAOffset != 0 && Size > Excess) { in HandleByVal()2237 Size = std::max<int>(Size - Excess, 0); in HandleByVal()
949 * rs6000.c (function_arg): Excess floating point arguments don't
575 * rs6000.c (function_arg): Excess floating point arguments don't
2106 Excess whitespace, comments, and character constants
5193 whitespace after the semicolon). Excess whitespace causes difficulties