Lines Matching defs:InputGlue
3179 /// InputChain/InputGlue - The current chain/glue
3180 SDValue InputChain, InputGlue;
3337 SDValue InputChain, InputGlue;
3447 NewEntry.InputGlue = InputGlue;
3484 // If the current node has an input glue, capture it in InputGlue.
3487 InputGlue = N->getOperand(N->getNumOperands()-1);
4018 InputGlue);
4020 InputGlue = InputChain.getValue(1);
4172 if ((EmitNodeInfo & OPFL_GlueInput) && InputGlue.getNode() != nullptr)
4173 Ops.push_back(InputGlue);
4224 InputGlue = SDValue(Res, VTs.size()-1);
4313 InputGlue.getNode())
4315 InputGlue);
4352 InputGlue = LastScope.InputGlue;