Lines Matching refs:RetOpcode
1637 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1638 bool UsesTCRet = RetOpcode == PPC::TCRETURNri || in emitEpilogue()
1639 RetOpcode == PPC::TCRETURNdi || in emitEpilogue()
1640 RetOpcode == PPC::TCRETURNai || in emitEpilogue()
1641 RetOpcode == PPC::TCRETURNri8 || in emitEpilogue()
1642 RetOpcode == PPC::TCRETURNdi8 || in emitEpilogue()
1643 RetOpcode == PPC::TCRETURNai8; in emitEpilogue()
1887 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1889 (RetOpcode == PPC::BLR || RetOpcode == PPC::BLR8) && in emitEpilogue()
1930 unsigned RetOpcode = MBBI->getOpcode(); in createTailCallBranchInstr() local
1931 if (RetOpcode == PPC::TCRETURNdi) { in createTailCallBranchInstr()
1942 } else if (RetOpcode == PPC::TCRETURNri) { in createTailCallBranchInstr()
1946 } else if (RetOpcode == PPC::TCRETURNai) { in createTailCallBranchInstr()
1950 } else if (RetOpcode == PPC::TCRETURNdi8) { in createTailCallBranchInstr()
1961 } else if (RetOpcode == PPC::TCRETURNri8) { in createTailCallBranchInstr()
1965 } else if (RetOpcode == PPC::TCRETURNai8) { in createTailCallBranchInstr()