Lines Matching refs:RetOpcode
1632 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1633 bool UsesTCRet = RetOpcode == PPC::TCRETURNri || in emitEpilogue()
1634 RetOpcode == PPC::TCRETURNdi || in emitEpilogue()
1635 RetOpcode == PPC::TCRETURNai || in emitEpilogue()
1636 RetOpcode == PPC::TCRETURNri8 || in emitEpilogue()
1637 RetOpcode == PPC::TCRETURNdi8 || in emitEpilogue()
1638 RetOpcode == PPC::TCRETURNai8; in emitEpilogue()
1882 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1884 (RetOpcode == PPC::BLR || RetOpcode == PPC::BLR8) && in emitEpilogue()
1925 unsigned RetOpcode = MBBI->getOpcode(); in createTailCallBranchInstr() local
1926 if (RetOpcode == PPC::TCRETURNdi) { in createTailCallBranchInstr()
1937 } else if (RetOpcode == PPC::TCRETURNri) { in createTailCallBranchInstr()
1941 } else if (RetOpcode == PPC::TCRETURNai) { in createTailCallBranchInstr()
1945 } else if (RetOpcode == PPC::TCRETURNdi8) { in createTailCallBranchInstr()
1956 } else if (RetOpcode == PPC::TCRETURNri8) { in createTailCallBranchInstr()
1960 } else if (RetOpcode == PPC::TCRETURNai8) { in createTailCallBranchInstr()