Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:Result

499   // Handle result values, copying them out of physregs into vregs that we
505 /// LowerCallResult - Lower the result values of a call into the
523 // Copy all of the result registers out of their specified physreg.
579 // Copy the result values into the output registers.
734 SDValue Result;
736 Result = DAG.getTargetGlobalAddress(GV, dl, getPointerTy(), Offset);
743 Result = DAG.getTargetGlobalAddress(GV, dl, getPointerTy(), 0, OpFlags);
746 Result = DAG.getNode(SystemZISD::PCRelativeWrapper, dl,
747 getPointerTy(), Result);
750 Result = DAG.getLoad(getPointerTy(), dl, DAG.getEntryNode(), Result,
756 Result = DAG.getNode(ISD::ADD, dl, getPointerTy(), Result,
759 return Result;
767 SDValue Result = DAG.getTargetJumpTable(JT->getIndex(), getPointerTy());
769 return DAG.getNode(SystemZISD::PCRelativeWrapper, dl, getPointerTy(), Result);
780 SDValue Result = DAG.getTargetConstantPool(CP->getConstVal(), getPointerTy(),
784 return DAG.getNode(SystemZISD::PCRelativeWrapper, dl, getPointerTy(), Result);
857 // %Result = phi [ %FalseValue, copy0MBB ], [ %TrueValue, thisMBB ]