Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h377 bool isJumpR(const MachineInstr &MI) const;
H A DHexagonVLIWPacketizer.cpp1254 if (HII->isPredicated(MI) && HII->isPredicatedNew(MI) && HII->isJumpR(MI)) in hasControlDependence()
1440 if (I.isCall() || HII->isJumpR(I) || I.isReturn() || HII->isTailCall(I)) { in isLegalToPacketizeTogether()
H A DHexagonInstrInfo.cpp2362 bool HexagonInstrInfo::isJumpR(const MachineInstr &MI) const { in isJumpR() function in HexagonInstrInfo