Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerMatchTableEmitter.cpp
H A DGlobalISelCombinerEmitter.cpp2569 std::vector<Matcher *> OptRules = in buildMatchTable() local
2572 for (Matcher *Rule : OptRules) in buildMatchTable()
2575 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()
2577 return MatchTable::buildTable(OptRules, /*WithCoverage*/ false, in buildMatchTable()
H A DGlobalISelEmitter.cpp2259 std::vector<Matcher *> OptRules = in buildMatchTable() local
2262 for (Matcher *Rule : OptRules) in buildMatchTable()
2265 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()
2267 return MatchTable::buildTable(OptRules, WithCoverage); in buildMatchTable()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
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()