Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
HDGlobalISelMatchTable.cpp95 optimizeRules(ArrayRef<Matcher *> Rules, in optimizeRules() function
143 template std::vector<Matcher *> optimizeRules<GroupMatcher>(
147 template std::vector<Matcher *> optimizeRules<SwitchMatcher>(
548 Matchers = optimizeRules<GroupMatcher>(Matchers, MatcherStorage); in optimize()
549 Matchers = optimizeRules<SwitchMatcher>(Matchers, MatcherStorage); in optimize()
HDGlobalISelMatchTable.h95 optimizeRules(ArrayRef<Matcher *> Rules,
/freebsd-14-stable/contrib/llvm-project/llvm/utils/TableGen/
HDGlobalISelCombinerEmitter.cpp2570 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()
2575 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()
HDGlobalISelEmitter.cpp2260 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()
2265 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()