Searched refs:predOpcodeHasNot (Results 1 – 3 of 3) sorted by relevance
437 bool predOpcodeHasNot(ArrayRef<MachineOperand> Cond) const;
643 bool Negated = TII->predOpcodeHasNot(Cond) ^ (TB != Header); in getLoopTripCount()1504 if (TII->predOpcodeHasNot(Cond) ^ (TBB != MBB)) in loopCountMayWrapOrUnderFlow()
1684 bool invertJump = predOpcodeHasNot(Cond); in PredicateInstruction()3279 bool HexagonInstrInfo::predOpcodeHasNot(ArrayRef<MachineOperand> Cond) const { in predOpcodeHasNot() function in HexagonInstrInfo