Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp1458 for (const auto &MI : Matchables) { in buildOperandMatchInfo()
1544 Matchables.push_back(std::move(II)); in buildInfo()
1572 Matchables.push_back(std::move(II)); in buildInfo()
1585 for (auto &II : Matchables) { in buildInfo()
1651 Matchables.insert(Matchables.end(), in buildInfo()
3217 Info.Matchables, in run()
3223 for (auto I = Info.Matchables.begin(), E = Info.Matchables.end(); I != E; in run()
3232 for (const auto &MI : Info.Matchables) in run()
3239 for (auto I = Info.Matchables.begin(), E = Info.Matchables.end(); I != E; in run()
3400 for (const auto &MI : Info.Matchables) { in run()
[all …]