Lines Matching refs:RetOpc
5333 unsigned RetOpc = 0; in getCallOpcode() local
5344 RetOpc = isTOCSaveRestoreRequired(Subtarget) ? PPCISD::BCTRL_LOAD_TOC in getCallOpcode()
5348 RetOpc = PPCISD::CALL_NOTOC; in getCallOpcode()
5360 RetOpc = in getCallOpcode()
5363 RetOpc = PPCISD::CALL; in getCallOpcode()
5365 switch (RetOpc) { in getCallOpcode()
5369 RetOpc = PPCISD::BCTRL_LOAD_TOC_RM; in getCallOpcode()
5372 RetOpc = PPCISD::BCTRL_RM; in getCallOpcode()
5375 RetOpc = PPCISD::CALL_NOTOC_RM; in getCallOpcode()
5378 RetOpc = PPCISD::CALL_RM; in getCallOpcode()
5381 RetOpc = PPCISD::CALL_NOP_RM; in getCallOpcode()
5385 return RetOpc; in getCallOpcode()