Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp702 std::vector<std::unique_ptr<Matcher>> MatcherStorage; member in __anon612774070111::GroupMatcher
782 std::vector<std::unique_ptr<Matcher>> MatcherStorage; member in __anon612774070111::SwitchMatcher
3712 std::vector<std::unique_ptr<Matcher>> &MatcherStorage);
5494 std::vector<std::unique_ptr<Matcher>> &MatcherStorage) { in optimizeRules() argument
5514 MatcherStorage.emplace_back(std::move(CurrentGroup)); in optimizeRules()
5570 std::vector<std::unique_ptr<Matcher>> MatcherStorage; in buildMatchTable() local
5572 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()
5577 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()
5604 GlobalISelEmitter::optimizeRules<GroupMatcher>(Matchers, MatcherStorage) in optimize()
5606 GlobalISelEmitter::optimizeRules<SwitchMatcher>(Matchers, MatcherStorage) in optimize()