Searched refs:RetOpcode (Results 1 – 7 of 7) sorted by relevance
1637 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local1643 RetOpcode == PPC::TCRETURNai8; in emitEpilogue()1887 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local1889 (RetOpcode == PPC::BLR || RetOpcode == PPC::BLR8) && in emitEpilogue()1930 unsigned RetOpcode = MBBI->getOpcode(); in createTailCallBranchInstr() local1931 if (RetOpcode == PPC::TCRETURNdi) { in createTailCallBranchInstr()1942 } else if (RetOpcode == PPC::TCRETURNri) { in createTailCallBranchInstr()1946 } else if (RetOpcode == PPC::TCRETURNai) { in createTailCallBranchInstr()1950 } else if (RetOpcode == PPC::TCRETURNdi8) { in createTailCallBranchInstr()1961 } else if (RetOpcode == PPC::TCRETURNri8) { in createTailCallBranchInstr()[all …]
1613 unsigned RetOpcode = MI->getOperand(0).getImm(); in emitInstruction() local1615 RetInst.setOpcode(RetOpcode); in emitInstruction()1623 if (RetOpcode == PPC::BCCLR) { in emitInstruction()1625 } else if (RetOpcode == PPC::TCRETURNdi8 || RetOpcode == PPC::TCRETURNri8 || in emitInstruction()1626 RetOpcode == PPC::TCRETURNai8) { in emitInstruction()1628 } else if (RetOpcode == PPC::BLR8 || RetOpcode == PPC::TAILB8) { in emitInstruction()
350 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local358 if (RetOpcode == XCore::EH_RETURN) { in emitEpilogue()398 assert(RetOpcode == XCore::RETSP_u6 in emitEpilogue()399 || RetOpcode == XCore::RETSP_lu6); in emitEpilogue()
676 std::optional<unsigned> RetOpcode; in emitEpilogue() local678 RetOpcode = MBBI->getOpcode(); in emitEpilogue()760 if (!RetOpcode || !isTailCallOpcode(*RetOpcode)) { in emitEpilogue()
258 unsigned RetOpcode = MBBI->getOpcode(); in getArgumentStackToRestore() local259 IsTailCallReturn = RetOpcode == ARM::TCRETURNdi || in getArgumentStackToRestore()260 RetOpcode == ARM::TCRETURNri; in getArgumentStackToRestore()1617 unsigned RetOpcode = MI->getOpcode(); in emitPopInst() local1618 isTailCall = (RetOpcode == ARM::TCRETURNdi || RetOpcode == ARM::TCRETURNri); in emitPopInst()1620 RetOpcode == ARM::SUBS_PC_LR || RetOpcode == ARM::t2SUBS_PC_LR; in emitPopInst()1622 RetOpcode == ARM::TRAP || RetOpcode == ARM::TRAPNaCl || in emitPopInst()1623 RetOpcode == ARM::tTRAP; in emitPopInst()1624 isCmseEntry = (RetOpcode == ARM::tBXNS || RetOpcode == ARM::tBXNS_RET); in emitPopInst()
2194 unsigned RetOpcode = MBBI->getOpcode(); in ExpandMI() local2208 if (RetOpcode == ARM::TCRETURNdi) { in ExpandMI()2230 } else if (RetOpcode == ARM::TCRETURNri) { in ExpandMI()
202 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local205 switch (RetOpcode) { in emitEpilogue()