Lines Matching defs:InGlue
886 // flag operands which copy the outgoing args into registers. The InGlue in
888 SDValue InGlue;
891 RegsToPass[i].second, InGlue);
892 InGlue = Chain.getValue(1);
915 if (InGlue.getNode())
916 Ops.push_back(InGlue);
919 InGlue = Chain.getValue(1);
922 Chain = DAG.getCALLSEQ_END(Chain, NumBytes, 0, InGlue, dl);
923 InGlue = Chain.getValue(1);
927 return LowerCallResult(Chain, InGlue, CallConv, isVarArg, Ins, dl,
935 SDValue Chain, SDValue InGlue, CallingConv::ID CallConv, bool isVarArg,
949 RVLocs[i].getValVT(), InGlue).getValue(1);
950 InGlue = Chain.getValue(2);