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
1487 for (const auto &MI : Matchables) { in buildOperandMatchInfo()
1569 Matchables.push_back(std::move(II)); in buildInfo()
1596 Matchables.push_back(std::move(II)); in buildInfo()
1609 for (auto &II : Matchables) { in buildInfo()
1676 Matchables.insert(Matchables.end(), in buildInfo()
3260 Info.Matchables, in run()
3268 for (auto I = Info.Matchables.begin(), E = Info.Matchables.end(); I != E; in run()
3277 for (const auto &MI : Info.Matchables) in run()
3284 for (auto I = Info.Matchables.begin(), E = Info.Matchables.end(); I != E; in run()
[all …]