Lines Matching defs:InGlue
594 SDValue InGlue = DivRem;
599 InGlue);
602 InGlue = CopyFromLo.getValue(2);
608 HI, Ty, InGlue);
3154 // The InGlue in necessary since all emitted instructions must be
3156 SDValue InGlue;
3159 Chain = CLI.DAG.getCopyToReg(Chain, CLI.DL, R.first, R.second, InGlue);
3160 InGlue = Chain.getValue(1);
3184 if (InGlue.getNode())
3185 Ops.push_back(InGlue);
3575 SDValue InGlue = Chain.getValue(1);
3582 Chain = DAG.getCALLSEQ_END(Chain, StackSize, 0, InGlue, DL);
3583 InGlue = Chain.getValue(1);
3588 return LowerCallResult(Chain, InGlue, CallConv, IsVarArg, Ins, DL, DAG,
3595 SDValue Chain, SDValue InGlue, CallingConv::ID CallConv, bool IsVarArg,
3615 RVLocs[i].getLocVT(), InGlue);
3617 InGlue = Val.getValue(2);