Lines Matching refs:RetOpcode
512 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
515 assert((RetOpcode == PPC::BLR || in emitEpilogue()
516 RetOpcode == PPC::TCRETURNri || in emitEpilogue()
517 RetOpcode == PPC::TCRETURNdi || in emitEpilogue()
518 RetOpcode == PPC::TCRETURNai || in emitEpilogue()
519 RetOpcode == PPC::TCRETURNri8 || in emitEpilogue()
520 RetOpcode == PPC::TCRETURNdi8 || in emitEpilogue()
521 RetOpcode == PPC::TCRETURNai8) && in emitEpilogue()
556 bool UsesTCRet = RetOpcode == PPC::TCRETURNri || in emitEpilogue()
557 RetOpcode == PPC::TCRETURNdi || in emitEpilogue()
558 RetOpcode == PPC::TCRETURNai || in emitEpilogue()
559 RetOpcode == PPC::TCRETURNri8 || in emitEpilogue()
560 RetOpcode == PPC::TCRETURNdi8 || in emitEpilogue()
561 RetOpcode == PPC::TCRETURNai8; in emitEpilogue()
660 if (MF.getTarget().Options.GuaranteedTailCallOpt && RetOpcode == PPC::BLR && in emitEpilogue()
686 } else if (RetOpcode == PPC::TCRETURNdi) { in emitEpilogue()
691 } else if (RetOpcode == PPC::TCRETURNri) { in emitEpilogue()
695 } else if (RetOpcode == PPC::TCRETURNai) { in emitEpilogue()
699 } else if (RetOpcode == PPC::TCRETURNdi8) { in emitEpilogue()
704 } else if (RetOpcode == PPC::TCRETURNri8) { in emitEpilogue()
708 } else if (RetOpcode == PPC::TCRETURNai8) { in emitEpilogue()