Lines Matching defs:InGlue
482 SDValue InGlue;
485 // flag operands which copy the outgoing args into registers. The InGlue in
488 Chain = DAG.getCopyToReg(Chain, CLI.DL, Reg.first, Reg.second, InGlue);
489 InGlue = Chain.getValue(1);
516 if (InGlue.getNode())
517 Ops.push_back(InGlue);
520 InGlue = Chain.getValue(1);
525 Chain = DAG.getCALLSEQ_END(Chain, NumBytes, 0, InGlue, CLI.DL);
526 InGlue = Chain.getValue(1);
530 return LowerCallResult(Chain, InGlue, CallConv, IsVarArg, Ins, CLI.DL, DAG,
584 SDValue Chain, SDValue InGlue, CallingConv::ID CallConv, bool IsVarArg,
597 return DAG.getCopyFromReg(Chain, DL, 1, Ins[0].VT, InGlue).getValue(1);
605 Val.getValVT(), InGlue).getValue(1);
606 InGlue = Chain.getValue(2);