Lines Matching refs:RetOpc
5230 unsigned RetOpc = 0; in getCallOpcode() local
5241 RetOpc = isTOCSaveRestoreRequired(Subtarget) ? PPCISD::BCTRL_LOAD_TOC in getCallOpcode()
5245 RetOpc = PPCISD::CALL_NOTOC; in getCallOpcode()
5255 RetOpc = callsShareTOCBase(&Caller, Callee, TM) ? PPCISD::CALL in getCallOpcode()
5258 RetOpc = PPCISD::CALL; in getCallOpcode()
5260 switch (RetOpc) { in getCallOpcode()
5264 RetOpc = PPCISD::BCTRL_LOAD_TOC_RM; in getCallOpcode()
5267 RetOpc = PPCISD::BCTRL_RM; in getCallOpcode()
5270 RetOpc = PPCISD::CALL_NOTOC_RM; in getCallOpcode()
5273 RetOpc = PPCISD::CALL_RM; in getCallOpcode()
5276 RetOpc = PPCISD::CALL_NOP_RM; in getCallOpcode()
5280 return RetOpc; in getCallOpcode()