Searched refs:TheMatcher (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DAGISelEmitter.cpp | 189 std::unique_ptr<Matcher> TheMatcher = in run() local 193 OptimizeMatcher(TheMatcher, CGP); in run() 198 EmitMatcherTable(TheMatcher.get(), CGP, OS); in run()
|
| H A D | DAGISelMatcherEmitter.cpp | 84 MatcherTableEmitter(const Matcher *TheMatcher, const CodeGenDAGPatterns &cgp) in MatcherTableEmitter() argument 114 Statistic(TheMatcher); in MatcherTableEmitter() 1354 void llvm::EmitMatcherTable(Matcher *TheMatcher, const CodeGenDAGPatterns &CGP, in EmitMatcherTable() argument 1386 MatcherTableEmitter MatcherEmitter(TheMatcher, CGP); in EmitMatcherTable() 1394 unsigned TotalSize = MatcherEmitter.SizeMatcherList(TheMatcher, NullOS); in EmitMatcherTable() 1407 TotalSize = MatcherEmitter.EmitMatcherList(TheMatcher, 1, 0, OS); in EmitMatcherTable() 1411 MatcherEmitter.EmitHistogram(TheMatcher, OS); in EmitMatcherTable()
|
| H A D | DAGISelMatcherGen.cpp | 97 Matcher *TheMatcher = nullptr; member in __anon9c7aa4d20111::MatcherGen 109 Matcher *GetMatcher() const { return TheMatcher; } in GetMatcher() 191 TheMatcher = NewNode; in AddMatcher()
|