Home
last modified time | relevance | path

Searched refs:OptRules (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelMatchTable.cpp98 std::vector<Matcher *> OptRules; in optimizeRules() local
112 append_range(OptRules, CurrentGroup->matchers()); in optimizeRules()
115 OptRules.push_back(CurrentGroup.get()); in optimizeRules()
133 OptRules.push_back(Rule); in optimizeRules()
140 return OptRules; in optimizeRules()
H A DGlobalISelCombinerEmitter.cpp2896 std::vector<Matcher *> OptRules = in buildMatchTable() local
2899 for (Matcher *Rule : OptRules) in buildMatchTable()
2902 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()
2904 return MatchTable::buildTable(OptRules, /*WithCoverage*/ false, in buildMatchTable()
H A DGlobalISelEmitter.cpp2236 std::vector<Matcher *> OptRules = in buildMatchTable() local
2239 for (Matcher *Rule : OptRules) in buildMatchTable()
2242 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()
2244 return MatchTable::buildTable(OptRules, WithCoverage); in buildMatchTable()