Lines Matching defs:InputGlue
3134 /// InputChain/InputGlue - The current chain/glue
3135 SDValue InputChain, InputGlue;
3289 SDValue InputChain, InputGlue;
3399 NewEntry.InputGlue = InputGlue;
3436 // If the current node has an input glue, capture it in InputGlue.
3439 InputGlue = N->getOperand(N->getNumOperands()-1);
3971 InputGlue);
3973 InputGlue = InputChain.getValue(1);
4124 if ((EmitNodeInfo & OPFL_GlueInput) && InputGlue.getNode() != nullptr)
4125 Ops.push_back(InputGlue);
4179 InputGlue = SDValue(Res, VTs.size()-1);
4267 InputGlue.getNode())
4269 InputGlue);
4306 InputGlue = LastScope.InputGlue;