Searched refs:TheMatcher (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DAGISelEmitter.cpp | 178 std::unique_ptr<Matcher> TheMatcher = in run() local 182 OptimizeMatcher(TheMatcher, CGP); in run() 187 EmitMatcherTable(TheMatcher.get(), CGP, OS); in run()
|
| H A D | DAGISelMatcherEmitter.cpp | 85 MatcherTableEmitter(const Matcher *TheMatcher, const CodeGenDAGPatterns &cgp) in MatcherTableEmitter() argument 115 Statistic(TheMatcher); in MatcherTableEmitter() 1299 void llvm::EmitMatcherTable(Matcher *TheMatcher, in EmitMatcherTable() argument 1332 MatcherTableEmitter MatcherEmitter(TheMatcher, CGP); in EmitMatcherTable() 1340 unsigned TotalSize = MatcherEmitter.SizeMatcherList(TheMatcher, NullOS); in EmitMatcherTable() 1350 TotalSize = MatcherEmitter.EmitMatcherList(TheMatcher, 1, 0, OS); in EmitMatcherTable() 1353 MatcherEmitter.EmitHistogram(TheMatcher, OS); in EmitMatcherTable()
|
| H A D | DAGISelMatcherGen.cpp | 99 Matcher *TheMatcher; member in __anon5041f0880111::MatcherGen 110 Matcher *GetMatcher() const { return TheMatcher; } in GetMatcher() 150 : Pattern(pattern), CGP(cgp), NextRecordedOperandNo(0), TheMatcher(nullptr), in MatcherGen() 193 TheMatcher = NewNode; in AddMatcher()
|