Lines Matching refs:RetOpcode
1620 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1621 bool UsesTCRet = RetOpcode == PPC::TCRETURNri || in emitEpilogue()
1622 RetOpcode == PPC::TCRETURNdi || in emitEpilogue()
1623 RetOpcode == PPC::TCRETURNai || in emitEpilogue()
1624 RetOpcode == PPC::TCRETURNri8 || in emitEpilogue()
1625 RetOpcode == PPC::TCRETURNdi8 || in emitEpilogue()
1626 RetOpcode == PPC::TCRETURNai8; in emitEpilogue()
1870 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1872 (RetOpcode == PPC::BLR || RetOpcode == PPC::BLR8) && in emitEpilogue()
1913 unsigned RetOpcode = MBBI->getOpcode(); in createTailCallBranchInstr() local
1914 if (RetOpcode == PPC::TCRETURNdi) { in createTailCallBranchInstr()
1925 } else if (RetOpcode == PPC::TCRETURNri) { in createTailCallBranchInstr()
1929 } else if (RetOpcode == PPC::TCRETURNai) { in createTailCallBranchInstr()
1933 } else if (RetOpcode == PPC::TCRETURNdi8) { in createTailCallBranchInstr()
1944 } else if (RetOpcode == PPC::TCRETURNri8) { in createTailCallBranchInstr()
1948 } else if (RetOpcode == PPC::TCRETURNai8) { in createTailCallBranchInstr()