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.cpp97 optimizeRules(ArrayRef<Matcher *> Rules, in optimizeRules() function
145 template std::vector<Matcher *> optimizeRules<GroupMatcher>(
149 template std::vector<Matcher *> optimizeRules<SwitchMatcher>(
556 Matchers = optimizeRules<GroupMatcher>(Matchers, MatcherStorage); in optimize()
557 Matchers = optimizeRules<SwitchMatcher>(Matchers, MatcherStorage); in optimize()
H A DGlobalISelMatchTable.h96 optimizeRules(ArrayRef<Matcher *> Rules,
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerMatchTableEmitter.cpp
H A DGlobalISelCombinerEmitter.cpp2705 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()
2710 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()
H A DGlobalISelEmitter.cpp2259 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()
2264 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()