Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp654 std::vector<std::unique_ptr<Matcher>> MatcherStorage; member in __anon7e76e5f80111::GroupMatcher
734 std::vector<std::unique_ptr<Matcher>> MatcherStorage; member in __anon7e76e5f80111::SwitchMatcher
3084 std::vector<std::unique_ptr<Matcher>> &MatcherStorage);
4115 std::vector<std::unique_ptr<Matcher>> &MatcherStorage) { in optimizeRules() argument
4136 MatcherStorage.emplace_back(std::move(CurrentGroup)); in optimizeRules()
4194 std::vector<std::unique_ptr<Matcher>> MatcherStorage; in buildMatchTable() local
4196 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()
4201 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()
4228 GlobalISelEmitter::optimizeRules<GroupMatcher>(Matchers, MatcherStorage) in optimize()
4230 GlobalISelEmitter::optimizeRules<SwitchMatcher>(Matchers, MatcherStorage) in optimize()