Lines Matching defs:InGlue
3287 SDValue Chain, SDValue InGlue, CallingConv::ID CallConv, bool IsVarArg,
3305 DAG.getCopyFromReg(Chain, DL, VA.getLocReg(), VA.getLocVT(), InGlue);
3307 InGlue = Val.getValue(2);
3908 SDValue InGlue;
3931 Chain = DAG.getCopyToReg(Chain, DL, Reg, Val, InGlue);
3932 InGlue = Chain.getValue(1);
3940 Chain = DAG.getCALLSEQ_END(Chain, NumBytes, 0, InGlue, DL);
3941 InGlue = Chain.getValue(1);
3994 if (InGlue)
3995 GlueOps.push_back(InGlue);
3997 InGlue = SDValue(DAG.getMachineNode(TargetOpcode::CONVERGENCECTRL_GLUE, DL,
4002 if (InGlue)
4003 Ops.push_back(InGlue);
4026 InGlue = Call.getValue(1);
4029 Chain = DAG.getCALLSEQ_END(Chain, 0, CalleePopBytes, InGlue, DL);
4031 InGlue = Chain.getValue(1);
4035 return LowerCallResult(Chain, InGlue, CallConv, IsVarArg, Ins, DL, DAG,