Home | History | Annotate | Download | only in TableGen

Lines Matching full:glue

80     /// nodes array of all of the recorded input nodes that have glue results.
402 // glue).
420 // If this node has an output glue and isn't the root, remember it.
427 "' glue output node",
429 // Remember all of the nodes with output glue our pattern will match.
433 // If this node is known to have an input glue or if it *might* have an input
434 // glue, capture it as the glue input of the pattern.
742 // TreeHasOutGlue - True if this tree has glue.
825 // If this node has input glue or explicitly specified input physregs, we
826 // need to add chained and glued copyfromreg nodes and materialize the glue
834 // Even if the node has no other glue inputs, the resultant node must be
839 // Result order: node results, chain, glue
903 // The non-chain and non-glue results of the newly emitted node get recorded.
905 if (ResultVTs[i] == MVT::Other || ResultVTs[i] == MVT::Glue) break;
963 // just lop them off. This doesn't need to worry about glue or chains, just
992 // If the matched pattern covers nodes which define a glue result, emit a node