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