Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp96 std::vector<std::unique_ptr<Matcher>> &MatcherStorage) { in optimizeRules() argument
116 MatcherStorage.emplace_back(std::move(CurrentGroup)); in optimizeRules()
145 std::vector<std::unique_ptr<Matcher>> &MatcherStorage);
149 std::vector<std::unique_ptr<Matcher>> &MatcherStorage);
548 Matchers = optimizeRules<GroupMatcher>(Matchers, MatcherStorage); in optimize()
549 Matchers = optimizeRules<SwitchMatcher>(Matchers, MatcherStorage); in optimize()
H A DGlobalISelMatchTable.h96 std::vector<std::unique_ptr<Matcher>> &MatcherStorage);
340 std::vector<std::unique_ptr<Matcher>> MatcherStorage; variable
420 std::vector<std::unique_ptr<Matcher>> MatcherStorage; variable
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerMatchTableEmitter.cpp
H A DGlobalISelCombinerEmitter.cpp2568 std::vector<std::unique_ptr<Matcher>> MatcherStorage; in buildMatchTable() local
2570 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()
2575 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()
H A DGlobalISelEmitter.cpp2258 std::vector<std::unique_ptr<Matcher>> MatcherStorage; in buildMatchTable() local
2260 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()
2265 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()