Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp689 std::vector<std::unique_ptr<Matcher>> MatcherStorage; member in __anon332dbd1e0111::GroupMatcher
769 std::vector<std::unique_ptr<Matcher>> MatcherStorage; member in __anon332dbd1e0111::SwitchMatcher
3699 std::vector<std::unique_ptr<Matcher>> &MatcherStorage);
5480 std::vector<std::unique_ptr<Matcher>> &MatcherStorage) { in optimizeRules() argument
5500 MatcherStorage.emplace_back(std::move(CurrentGroup)); in optimizeRules()
5556 std::vector<std::unique_ptr<Matcher>> MatcherStorage; in buildMatchTable() local
5558 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()
5563 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()
5590 GlobalISelEmitter::optimizeRules<GroupMatcher>(Matchers, MatcherStorage) in optimize()
5592 GlobalISelEmitter::optimizeRules<SwitchMatcher>(Matchers, MatcherStorage) in optimize()