Lines Matching defs:InGlue
714 SDValue InGlue;
717 // flag operands which copy the outgoing args into registers. The InGlue in
721 RegsToPass[I].second, InGlue);
722 InGlue = Chain.getValue(1);
756 if (InGlue.getNode())
757 Ops.push_back(InGlue);
761 InGlue = Chain.getValue(1);
764 Chain = DAG.getCALLSEQ_END(Chain, NumBytes, 0, InGlue, DL);
765 InGlue = Chain.getValue(1);
769 return LowerCallResult(Chain, InGlue, CallConv, IsVarArg, Ins, DL, DAG,
776 SDValue Chain, SDValue InGlue, CallingConv::ID CallConv, bool IsVarArg,
789 RVLocs[I].getValVT(), InGlue)
791 InGlue = Chain.getValue(2);