Lines Matching defs:InGlue
887 // flag operands which copy the outgoing args into registers. The InGlue in
889 SDValue InGlue;
892 RegsToPass[i].second, InGlue);
893 InGlue = Chain.getValue(1);
916 if (InGlue.getNode())
917 Ops.push_back(InGlue);
920 InGlue = Chain.getValue(1);
923 Chain = DAG.getCALLSEQ_END(Chain, NumBytes, 0, InGlue, dl);
924 InGlue = Chain.getValue(1);
928 return LowerCallResult(Chain, InGlue, CallConv, isVarArg, Ins, dl,
936 SDValue Chain, SDValue InGlue, CallingConv::ID CallConv, bool isVarArg,
950 RVLocs[i].getValVT(), InGlue).getValue(1);
951 InGlue = Chain.getValue(2);