Lines Matching defs:InGlue
1584 // flag operands which copy the outgoing args into registers. The InGlue in
1586 SDValue InGlue;
1588 Chain = DAG.getCopyToReg(Chain, DL, Reg.first, Reg.second, InGlue);
1589 InGlue = Chain.getValue(1);
1615 if (InGlue.getNode()) {
1616 Ops.push_back(InGlue);
1620 InGlue = Chain.getValue(1);
1623 Chain = DAG.getCALLSEQ_END(Chain, NumBytes, 0, InGlue, DL);
1626 InGlue = Chain.getValue(1);
1631 return LowerCallResult(Chain, InGlue, CallConv, isVarArg, Ins, DL, DAG,
1639 SDValue Chain, SDValue InGlue, CallingConv::ID CallConv, bool isVarArg,
1658 InGlue)
1660 InGlue = Chain.getValue(2);