Lines Matching refs:RetOpcode
1630 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1631 bool UsesTCRet = RetOpcode == PPC::TCRETURNri || in emitEpilogue()
1632 RetOpcode == PPC::TCRETURNdi || in emitEpilogue()
1633 RetOpcode == PPC::TCRETURNai || in emitEpilogue()
1634 RetOpcode == PPC::TCRETURNri8 || in emitEpilogue()
1635 RetOpcode == PPC::TCRETURNdi8 || in emitEpilogue()
1636 RetOpcode == PPC::TCRETURNai8; in emitEpilogue()
1884 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1886 (RetOpcode == PPC::BLR || RetOpcode == PPC::BLR8) && in emitEpilogue()
1927 unsigned RetOpcode = MBBI->getOpcode(); in createTailCallBranchInstr() local
1928 if (RetOpcode == PPC::TCRETURNdi) { in createTailCallBranchInstr()
1939 } else if (RetOpcode == PPC::TCRETURNri) { in createTailCallBranchInstr()
1943 } else if (RetOpcode == PPC::TCRETURNai) { in createTailCallBranchInstr()
1947 } else if (RetOpcode == PPC::TCRETURNdi8) { in createTailCallBranchInstr()
1958 } else if (RetOpcode == PPC::TCRETURNri8) { in createTailCallBranchInstr()
1962 } else if (RetOpcode == PPC::TCRETURNai8) { in createTailCallBranchInstr()