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