Lines Matching defs:InGlue
3254 SDValue Chain, SDValue InGlue, CallingConv::ID CallConv, bool IsVarArg,
3271 Val = DAG.getCopyFromReg(Chain, DL, VA.getLocReg(), VA.getLocVT(), InGlue);
3273 InGlue = Val.getValue(2);
3855 SDValue InGlue;
3858 RegToPass.second, InGlue);
3859 InGlue = Chain.getValue(1);
3868 Chain = DAG.getCALLSEQ_END(Chain, NumBytes, 0, InGlue, DL);
3869 InGlue = Chain.getValue(1);
3910 if (InGlue)
3911 GlueOps.push_back(InGlue);
3913 InGlue = SDValue(DAG.getMachineNode(TargetOpcode::CONVERGENCECTRL_GLUE, DL,
3918 if (InGlue)
3919 Ops.push_back(InGlue);
3944 InGlue = Call.getValue(1);
3947 Chain = DAG.getCALLSEQ_END(Chain, 0, CalleePopBytes, InGlue, DL);
3949 InGlue = Chain.getValue(1);
3953 return LowerCallResult(Chain, InGlue, CallConv, IsVarArg, Ins, DL, DAG,