Lines Matching refs:Result
332 // Handle result values, copying them out of physregs into vregs that we
338 /// LowerCallResult - Lower the result values of a call into the
355 // Copy all of the result registers out of their specified physreg.
709 SDValue Result;
711 Result = DAG.getExtLoad(ISD::SEXTLOAD, dl, MVT::i64, Chain, DataPtr,
714 Result = DAG.getLoad(Op.getValueType(), dl, Chain, DataPtr,
717 return Result;
729 SDValue Result = DAG.getStore(Val.getValue(1), dl, Val, DestP,
734 Val = DAG.getExtLoad(ISD::SEXTLOAD, dl, MVT::i64, Result,