Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp1341 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1347 RetOpcode == PPC::TCRETURNai8; in emitEpilogue()
1546 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1548 (RetOpcode == PPC::BLR || RetOpcode == PPC::BLR8) && in emitEpilogue()
1583 unsigned RetOpcode = MBBI->getOpcode(); in createTailCallBranchInstr() local
1584 if (RetOpcode == PPC::TCRETURNdi) { in createTailCallBranchInstr()
1589 } else if (RetOpcode == PPC::TCRETURNri) { in createTailCallBranchInstr()
1593 } else if (RetOpcode == PPC::TCRETURNai) { in createTailCallBranchInstr()
1597 } else if (RetOpcode == PPC::TCRETURNdi8) { in createTailCallBranchInstr()
1602 } else if (RetOpcode == PPC::TCRETURNri8) { in createTailCallBranchInstr()
[all …]
H A DPPCAsmPrinter.cpp1134 unsigned RetOpcode = MI->getOperand(0).getImm(); in EmitInstruction() local
1136 RetInst.setOpcode(RetOpcode); in EmitInstruction()
1145 if (RetOpcode == PPC::BCCLR) { in EmitInstruction()
1147 } else if (RetOpcode == PPC::TCRETURNdi8 || RetOpcode == PPC::TCRETURNri8 || in EmitInstruction()
1148 RetOpcode == PPC::TCRETURNai8) { in EmitInstruction()
1150 } else if (RetOpcode == PPC::BLR8 || RetOpcode == PPC::TAILB8) { in EmitInstruction()
/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp351 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
359 if (RetOpcode == XCore::EH_RETURN) { in emitEpilogue()
399 assert(RetOpcode == XCore::RETSP_u6 in emitEpilogue()
400 || RetOpcode == XCore::RETSP_lu6); in emitEpilogue()
/freebsd-12.1/contrib/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp115 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
118 switch (RetOpcode) { in emitEpilogue()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp1057 unsigned RetOpcode = MI->getOpcode(); in emitPopInst() local
1058 isTailCall = (RetOpcode == ARM::TCRETURNdi || RetOpcode == ARM::TCRETURNri); in emitPopInst()
1060 RetOpcode == ARM::SUBS_PC_LR || RetOpcode == ARM::t2SUBS_PC_LR; in emitPopInst()
1062 RetOpcode == ARM::TRAP || RetOpcode == ARM::TRAPNaCl || in emitPopInst()
1063 RetOpcode == ARM::tTRAP; in emitPopInst()
H A DARMExpandPseudoInsts.cpp1159 unsigned RetOpcode = MBBI->getOpcode(); in ExpandMI() local
1169 if (RetOpcode == ARM::TCRETURNdi) { in ExpandMI()
1187 } else if (RetOpcode == ARM::TCRETURNri) { in ExpandMI()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp1242 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1243 IsTailCallReturn = RetOpcode == AArch64::TCRETURNdi || in emitEpilogue()
1244 RetOpcode == AArch64::TCRETURNri || in emitEpilogue()
1245 RetOpcode == AArch64::TCRETURNriBTI; in emitEpilogue()