Lines Matching defs:MatcherTableEmitter
50 class MatcherTableEmitter {
84 MatcherTableEmitter(const Matcher *TheMatcher, const CodeGenDAGPatterns &cgp)
292 unsigned MatcherTableEmitter::SizeMatcherList(Matcher *N, raw_ostream &OS) {
304 unsigned MatcherTableEmitter::SizeMatcher(Matcher *N, raw_ostream &OS) {
381 void MatcherTableEmitter::EmitPatternMatchTable(raw_ostream &OS) {
419 unsigned MatcherTableEmitter::EmitMatcher(const Matcher *N,
1037 unsigned MatcherTableEmitter::EmitMatcherList(const Matcher *N,
1056 void MatcherTableEmitter::EmitNodePredicatesFunction(
1081 void MatcherTableEmitter::EmitPredicateFunctions(raw_ostream &OS) {
1285 void MatcherTableEmitter::EmitHistogram(const Matcher *M, raw_ostream &OS) {
1330 MatcherTableEmitter MatcherEmitter(TheMatcher, CGP);