Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:glue

331   //   ch, glue = callseq_start ch
332 // ch, glue = X86::Call ch, glue
333 // ch, glue = callseq_end ch, glue
334 // get_return_value ch, glue
682 // Call Node: Chain, Target, {Args}, RegMask, [Glue]
685 SDValue Glue;
688 // Glue is always last operand
689 Glue = CallNode->getOperand(CallNode->getNumOperands() - 1);
715 // Add glue if necessary
717 TSOps.push_back(Glue);
719 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
725 Glue = GCTransitionStart.getValue(1);
776 // Same for the glue, but we add it only if original call had it
777 if (Glue.getNode())
778 Ops.push_back(Glue);
780 // Compute return values. Provide a glue output since we consume one as
782 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);
806 // Add glue
809 SDVTList NodeTys = DAG.getVTList(MVT::Other, MVT::Glue);