Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp1620 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1626 RetOpcode == PPC::TCRETURNai8; in emitEpilogue()
1870 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1872 (RetOpcode == PPC::BLR || RetOpcode == PPC::BLR8) && in emitEpilogue()
1913 unsigned RetOpcode = MBBI->getOpcode(); in createTailCallBranchInstr() local
1914 if (RetOpcode == PPC::TCRETURNdi) { in createTailCallBranchInstr()
1925 } else if (RetOpcode == PPC::TCRETURNri) { in createTailCallBranchInstr()
1929 } else if (RetOpcode == PPC::TCRETURNai) { in createTailCallBranchInstr()
1933 } else if (RetOpcode == PPC::TCRETURNdi8) { in createTailCallBranchInstr()
1944 } else if (RetOpcode == PPC::TCRETURNri8) { in createTailCallBranchInstr()
[all …]
H A DPPCAsmPrinter.cpp1482 unsigned RetOpcode = MI->getOperand(0).getImm(); in emitInstruction() local
1484 RetInst.setOpcode(RetOpcode); in emitInstruction()
1492 if (RetOpcode == PPC::BCCLR) { in emitInstruction()
1494 } else if (RetOpcode == PPC::TCRETURNdi8 || RetOpcode == PPC::TCRETURNri8 || in emitInstruction()
1495 RetOpcode == PPC::TCRETURNai8) { in emitInstruction()
1497 } else if (RetOpcode == PPC::BLR8 || RetOpcode == PPC::TAILB8) { in emitInstruction()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp113 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
116 switch (RetOpcode) { in emitEpilogue()
/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kFrameLowering.cpp680 Optional<unsigned> RetOpcode; in emitEpilogue() local
682 RetOpcode = MBBI->getOpcode(); in emitEpilogue()
762 if (!RetOpcode || !isTailCallOpcode(*RetOpcode)) { in emitEpilogue()
/llvm-project-15.0.7/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()
1591 unsigned RetOpcode = MI->getOpcode(); in emitPopInst() local
1592 isTailCall = (RetOpcode == ARM::TCRETURNdi || RetOpcode == ARM::TCRETURNri); in emitPopInst()
1594 RetOpcode == ARM::SUBS_PC_LR || RetOpcode == ARM::t2SUBS_PC_LR; in emitPopInst()
1596 RetOpcode == ARM::TRAP || RetOpcode == ARM::TRAPNaCl || in emitPopInst()
1597 RetOpcode == ARM::tTRAP; in emitPopInst()
1598 isCmseEntry = (RetOpcode == ARM::tBXNS || RetOpcode == ARM::tBXNS_RET); in emitPopInst()
H A DARMExpandPseudoInsts.cpp2120 unsigned RetOpcode = MBBI->getOpcode(); in ExpandMI() local
2134 if (RetOpcode == ARM::TCRETURNdi) { in ExpandMI()
2156 } else if (RetOpcode == ARM::TCRETURNri) { in ExpandMI()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp273 unsigned RetOpcode = MBBI->getOpcode(); in getArgumentStackToRestore() local
274 IsTailCallReturn = RetOpcode == AArch64::TCRETURNdi || in getArgumentStackToRestore()
275 RetOpcode == AArch64::TCRETURNri || in getArgumentStackToRestore()
276 RetOpcode == AArch64::TCRETURNriBTI; in getArgumentStackToRestore()