Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelMatchTable.cpp95 optimizeRules(ArrayRef<Matcher *> Rules, in optimizeRules() function
143 template std::vector<Matcher *> optimizeRules<GroupMatcher>(
147 template std::vector<Matcher *> optimizeRules<SwitchMatcher>(
548 optimizeRules<GroupMatcher>(Matchers, MatcherStorage).swap(Matchers); in optimize()
549 optimizeRules<SwitchMatcher>(Matchers, MatcherStorage).swap(Matchers); in optimize()
H A DGlobalISelCombinerEmitter.cpp2897 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()
2902 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()
H A DGlobalISelEmitter.cpp2237 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()
2242 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()
H A DGlobalISelMatchTable.h95 optimizeRules(ArrayRef<Matcher *> Rules,