Lines Matching defs:InGlue
592 SDValue InGlue = DivRem;
597 InGlue);
600 InGlue = CopyFromLo.getValue(2);
606 HI, Ty, InGlue);
3086 // The InGlue in necessary since all emitted instructions must be
3088 SDValue InGlue;
3091 Chain = CLI.DAG.getCopyToReg(Chain, CLI.DL, R.first, R.second, InGlue);
3092 InGlue = Chain.getValue(1);
3116 if (InGlue.getNode())
3117 Ops.push_back(InGlue);
3500 SDValue InGlue = Chain.getValue(1);
3507 Chain = DAG.getCALLSEQ_END(Chain, StackSize, 0, InGlue, DL);
3508 InGlue = Chain.getValue(1);
3513 return LowerCallResult(Chain, InGlue, CallConv, IsVarArg, Ins, DL, DAG,
3520 SDValue Chain, SDValue InGlue, CallingConv::ID CallConv, bool IsVarArg,
3540 RVLocs[i].getLocVT(), InGlue);
3542 InGlue = Val.getValue(2);