Lines Matching defs:RetOpc
5464 unsigned RetOpc = 0;
5475 RetOpc = isTOCSaveRestoreRequired(Subtarget) ? PPCISD::BCTRL_LOAD_TOC
5479 RetOpc = PPCISD::CALL_NOTOC;
5491 RetOpc =
5494 RetOpc = PPCISD::CALL;
5496 switch (RetOpc) {
5500 RetOpc = PPCISD::BCTRL_LOAD_TOC_RM;
5503 RetOpc = PPCISD::BCTRL_RM;
5506 RetOpc = PPCISD::CALL_NOTOC_RM;
5509 RetOpc = PPCISD::CALL_RM;
5512 RetOpc = PPCISD::CALL_NOP_RM;
5516 return RetOpc;