Searched refs:PredPos (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonHardwareLoops.cpp | 462 unsigned PredR, PredPos, PredRegFlags; in findInductionRegister() local 463 if (!TII->getPredReg(Cond, PredR, PredPos, PredRegFlags)) in findInductionRegister() 648 unsigned PredReg, PredPos, PredRegFlags; in getLoopTripCount() local 649 if (!TII->getPredReg(Cond, PredReg, PredPos, PredRegFlags)) in getLoopTripCount()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | SIMachineScheduler.cpp | 1848 unsigned PredPos = ScheduledSUnitsInv[Pred->NodeNum]; in moveLowLatencies() local 1849 if (PredPos >= MinPos) in moveLowLatencies() 1850 MinPos = PredPos + 1; in moveLowLatencies()
|