Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h376 bool isJumpR(const MachineInstr &MI) const;
H A DHexagonVLIWPacketizer.cpp1253 if (HII->isPredicated(MI) && HII->isPredicatedNew(MI) && HII->isJumpR(MI)) in hasControlDependence()
1439 if (I.isCall() || HII->isJumpR(I) || I.isReturn() || HII->isTailCall(I)) { in isLegalToPacketizeTogether()
H A DHexagonInstrInfo.cpp2358 bool HexagonInstrInfo::isJumpR(const MachineInstr &MI) const { in isJumpR() function in HexagonInstrInfo