Searched refs:RetOpcode (Results 1 – 7 of 7) sorted by relevance
1341 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local1347 RetOpcode == PPC::TCRETURNai8; in emitEpilogue()1546 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local1548 (RetOpcode == PPC::BLR || RetOpcode == PPC::BLR8) && in emitEpilogue()1583 unsigned RetOpcode = MBBI->getOpcode(); in createTailCallBranchInstr() local1584 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 …]
1134 unsigned RetOpcode = MI->getOperand(0).getImm(); in EmitInstruction() local1136 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()
351 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local359 if (RetOpcode == XCore::EH_RETURN) { in emitEpilogue()399 assert(RetOpcode == XCore::RETSP_u6 in emitEpilogue()400 || RetOpcode == XCore::RETSP_lu6); in emitEpilogue()
115 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local118 switch (RetOpcode) { in emitEpilogue()
1057 unsigned RetOpcode = MI->getOpcode(); in emitPopInst() local1058 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()
1159 unsigned RetOpcode = MBBI->getOpcode(); in ExpandMI() local1169 if (RetOpcode == ARM::TCRETURNdi) { in ExpandMI()1187 } else if (RetOpcode == ARM::TCRETURNri) { in ExpandMI()
1242 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local1243 IsTailCallReturn = RetOpcode == AArch64::TCRETURNdi || in emitEpilogue()1244 RetOpcode == AArch64::TCRETURNri || in emitEpilogue()1245 RetOpcode == AArch64::TCRETURNriBTI; in emitEpilogue()