Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp723 std::vector<std::unique_ptr<MatchableInfo>> Matchables; member in __anonf14fc8a50111::AsmMatcherInfo
1442 for (const auto &MI : Matchables) { in buildOperandMatchInfo()
1524 Matchables.push_back(std::move(II)); in buildInfo()
1552 Matchables.push_back(std::move(II)); in buildInfo()
1565 for (auto &II : Matchables) { in buildInfo()
1631 Matchables.insert(Matchables.end(), in buildInfo()
3191 Info.Matchables, in run()
3197 for (auto I = Info.Matchables.begin(), E = Info.Matchables.end(); I != E; in run()
3206 for (const auto &MI : Info.Matchables) in run()
3213 for (auto I = Info.Matchables.begin(), E = Info.Matchables.end(); I != E; in run()
[all …]