Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonInstrInfo.h436 bool predOpcodeHasNot(ArrayRef<MachineOperand> Cond) const;
HDHexagonHardwareLoops.cpp650 bool Negated = TII->predOpcodeHasNot(Cond) ^ (TB != Header); in getLoopTripCount()
1467 if (TII->predOpcodeHasNot(Cond) ^ (TBB != MBB)) in loopCountMayWrapOrUnderFlow()
HDHexagonInstrInfo.cpp1681 bool invertJump = predOpcodeHasNot(Cond); in PredicateInstruction()
3275 bool HexagonInstrInfo::predOpcodeHasNot(ArrayRef<MachineOperand> Cond) const { in predOpcodeHasNot() function in HexagonInstrInfo