Lines Matching defs:InGlue
770 SDValue InGlue;
773 RegsToPass[i].second, InGlue);
774 InGlue = Chain.getValue(1);
816 Chain = DAG.getCALLSEQ_END(Chain, NumBytesToPop, 0, InGlue, DL);
817 InGlue = Chain.getValue(1);
838 if (InGlue.getNode())
839 Ops.push_back(InGlue);
848 InGlue = Chain.getValue(1);
872 InGlue, DL);
873 InGlue = Chain.getValue(1);
878 return LowerCallResult(Chain, InGlue, CallConv, IsVarArg, Ins, DL, DAG,
883 SDValue Chain, SDValue InGlue, CallingConv::ID CallConv, bool IsVarArg,
899 Chain = DAG.getCopyFromReg(Chain, DL, VA.getLocReg(), CopyVT, InGlue)
906 InGlue = Chain.getValue(2);