Home | History | Annotate | Download | only in MSP430

Lines Matching refs:Result

414   // Copy the result values into the output registers.
557 // Handle result values, copying them out of physregs into vregs that we
563 /// LowerCallResult - Lower the result values of a call into the
580 // Copy all of the result registers out of their specified physreg.
641 SDValue Result = DAG.getTargetGlobalAddress(GV, Op.getDebugLoc(),
644 getPointerTy(), Result);
651 SDValue Result = DAG.getTargetExternalSymbol(Sym, getPointerTy());
653 return DAG.getNode(MSP430ISD::Wrapper, dl, getPointerTy(), Result);;
660 SDValue Result = DAG.getBlockAddress(BA, getPointerTy(), /*isTarget=*/true);
662 return DAG.getNode(MSP430ISD::Wrapper, dl, getPointerTy(), Result);;
1187 // %Result = phi [ %FalseValue, copy0MBB ], [ %TrueValue, thisMBB ]