Lines Matching refs:RetOpcode
698 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
701 assert((RetOpcode == PPC::BLR || in emitEpilogue()
702 RetOpcode == PPC::TCRETURNri || in emitEpilogue()
703 RetOpcode == PPC::TCRETURNdi || in emitEpilogue()
704 RetOpcode == PPC::TCRETURNai || in emitEpilogue()
705 RetOpcode == PPC::TCRETURNri8 || in emitEpilogue()
706 RetOpcode == PPC::TCRETURNdi8 || in emitEpilogue()
707 RetOpcode == PPC::TCRETURNai8) && in emitEpilogue()
755 bool UsesTCRet = RetOpcode == PPC::TCRETURNri || in emitEpilogue()
756 RetOpcode == PPC::TCRETURNdi || in emitEpilogue()
757 RetOpcode == PPC::TCRETURNai || in emitEpilogue()
758 RetOpcode == PPC::TCRETURNri8 || in emitEpilogue()
759 RetOpcode == PPC::TCRETURNdi8 || in emitEpilogue()
760 RetOpcode == PPC::TCRETURNai8; in emitEpilogue()
879 if (MF.getTarget().Options.GuaranteedTailCallOpt && RetOpcode == PPC::BLR && in emitEpilogue()
905 } else if (RetOpcode == PPC::TCRETURNdi) { in emitEpilogue()
910 } else if (RetOpcode == PPC::TCRETURNri) { in emitEpilogue()
914 } else if (RetOpcode == PPC::TCRETURNai) { in emitEpilogue()
918 } else if (RetOpcode == PPC::TCRETURNdi8) { in emitEpilogue()
923 } else if (RetOpcode == PPC::TCRETURNri8) { in emitEpilogue()
927 } else if (RetOpcode == PPC::TCRETURNai8) { in emitEpilogue()