Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DGlobalISelEmitter.cpp651 std::vector<std::unique_ptr<Matcher>> MatcherStorage; member in __anon685cc1160111::GroupMatcher
731 std::vector<std::unique_ptr<Matcher>> MatcherStorage; member in __anon685cc1160111::SwitchMatcher
3078 std::vector<std::unique_ptr<Matcher>> &MatcherStorage);
4121 std::vector<std::unique_ptr<Matcher>> &MatcherStorage) { in optimizeRules() argument
4142 MatcherStorage.emplace_back(std::move(CurrentGroup)); in optimizeRules()
4200 std::vector<std::unique_ptr<Matcher>> MatcherStorage; in buildMatchTable() local
4202 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()
4207 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()
4234 GlobalISelEmitter::optimizeRules<GroupMatcher>(Matchers, MatcherStorage) in optimize()
4236 GlobalISelEmitter::optimizeRules<SwitchMatcher>(Matchers, MatcherStorage) in optimize()