Lines Matching refs:RetOpcode
1341 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1342 bool UsesTCRet = RetOpcode == PPC::TCRETURNri || in emitEpilogue()
1343 RetOpcode == PPC::TCRETURNdi || in emitEpilogue()
1344 RetOpcode == PPC::TCRETURNai || in emitEpilogue()
1345 RetOpcode == PPC::TCRETURNri8 || in emitEpilogue()
1346 RetOpcode == PPC::TCRETURNdi8 || in emitEpilogue()
1347 RetOpcode == PPC::TCRETURNai8; in emitEpilogue()
1546 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1548 (RetOpcode == PPC::BLR || RetOpcode == PPC::BLR8) && in emitEpilogue()
1583 unsigned RetOpcode = MBBI->getOpcode(); in createTailCallBranchInstr() local
1584 if (RetOpcode == PPC::TCRETURNdi) { in createTailCallBranchInstr()
1589 } else if (RetOpcode == PPC::TCRETURNri) { in createTailCallBranchInstr()
1593 } else if (RetOpcode == PPC::TCRETURNai) { in createTailCallBranchInstr()
1597 } else if (RetOpcode == PPC::TCRETURNdi8) { in createTailCallBranchInstr()
1602 } else if (RetOpcode == PPC::TCRETURNri8) { in createTailCallBranchInstr()
1606 } else if (RetOpcode == PPC::TCRETURNai8) { in createTailCallBranchInstr()