Lines Matching defs:InGlue
8399 SDValue Chain, SDValue InGlue, CallingConv::ID CallConv, bool isVarArg,
8422 DAG.getCopyFromReg(Chain, DL, VA.getLocReg(), VA.getLocVT(), InGlue);
8424 InGlue = Val.getValue(2);
8868 SDValue InGlue,
8887 if (InGlue)
8888 Ops.push_back(InGlue);
9428 SDValue InGlue;
9433 InGlue = Chain.getValue(1);
9437 DAG, DL, CalleeAttrs.hasStreamingInterface(), Chain, InGlue,
9440 InGlue = NewChain.getValue(1);
9447 RegToPass.second, InGlue);
9448 InGlue = Chain.getValue(1);
9485 Chain = DAG.getCALLSEQ_END(Chain, 0, 0, InGlue, DL);
9486 InGlue = Chain.getValue(1);
9568 if (InGlue.getNode())
9569 Ops.push_back(InGlue);
9592 InGlue = Chain.getValue(1);
9600 Chain = DAG.getCALLSEQ_END(Chain, NumBytes, CalleePopBytes, InGlue, DL);
9601 InGlue = Chain.getValue(1);
9606 Chain, InGlue, CallConv, IsVarArg, RVLocs, DL, DAG, InVals, IsThisReturn,
9610 InGlue = Result.getValue(Result->getNumValues() - 1);
9615 DAG, DL, !CalleeAttrs.hasStreamingInterface(), Result, InGlue,
9619 InGlue = Result.getValue(1);
9622 DAG.getVTList(MVT::Other, MVT::Glue), {Result, InGlue});