Lines Matching defs:InGlue
1001 /// \param [in,out] InGlue Represents SDvalue in the parent DAG node for
1004 /// our new SDValue to InGlue SDvalue.
1009 SDValue *InGlue = nullptr) {
1026 if (nullptr == InGlue) {
1037 DAG.getCopyFromReg(Root, DL, VA.getLocReg(), MVT::i32, *InGlue);
1038 *InGlue = ArgValueLo.getValue(2);
1040 DAG.getCopyFromReg(Root, DL, NextVA.getLocReg(), MVT::i32, *InGlue);
1041 *InGlue = ArgValueHi.getValue(2);
1094 SDValue Chain, SDValue InGlue, CallingConv::ID CallConv, bool isVarArg,
1153 getv64i1Argument(VA, RVLocs[++I], Chain, DAG, dl, Subtarget, &InGlue);
1155 Chain = DAG.getCopyFromReg(Chain, dl, VA.getLocReg(), CopyVT, InGlue)
1158 InGlue = Chain.getValue(2);
2390 SDValue InGlue;
2393 RegsToPass[i].second, InGlue);
2394 InGlue = Chain.getValue(1);
2421 Chain = DAG.getCALLSEQ_END(Chain, NumBytesToPop, 0, InGlue, dl);
2422 InGlue = Chain.getValue(1);
2499 if (InGlue.getNode())
2500 Ops.push_back(InGlue);
2544 InGlue = Chain.getValue(1);
2566 InGlue, dl);
2567 InGlue = Chain.getValue(1);
2582 return LowerCallResult(Chain, InGlue, CallConv, isVarArg, Ins, dl, DAG,