Home
last modified time | relevance | path

Searched refs:CandP (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineScheduler.cpp2763 const PressureChange &CandP, in tryPressure() argument
2771 if (tryGreater(TryP.getUnitInc() < 0, CandP.getUnitInc() < 0, TryCand, Cand, in tryPressure()
2783 unsigned CandPSet = CandP.getPSetOrMax(); in tryPressure()
2785 return tryLess(TryP.getUnitInc(), CandP.getUnitInc(), TryCand, Cand, in tryPressure()
2792 int CandRank = CandP.isValid() ? TRI->getRegPressureSetScore(MF, CandPSet) : in tryPressure()
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp2678 const PressureChange &CandP, in tryPressure() argument
2686 if (tryGreater(TryP.getUnitInc() < 0, CandP.getUnitInc() < 0, TryCand, Cand, in tryPressure()
2698 unsigned CandPSet = CandP.getPSetOrMax(); in tryPressure()
2700 return tryLess(TryP.getUnitInc(), CandP.getUnitInc(), TryCand, Cand, in tryPressure()
2707 int CandRank = CandP.isValid() ? TRI->getRegPressureSetScore(MF, CandPSet) : in tryPressure()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineScheduler.h913 const PressureChange &CandP,