Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h434 bool predOpcodeHasNot(ArrayRef<MachineOperand> Cond) const;
H A DHexagonHardwareLoops.cpp647 bool Negated = TII->predOpcodeHasNot(Cond) ^ (TB != Header); in getLoopTripCount()
1466 if (TII->predOpcodeHasNot(Cond) ^ (TBB != MBB)) in loopCountMayWrapOrUnderFlow()
H A DHexagonInstrInfo.cpp1673 bool invertJump = predOpcodeHasNot(Cond); in PredicateInstruction()
3236 bool HexagonInstrInfo::predOpcodeHasNot(ArrayRef<MachineOperand> Cond) const { in predOpcodeHasNot() function in HexagonInstrInfo