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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp683 std::vector<std::unique_ptr<Matcher>> MatcherStorage; member in class:__anon5929::final
763 std::vector<std::unique_ptr<Matcher>> MatcherStorage; member in class:__anon5929::SwitchMatcher
3392 /// they share. \p MatcherStorage is used as a memory container
3419 std::vector<std::unique_ptr<Matcher>> &MatcherStorage);
4970 std::vector<std::unique_ptr<Matcher>> &MatcherStorage) {
4991 MatcherStorage.emplace_back(std::move(CurrentGroup));
5049 std::vector<std::unique_ptr<Matcher>> MatcherStorage;
5051 optimizeRules<GroupMatcher>(InputRules, MatcherStorage);
5056 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage);
5083 GlobalISelEmitter::optimizeRules<GroupMatcher>(Matchers, MatcherStorage)
[all...]

Completed in 125 milliseconds