Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h369 bool predOpcodeHasNot(ArrayRef<MachineOperand> Cond) const;
DHexagonHardwareLoops.cpp614 bool Negated = TII->predOpcodeHasNot(Cond) ^ (TB != Header); in getLoopTripCount()
1434 if (TII->predOpcodeHasNot(Cond) ^ (TBB != MBB)) in loopCountMayWrapOrUnderFlow()
DHexagonInstrInfo.cpp1369 bool invertJump = predOpcodeHasNot(Cond); in PredicateInstruction()
3126 bool HexagonInstrInfo::predOpcodeHasNot(ArrayRef<MachineOperand> Cond) const { in predOpcodeHasNot() function in HexagonInstrInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h436 bool predOpcodeHasNot(ArrayRef<MachineOperand> Cond) const;
DHexagonHardwareLoops.cpp647 bool Negated = TII->predOpcodeHasNot(Cond) ^ (TB != Header); in getLoopTripCount()
1475 if (TII->predOpcodeHasNot(Cond) ^ (TBB != MBB)) in loopCountMayWrapOrUnderFlow()
DHexagonInstrInfo.cpp1518 bool invertJump = predOpcodeHasNot(Cond); in PredicateInstruction()
3087 bool HexagonInstrInfo::predOpcodeHasNot(ArrayRef<MachineOperand> Cond) const { in predOpcodeHasNot() function in HexagonInstrInfo