Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp465 unsigned PredPos, PredRegFlags; in findInductionRegister() local
466 if (!TII->getPredReg(Cond, PredR, PredPos, PredRegFlags)) in findInductionRegister()
652 unsigned PredPos, PredRegFlags; in getLoopTripCount() local
653 if (!TII->getPredReg(Cond, PredReg, PredPos, PredRegFlags)) in getLoopTripCount()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp1798 unsigned PredPos = ScheduledSUnitsInv[Pred->NodeNum]; in moveLowLatencies() local
1799 if (PredPos >= MinPos) in moveLowLatencies()
1800 MinPos = PredPos + 1; in moveLowLatencies()