Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DVLIWMachineScheduler.cpp513 << P.getUnitInc() << " "; in traceCandidate()
586 return (isBotUp ? P.getUnitInc() : -P.getUnitInc()); in pressureChange()
684 ResCount -= (Delta.Excess.getUnitInc() * PriorityOne); in SchedulingCost()
686 ResCount -= (Delta.CriticalMax.getUnitInc() * PriorityOne); in SchedulingCost()
689 ResCount -= (Delta.CurrentMax.getUnitInc() * PriorityTwo); in SchedulingCost()
694 (Delta.Excess.getUnitInc() || Delta.CriticalMax.getUnitInc() || in SchedulingCost()
695 Delta.CurrentMax.getUnitInc())) in SchedulingCost()
698 dbgs() << "RP " << Delta.Excess.getUnitInc() << "/" in SchedulingCost()
699 << Delta.CriticalMax.getUnitInc() << "/" in SchedulingCost()
700 << Delta.CurrentMax.getUnitInc() << ")|"; in SchedulingCost()
H A DRegisterPressure.cpp128 << " " << Change.getUnitInc(); in dump()
136 dbgs() << "[" << getPSetOrMax() << ", " << getUnitInc() << "]\n"; in dump()
679 unsigned NewUnitInc = I->getUnitInc() + Weight; in addPressureChange()
1004 int PDiff = (int)PNew - (int)CriticalPSets[CritIdx].getUnitInc(); in computeMaxPressureDelta()
1099 assert(Delta.CriticalMax.getUnitInc() >= 0 && in getMaxUpwardPressureDelta()
1100 Delta.CurrentMax.getUnitInc() >= 0 && "cannot decrease max pressure"); in getMaxUpwardPressureDelta()
1119 << " " << Delta.Excess.getUnitInc() << "\n"; in getMaxUpwardPressureDelta()
1122 << " " << Delta.CriticalMax.getUnitInc() << "\n"; in getMaxUpwardPressureDelta()
1125 << " " << Delta.CurrentMax.getUnitInc() << "\n"; in getMaxUpwardPressureDelta()
1128 << " " << Delta2.Excess.getUnitInc() << "\n"; in getMaxUpwardPressureDelta()
[all …]
H A DMachineScheduler.cpp1586 if ((int)NewMaxPressure[ID] > RegionCriticalPSets[CritIdx].getUnitInc() in updateScheduledPressure()
3451 << ":" << P.getUnitInc() << " "; in traceCandidate()
3828 if (tryGreater(TryP.getUnitInc() < 0, CandP.getUnitInc() < 0, TryCand, Cand, in tryPressure()
3842 return tryLess(TryP.getUnitInc(), CandP.getUnitInc(), TryCand, Cand, in tryPressure()
3853 if (TryP.getUnitInc() < 0) in tryPressure()
3940 << Cand.RPDelta.Excess.getUnitInc() << "\n"); in initCandidate()
H A DMachinePipeliner.cpp2305 << ":" << RPDelta.Excess.getUnitInc() << "\n"); in registerPressureFilter()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h125 int getUnitInc() const { return UnitInc; } in getUnitInc() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp240 (IsBottomUp ? Diff.getUnitInc() : -Diff.getUnitInc()); in initCandidate()