Home
last modified time | relevance | path

Searched refs:RetOpcode (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp1637 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1643 RetOpcode == PPC::TCRETURNai8; in emitEpilogue()
1887 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1889 (RetOpcode == PPC::BLR || RetOpcode == PPC::BLR8) && in emitEpilogue()
1930 unsigned RetOpcode = MBBI->getOpcode(); in createTailCallBranchInstr() local
1931 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 …]
H A DPPCAsmPrinter.cpp1613 unsigned RetOpcode = MI->getOperand(0).getImm(); in emitInstruction() local
1615 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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp350 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
358 if (RetOpcode == XCore::EH_RETURN) { in emitEpilogue()
398 assert(RetOpcode == XCore::RETSP_u6 in emitEpilogue()
399 || RetOpcode == XCore::RETSP_lu6); in emitEpilogue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kFrameLowering.cpp676 std::optional<unsigned> RetOpcode; in emitEpilogue() local
678 RetOpcode = MBBI->getOpcode(); in emitEpilogue()
760 if (!RetOpcode || !isTailCallOpcode(*RetOpcode)) { in emitEpilogue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp258 unsigned RetOpcode = MBBI->getOpcode(); in getArgumentStackToRestore() local
259 IsTailCallReturn = RetOpcode == ARM::TCRETURNdi || in getArgumentStackToRestore()
260 RetOpcode == ARM::TCRETURNri; in getArgumentStackToRestore()
1617 unsigned RetOpcode = MI->getOpcode(); in emitPopInst() local
1618 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()
H A DARMExpandPseudoInsts.cpp2194 unsigned RetOpcode = MBBI->getOpcode(); in ExpandMI() local
2208 if (RetOpcode == ARM::TCRETURNdi) { in ExpandMI()
2230 } else if (RetOpcode == ARM::TCRETURNri) { in ExpandMI()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp202 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
205 switch (RetOpcode) { in emitEpilogue()