Lines Matching refs:RetOpcode
1071 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1072 bool UsesTCRet = RetOpcode == PPC::TCRETURNri || in emitEpilogue()
1073 RetOpcode == PPC::TCRETURNdi || in emitEpilogue()
1074 RetOpcode == PPC::TCRETURNai || in emitEpilogue()
1075 RetOpcode == PPC::TCRETURNri8 || in emitEpilogue()
1076 RetOpcode == PPC::TCRETURNdi8 || in emitEpilogue()
1077 RetOpcode == PPC::TCRETURNai8; in emitEpilogue()
1174 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1176 (RetOpcode == PPC::BLR || RetOpcode == PPC::BLR8) && in emitEpilogue()
1195 } else if (RetOpcode == PPC::TCRETURNdi) { in emitEpilogue()
1200 } else if (RetOpcode == PPC::TCRETURNri) { in emitEpilogue()
1204 } else if (RetOpcode == PPC::TCRETURNai) { in emitEpilogue()
1208 } else if (RetOpcode == PPC::TCRETURNdi8) { in emitEpilogue()
1213 } else if (RetOpcode == PPC::TCRETURNri8) { in emitEpilogue()
1217 } else if (RetOpcode == PPC::TCRETURNai8) { in emitEpilogue()