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.cpp2704 std::vector<Matcher *> OptRules = in buildMatchTable() local
2707 for (Matcher *Rule : OptRules) in buildMatchTable()
2710 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()
2712 return MatchTable::buildTable(OptRules, /*WithCoverage*/ false, in buildMatchTable()
H A DGlobalISelEmitter.cpp2258 std::vector<Matcher *> OptRules = in buildMatchTable() local
2261 for (Matcher *Rule : OptRules) in buildMatchTable()
2264 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()
2266 return MatchTable::buildTable(OptRules, WithCoverage); in buildMatchTable()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp100 std::vector<Matcher *> OptRules; in optimizeRules() local
114 append_range(OptRules, CurrentGroup->matchers()); in optimizeRules()
117 OptRules.push_back(CurrentGroup.get()); in optimizeRules()
135 OptRules.push_back(Rule); in optimizeRules()
142 return OptRules; in optimizeRules()