Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Pattern

85   // to the root of the pattern.
113 // matched pattern has a chain but the root node doesn't.
114 const PatternToMatch &Pattern = CM->getPattern();
117 Pattern.getSrcPattern()->NodeHasProperty(SDNPHasChain, CGP))
124 // because the code in the pattern generator doesn't handle it right. We
127 Pattern.getSrcPattern()->NodeHasProperty(SDNPOutGlue, CGP))
149 Pattern));
180 /// SinkPatternPredicates - Pattern predicates can be checked at any level of
181 /// the matching tree. The generator dumps them at the top level of the pattern
183 /// optimization sinks them as far down into the pattern as possible.
188 /// run a complex pattern if the pattern predicate will fail. For this
189 /// reason, we refuse to sink the pattern predicate past a ComplexPattern.
395 // If we're down to a single pattern to match, then we don't need this scope