Home
last modified time | relevance | path

Searched refs:getUnitInc (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/CodeGen/
DRegisterPressure.cpp106 << " " << Change.getUnitInc(); in dump()
651 unsigned NewUnitInc = I->getUnitInc() + Weight; in addPressureChange()
976 int PDiff = (int)PNew - (int)CriticalPSets[CritIdx].getUnitInc(); in computeMaxPressureDelta()
1068 assert(Delta.CriticalMax.getUnitInc() >= 0 && in getMaxUpwardPressureDelta()
1069 Delta.CurrentMax.getUnitInc() >= 0 && "cannot decrease max pressure"); in getMaxUpwardPressureDelta()
1088 << " " << Delta.Excess.getUnitInc() << "\n"; in getMaxUpwardPressureDelta()
1091 << " " << Delta.CriticalMax.getUnitInc() << "\n"; in getMaxUpwardPressureDelta()
1094 << " " << Delta.CurrentMax.getUnitInc() << "\n"; in getMaxUpwardPressureDelta()
1097 << " " << Delta2.Excess.getUnitInc() << "\n"; in getMaxUpwardPressureDelta()
1100 << " " << Delta2.CriticalMax.getUnitInc() << "\n"; in getMaxUpwardPressureDelta()
[all …]
DMachineScheduler.cpp973 if ((int)NewMaxPressure[ID] > RegionCriticalPSets[CritIdx].getUnitInc() in updateScheduledPressure()
2453 << ":" << P.getUnitInc() << " "; in traceCandidate()
2686 if (tryGreater(TryP.getUnitInc() < 0, CandP.getUnitInc() < 0, TryCand, Cand, in tryPressure()
2700 return tryLess(TryP.getUnitInc(), CandP.getUnitInc(), TryCand, Cand, in tryPressure()
2711 if (TryP.getUnitInc() < 0) in tryPressure()
2782 << ":" << Cand.RPDelta.Excess.getUnitInc() << "\n"); in initCandidate()
DMachinePipeliner.cpp1762 << ":" << RPDelta.Excess.getUnitInc()); in registerPressureFilter()
/external/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp422 << P.getUnitInc() << " "; in traceCandidate()
526 ResCount -= (Delta.Excess.getUnitInc()*PriorityTwo); in SchedulingCost()
527 ResCount -= (Delta.CriticalMax.getUnitInc()*PriorityTwo); in SchedulingCost()
/external/llvm/include/llvm/CodeGen/
DRegisterPressure.h111 int getUnitInc() const { return UnitInc; } in getUnitInc() function