Lines Matching full:glue
287 // ch, glue = callseq_start ch
288 // ch, glue = X86::Call ch, glue
289 // ch, glue = callseq_end ch, glue
602 // Call Node: Chain, Target, {Args}, RegMask, [Glue]
603 SDValue Glue;
605 // Glue is always last operand
606 Glue = CallNode->getOperand(CallNode->getNumOperands() - 1);
610 CallNode->getNumOperands() - (Glue.getNode() ? 4 : 3);
620 if (Glue.getNode())
644 // Same for the glue, but we add it only if original call had it
645 if (Glue.getNode())
646 Ops.push_back(Glue);
648 // Compute return values. Provide a glue output since we consume one as
650 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);