Searched refs:isJumpR (Results 1 – 3 of 3) sorted by relevance
377 bool isJumpR(const MachineInstr &MI) const;
1254 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()
2362 bool HexagonInstrInfo::isJumpR(const MachineInstr &MI) const { in isJumpR() function in HexagonInstrInfo