Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h341 bool predOpcodeHasNot(ArrayRef<MachineOperand> Cond) const;
DHexagonHardwareLoops.cpp612 bool Negated = TII->predOpcodeHasNot(Cond) ^ (TB != Header); in getLoopTripCount()
1432 if (TII->predOpcodeHasNot(Cond) ^ (TBB != MBB)) in loopCountMayWrapOrUnderFlow()
DHexagonInstrInfo.cpp1053 bool invertJump = predOpcodeHasNot(Cond); in PredicateInstruction()
2683 bool HexagonInstrInfo::predOpcodeHasNot(ArrayRef<MachineOperand> Cond) const { in predOpcodeHasNot() function in HexagonInstrInfo