Lines Matching defs:InGlue
1591 // flag operands which copy the outgoing args into registers. The InGlue in
1593 SDValue InGlue;
1595 Chain = DAG.getCopyToReg(Chain, DL, Reg.first, Reg.second, InGlue);
1596 InGlue = Chain.getValue(1);
1622 if (InGlue.getNode()) {
1623 Ops.push_back(InGlue);
1627 InGlue = Chain.getValue(1);
1630 Chain = DAG.getCALLSEQ_END(Chain, NumBytes, 0, InGlue, DL);
1633 InGlue = Chain.getValue(1);
1638 return LowerCallResult(Chain, InGlue, CallConv, isVarArg, Ins, DL, DAG,
1646 SDValue Chain, SDValue InGlue, CallingConv::ID CallConv, bool isVarArg,
1665 InGlue)
1667 InGlue = Chain.getValue(2);