Lines Matching defs:RetOpc
5447 unsigned RetOpc = 0;
5458 RetOpc = isTOCSaveRestoreRequired(Subtarget) ? PPCISD::BCTRL_LOAD_TOC
5462 RetOpc = PPCISD::CALL_NOTOC;
5474 RetOpc =
5477 RetOpc = PPCISD::CALL;
5479 switch (RetOpc) {
5483 RetOpc = PPCISD::BCTRL_LOAD_TOC_RM;
5486 RetOpc = PPCISD::BCTRL_RM;
5489 RetOpc = PPCISD::CALL_NOTOC_RM;
5492 RetOpc = PPCISD::CALL_RM;
5495 RetOpc = PPCISD::CALL_NOP_RM;
5499 return RetOpc;