Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp690 std::vector<std::unique_ptr<Matcher>> MatcherStorage; member in __anon0a286f430111::GroupMatcher
770 std::vector<std::unique_ptr<Matcher>> MatcherStorage; member in __anon0a286f430111::SwitchMatcher
3661 std::vector<std::unique_ptr<Matcher>> &MatcherStorage);
5415 std::vector<std::unique_ptr<Matcher>> &MatcherStorage) { in optimizeRules() argument
5436 MatcherStorage.emplace_back(std::move(CurrentGroup)); in optimizeRules()
5494 std::vector<std::unique_ptr<Matcher>> MatcherStorage; in buildMatchTable() local
5496 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()
5501 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()
5528 GlobalISelEmitter::optimizeRules<GroupMatcher>(Matchers, MatcherStorage) in optimize()
5530 GlobalISelEmitter::optimizeRules<SwitchMatcher>(Matchers, MatcherStorage) in optimize()