Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp754 std::vector<std::unique_ptr<MatchableInfo>> Matchables; member in __anon44b0c7da0111::AsmMatcherInfo
1485 for (const auto &MI : Matchables) { in buildOperandMatchInfo()
1570 Matchables.push_back(std::move(II)); in buildInfo()
1598 Matchables.push_back(std::move(II)); in buildInfo()
1611 for (auto &II : Matchables) { in buildInfo()
1677 Matchables.insert(Matchables.end(), in buildInfo()
3250 Info.Matchables, in run()
3258 for (auto I = Info.Matchables.begin(), E = Info.Matchables.end(); I != E; in run()
3267 for (const auto &MI : Info.Matchables) in run()
3274 for (auto I = Info.Matchables.begin(), E = Info.Matchables.end(); I != E; in run()
[all …]