Searched refs:TheMatcher (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | DAGISelEmitter.cpp | 176 std::unique_ptr<Matcher> TheMatcher = in run() local 180 OptimizeMatcher(TheMatcher, CGP); in run() 185 EmitMatcherTable(TheMatcher.get(), CGP, OS); in run()
|
| H A D | DAGISelMatcherGen.cpp | 96 Matcher *TheMatcher; member in __anona097be690111::MatcherGen 107 Matcher *GetMatcher() const { return TheMatcher; } in GetMatcher() 150 TheMatcher(nullptr), CurPredicate(nullptr) { in MatcherGen() 193 TheMatcher = NewNode; in AddMatcher()
|
| H A D | DAGISelMatcherEmitter.cpp | 1090 void llvm::EmitMatcherTable(Matcher *TheMatcher, in EmitMatcherTable() argument 1131 unsigned TotalSize = MatcherEmitter.SizeMatcherList(TheMatcher, NullOS); in EmitMatcherTable() 1141 TotalSize = MatcherEmitter.EmitMatcherList(TheMatcher, 1, 0, OS); in EmitMatcherTable() 1144 MatcherEmitter.EmitHistogram(TheMatcher, OS); in EmitMatcherTable()
|