Lines Matching refs:MatcherTableEmitter
46 class MatcherTableEmitter { class
83 MatcherTableEmitter(const CodeGenDAGPatterns &cgp) : CGP(cgp) { in MatcherTableEmitter() function in __anon4ae81c620211::MatcherTableEmitter
240 unsigned MatcherTableEmitter::
253 unsigned MatcherTableEmitter::
331 void MatcherTableEmitter::EmitPatternMatchTable(raw_ostream &OS) { in EmitPatternMatchTable()
369 unsigned MatcherTableEmitter::
866 unsigned MatcherTableEmitter::
884 void MatcherTableEmitter::EmitNodePredicatesFunction( in EmitNodePredicatesFunction()
910 void MatcherTableEmitter::EmitPredicateFunctions(raw_ostream &OS) { in EmitPredicateFunctions()
1075 void MatcherTableEmitter::EmitHistogram(const Matcher *M, in EmitHistogram()
1123 MatcherTableEmitter MatcherEmitter(CGP); in EmitMatcherTable()