Home
last modified time | relevance | path

Searched refs:CurrentMax (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterPressure.cpp149 CurrentMax.dump(); in dump()
996 Delta.CurrentMax = PressureChange(); in computeMaxPressureDelta()
1019 if (!Delta.CurrentMax.isValid() && PNew > MaxPressureLimit[i]) { in computeMaxPressureDelta()
1020 Delta.CurrentMax = PressureChange(i); in computeMaxPressureDelta()
1021 Delta.CurrentMax.setUnitInc(PNew - POld); in computeMaxPressureDelta()
1112 Delta.CurrentMax.getUnitInc() >= 0 && "cannot decrease max pressure"); in getMaxUpwardPressureDelta()
1135 if (Delta.CurrentMax.isValid()) in getMaxUpwardPressureDelta()
1136 dbgs() << "CurrMx1 " << TRI->getRegPressureSetName(Delta.CurrentMax.getPSet()) in getMaxUpwardPressureDelta()
1137 << " " << Delta.CurrentMax.getUnitInc() << "\n"; in getMaxUpwardPressureDelta()
1144 if (Delta2.CurrentMax.isValid()) in getMaxUpwardPressureDelta()
[all …]
H A DVLIWMachineScheduler.cpp692 ResCount -= (Delta.CurrentMax.getUnitInc() * PriorityTwo); in SchedulingCost()
698 Delta.CurrentMax.getUnitInc())) in SchedulingCost()
703 << Delta.CurrentMax.getUnitInc() << ")|"; in SchedulingCost()
H A DMachineScheduler.cpp3130 P = Cand.RPDelta.CurrentMax; in traceCandidate()
3603 if (DAG->isTrackingPressure() && tryPressure(TryCand.RPDelta.CurrentMax, in tryCandidate()
3604 Cand.RPDelta.CurrentMax, in tryCandidate()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DRegisterFileStatistics.cpp100 unsigned &CurrentMax = MEI.MaxMovesEliminatedPerCycle; in onCycleEnd() local
101 CurrentMax = std::max(CurrentMax, MEI.CurrentMovesEliminated); in onCycleEnd()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h243 PressureChange CurrentMax; member
249 && CurrentMax == RHS.CurrentMax;
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineScheduler.cpp120 tryPressure(TryCand.RPDelta.CurrentMax, Cand.RPDelta.CurrentMax, TryCand, in tryCandidate()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp555 tryPressure(TryCand.RPDelta.CurrentMax, Cand.RPDelta.CurrentMax, TryCand, in tryCandidate()