Lines Matching refs:RetOpcode
1193 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1194 bool UsesTCRet = RetOpcode == PPC::TCRETURNri || in emitEpilogue()
1195 RetOpcode == PPC::TCRETURNdi || in emitEpilogue()
1196 RetOpcode == PPC::TCRETURNai || in emitEpilogue()
1197 RetOpcode == PPC::TCRETURNri8 || in emitEpilogue()
1198 RetOpcode == PPC::TCRETURNdi8 || in emitEpilogue()
1199 RetOpcode == PPC::TCRETURNai8; in emitEpilogue()
1309 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1311 (RetOpcode == PPC::BLR || RetOpcode == PPC::BLR8) && in emitEpilogue()
1347 unsigned RetOpcode = MBBI->getOpcode(); in createTailCallBranchInstr() local
1348 if (RetOpcode == PPC::TCRETURNdi) { in createTailCallBranchInstr()
1353 } else if (RetOpcode == PPC::TCRETURNri) { in createTailCallBranchInstr()
1357 } else if (RetOpcode == PPC::TCRETURNai) { in createTailCallBranchInstr()
1361 } else if (RetOpcode == PPC::TCRETURNdi8) { in createTailCallBranchInstr()
1366 } else if (RetOpcode == PPC::TCRETURNri8) { in createTailCallBranchInstr()
1370 } else if (RetOpcode == PPC::TCRETURNai8) { in createTailCallBranchInstr()