Lines Matching defs:InGlue
496 SDValue InGlue;
499 // flag operands which copy the outgoing args into registers. The InGlue in
502 Chain = DAG.getCopyToReg(Chain, CLI.DL, Reg.first, Reg.second, InGlue);
503 InGlue = Chain.getValue(1);
546 if (InGlue.getNode())
547 Ops.push_back(InGlue);
550 InGlue = Chain.getValue(1);
555 Chain = DAG.getCALLSEQ_END(Chain, NumBytes, 0, InGlue, CLI.DL);
556 InGlue = Chain.getValue(1);
560 return LowerCallResult(Chain, InGlue, CallConv, IsVarArg, Ins, CLI.DL, DAG,
614 SDValue Chain, SDValue InGlue, CallingConv::ID CallConv, bool IsVarArg,
627 return DAG.getCopyFromReg(Chain, DL, 1, Ins[0].VT, InGlue).getValue(1);
635 Val.getValVT(), InGlue).getValue(1);
636 InGlue = Chain.getValue(2);