Lines Matching defs:InGlue
1009 /// \param [in,out] InGlue Represents SDvalue in the parent DAG node for
1012 /// our new SDValue to InGlue SDvalue.
1017 SDValue *InGlue = nullptr) {
1034 if (nullptr == InGlue) {
1045 DAG.getCopyFromReg(Root, DL, VA.getLocReg(), MVT::i32, *InGlue);
1046 *InGlue = ArgValueLo.getValue(2);
1048 DAG.getCopyFromReg(Root, DL, NextVA.getLocReg(), MVT::i32, *InGlue);
1049 *InGlue = ArgValueHi.getValue(2);
1102 SDValue Chain, SDValue InGlue, CallingConv::ID CallConv, bool isVarArg,
1161 getv64i1Argument(VA, RVLocs[++I], Chain, DAG, dl, Subtarget, &InGlue);
1163 Chain = DAG.getCopyFromReg(Chain, dl, VA.getLocReg(), CopyVT, InGlue)
1166 InGlue = Chain.getValue(2);
2398 SDValue InGlue;
2401 RegsToPass[i].second, InGlue);
2402 InGlue = Chain.getValue(1);
2427 Chain = DAG.getCALLSEQ_END(Chain, NumBytesToPop, 0, InGlue, dl);
2428 InGlue = Chain.getValue(1);
2516 if (InGlue.getNode())
2517 Ops.push_back(InGlue);
2563 InGlue = Chain.getValue(1);
2585 InGlue, dl);
2586 InGlue = Chain.getValue(1);
2601 return LowerCallResult(Chain, InGlue, CallConv, isVarArg, Ins, dl, DAG,