Lines Matching refs:MatcherTableEmitter
48 class MatcherTableEmitter { class
85 MatcherTableEmitter(const CodeGenDAGPatterns &cgp) : CGP(cgp) { in MatcherTableEmitter() function in __anonbf3bb6e60211::MatcherTableEmitter
244 unsigned MatcherTableEmitter::
257 unsigned MatcherTableEmitter::
335 void MatcherTableEmitter::EmitPatternMatchTable(raw_ostream &OS) { in EmitPatternMatchTable()
373 unsigned MatcherTableEmitter::
870 unsigned MatcherTableEmitter::
888 void MatcherTableEmitter::EmitNodePredicatesFunction( in EmitNodePredicatesFunction()
914 void MatcherTableEmitter::EmitPredicateFunctions(raw_ostream &OS) { in EmitPredicateFunctions()
1079 void MatcherTableEmitter::EmitHistogram(const Matcher *M, in EmitHistogram()
1127 MatcherTableEmitter MatcherEmitter(CGP); in EmitMatcherTable()