Searched refs:CALLv3nr (Results 1 – 5 of 5) sorted by relevance
17 def callv3nr : SDNode<"HexagonISD::CALLv3nr", SDT_SPCall,70 def CALLv3nr : T_Call<1, "">, PredRel;190 (CALLv3nr tglobaladdr:$dst)>;192 (CALLv3nr texternalsym:$dst)>;
42 CALLv3nr, // A V3+ call instruction that doesn't return. enumerator
954 if (MI->getDesc().isCall() && MI->getOpcode() != Hexagon::CALLv3nr) in isInvalidLoopOperation()
1462 if (MI.getOpcode() == Hexagon::CALLv3nr) in isSchedulingBoundary()2183 case Hexagon::CALLv3nr: in isJumpWithinBranchRange()
871 int OpCode = doesNotReturn ? HexagonISD::CALLv3nr : HexagonISD::CALLv3; in LowerCall()2200 case HexagonISD::CALLv3nr: return "HexagonISD::CALLv3nr"; in getTargetNodeName()