Searched refs:TryP (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 2762 bool tryPressure(const PressureChange &TryP, in tryPressure() argument 2771 if (tryGreater(TryP.getUnitInc() < 0, CandP.getUnitInc() < 0, TryCand, Cand, in tryPressure() 2782 unsigned TryPSet = TryP.getPSetOrMax(); in tryPressure() 2785 return tryLess(TryP.getUnitInc(), CandP.getUnitInc(), TryCand, Cand, in tryPressure() 2789 int TryRank = TryP.isValid() ? TRI->getRegPressureSetScore(MF, TryPSet) : in tryPressure() 2796 if (TryP.getUnitInc() < 0) in tryPressure()
|
/external/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 2677 static bool tryPressure(const PressureChange &TryP, in tryPressure() argument 2686 if (tryGreater(TryP.getUnitInc() < 0, CandP.getUnitInc() < 0, TryCand, Cand, in tryPressure() 2697 unsigned TryPSet = TryP.getPSetOrMax(); in tryPressure() 2700 return tryLess(TryP.getUnitInc(), CandP.getUnitInc(), TryCand, Cand, in tryPressure() 2704 int TryRank = TryP.isValid() ? TRI->getRegPressureSetScore(MF, TryPSet) : in tryPressure() 2711 if (TryP.getUnitInc() < 0) in tryPressure()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineScheduler.h | 912 bool tryPressure(const PressureChange &TryP,
|