Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp1790 unsigned PredPos = ScheduledSUnitsInv[Pred->NodeNum]; in moveLowLatencies() local
1791 if (PredPos >= MinPos) in moveLowLatencies()
1792 MinPos = PredPos + 1; in moveLowLatencies()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1033 int PredPos) { in instCombineSVENoActiveUnaryErase() argument
1034 if (match(II.getOperand(PredPos), m_ZeroInt())) { in instCombineSVENoActiveUnaryErase()