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.cpp98 std::vector<std::unique_ptr<Matcher>> &MatcherStorage) { in optimizeRules() argument
118 MatcherStorage.emplace_back(std::move(CurrentGroup)); in optimizeRules()
147 std::vector<std::unique_ptr<Matcher>> &MatcherStorage);
151 std::vector<std::unique_ptr<Matcher>> &MatcherStorage);
556 Matchers = optimizeRules<GroupMatcher>(Matchers, MatcherStorage); in optimize()
557 Matchers = optimizeRules<SwitchMatcher>(Matchers, MatcherStorage); in optimize()
H A DGlobalISelMatchTable.h97 std::vector<std::unique_ptr<Matcher>> &MatcherStorage);
327 std::vector<std::unique_ptr<Matcher>> MatcherStorage; variable
421 std::vector<std::unique_ptr<Matcher>> MatcherStorage; variable
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerMatchTableEmitter.cpp
H A DGlobalISelCombinerEmitter.cpp2703 std::vector<std::unique_ptr<Matcher>> MatcherStorage; in buildMatchTable() local
2705 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()
2710 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()
H A DGlobalISelEmitter.cpp2257 std::vector<std::unique_ptr<Matcher>> MatcherStorage; in buildMatchTable() local
2259 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()
2264 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()