Lines Matching defs:InGlue
770 SDValue InGlue;
773 RegsToPass[i].second, InGlue);
774 InGlue = Chain.getValue(1);
818 Chain = DAG.getCALLSEQ_END(Chain, NumBytesToPop, 0, InGlue, DL);
819 InGlue = Chain.getValue(1);
840 if (InGlue.getNode())
841 Ops.push_back(InGlue);
849 InGlue = Chain.getValue(1);
873 InGlue, DL);
874 InGlue = Chain.getValue(1);
879 return LowerCallResult(Chain, InGlue, CallConv, IsVarArg, Ins, DL, DAG,
884 SDValue Chain, SDValue InGlue, CallingConv::ID CallConv, bool IsVarArg,
900 Chain = DAG.getCopyFromReg(Chain, DL, VA.getLocReg(), CopyVT, InGlue)
907 InGlue = Chain.getValue(2);