Lines Matching refs:RetOpcode
1573 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1574 bool UsesTCRet = RetOpcode == PPC::TCRETURNri || in emitEpilogue()
1575 RetOpcode == PPC::TCRETURNdi || in emitEpilogue()
1576 RetOpcode == PPC::TCRETURNai || in emitEpilogue()
1577 RetOpcode == PPC::TCRETURNri8 || in emitEpilogue()
1578 RetOpcode == PPC::TCRETURNdi8 || in emitEpilogue()
1579 RetOpcode == PPC::TCRETURNai8; in emitEpilogue()
1799 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1801 (RetOpcode == PPC::BLR || RetOpcode == PPC::BLR8) && in emitEpilogue()
1842 unsigned RetOpcode = MBBI->getOpcode(); in createTailCallBranchInstr() local
1843 if (RetOpcode == PPC::TCRETURNdi) { in createTailCallBranchInstr()
1854 } else if (RetOpcode == PPC::TCRETURNri) { in createTailCallBranchInstr()
1858 } else if (RetOpcode == PPC::TCRETURNai) { in createTailCallBranchInstr()
1862 } else if (RetOpcode == PPC::TCRETURNdi8) { in createTailCallBranchInstr()
1873 } else if (RetOpcode == PPC::TCRETURNri8) { in createTailCallBranchInstr()
1877 } else if (RetOpcode == PPC::TCRETURNai8) { in createTailCallBranchInstr()