Home
last modified time | relevance | path

Searched refs:TryP (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineScheduler.cpp2863 bool tryPressure(const PressureChange &TryP, in tryPressure() argument
2872 if (tryGreater(TryP.getUnitInc() < 0, CandP.getUnitInc() < 0, TryCand, Cand, in tryPressure()
2883 unsigned TryPSet = TryP.getPSetOrMax(); in tryPressure()
2886 return tryLess(TryP.getUnitInc(), CandP.getUnitInc(), TryCand, Cand, in tryPressure()
2890 int TryRank = TryP.isValid() ? TRI->getRegPressureSetScore(MF, TryPSet) : in tryPressure()
2897 if (TryP.getUnitInc() < 0) in tryPressure()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineScheduler.h925 bool tryPressure(const PressureChange &TryP,