Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
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 Matchers = optimizeRules<GroupMatcher>(Matchers, MatcherStorage); in optimize()
549 Matchers = optimizeRules<SwitchMatcher>(Matchers, MatcherStorage); in optimize()
H A DGlobalISelMatchTable.h95 optimizeRules(ArrayRef<Matcher *> Rules,
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerMatchTableEmitter.cpp
H A DGlobalISelCombinerEmitter.cpp2570 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()
2575 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()
H A DGlobalISelEmitter.cpp2260 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()
2265 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()