Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Pattern

76   // to the root of the pattern.
104 // matched pattern has a chain but the root node doesn't.
105 const PatternToMatch &Pattern = CM->getPattern();
108 Pattern.getSrcPattern()->NodeHasProperty(SDNPHasChain, CGP))
115 // because the code in the pattern generator doesn't handle it right. We
118 Pattern.getSrcPattern()->NodeHasProperty(SDNPOutGlue, CGP))
141 Pattern));
172 /// SinkPatternPredicates - Pattern predicates can be checked at any level of
173 /// the matching tree. The generator dumps them at the top level of the pattern
175 /// optimization sinks them as far down into the pattern as possible.
180 /// run a the complex pattern if the pattern predicate will fail. For this
181 /// reason, we refuse to sink the pattern predicate past a ComplexPattern.
387 // If we're down to a single pattern to match, then we don't need this scope