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.cpp516 << P.getUnitInc() << " "; in traceCandidate()
589 return (isBotUp ? P.getUnitInc() : -P.getUnitInc()); in pressureChange()
687 ResCount -= (Delta.Excess.getUnitInc() * PriorityOne); in SchedulingCost()
689 ResCount -= (Delta.CriticalMax.getUnitInc() * PriorityOne); in SchedulingCost()
692 ResCount -= (Delta.CurrentMax.getUnitInc() * PriorityTwo); in SchedulingCost()
697 (Delta.Excess.getUnitInc() || Delta.CriticalMax.getUnitInc() || in SchedulingCost()
698 Delta.CurrentMax.getUnitInc())) in SchedulingCost()
701 dbgs() << "RP " << Delta.Excess.getUnitInc() << "/" in SchedulingCost()
702 << Delta.CriticalMax.getUnitInc() << "/" in SchedulingCost()
703 << Delta.CurrentMax.getUnitInc() << ")|"; in SchedulingCost()
H A DRegisterPressure.cpp132 << " " << Change.getUnitInc(); in dump()
140 dbgs() << "[" << getPSetOrMax() << ", " << getUnitInc() << "]\n"; in dump()
684 unsigned NewUnitInc = I->getUnitInc() + Weight; in addPressureChange()
1010 int PDiff = (int)PNew - (int)CriticalPSets[CritIdx].getUnitInc(); in computeMaxPressureDelta()
1111 assert(Delta.CriticalMax.getUnitInc() >= 0 && in getMaxUpwardPressureDelta()
1112 Delta.CurrentMax.getUnitInc() >= 0 && "cannot decrease max pressure"); in getMaxUpwardPressureDelta()
1131 << " " << Delta.Excess.getUnitInc() << "\n"; in getMaxUpwardPressureDelta()
1134 << " " << Delta.CriticalMax.getUnitInc() << "\n"; in getMaxUpwardPressureDelta()
1137 << " " << Delta.CurrentMax.getUnitInc() << "\n"; in getMaxUpwardPressureDelta()
1140 << " " << Delta2.Excess.getUnitInc() << "\n"; in getMaxUpwardPressureDelta()
[all …]
H A DMachineScheduler.cpp1343 if ((int)NewMaxPressure[ID] > RegionCriticalPSets[CritIdx].getUnitInc() in updateScheduledPressure()
3154 << ":" << P.getUnitInc() << " "; in traceCandidate()
3405 if (tryGreater(TryP.getUnitInc() < 0, CandP.getUnitInc() < 0, TryCand, Cand, in tryPressure()
3419 return tryLess(TryP.getUnitInc(), CandP.getUnitInc(), TryCand, Cand, in tryPressure()
3430 if (TryP.getUnitInc() < 0) in tryPressure()
3517 << Cand.RPDelta.Excess.getUnitInc() << "\n"); in initCandidate()
H A DMachinePipeliner.cpp2105 << ":" << RPDelta.Excess.getUnitInc() << "\n"); in registerPressureFilter()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h124 int getUnitInc() const { return UnitInc; } in getUnitInc() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp204 (IsBottomUp ? Diff.getUnitInc() : -Diff.getUnitInc()); in initCandidate()