Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp654 std::vector<std::unique_ptr<MatchableInfo>> Matchables; member in __anon51f7b9bc0111::AsmMatcherInfo
1329 for (const auto &MI : Matchables) { in buildOperandMatchInfo()
1410 Matchables.push_back(std::move(II)); in buildInfo()
1436 Matchables.push_back(std::move(II)); in buildInfo()
1449 for (auto &II : Matchables) { in buildInfo()
1510 Matchables.insert(Matchables.end(), in buildInfo()
2657 std::stable_sort(Info.Matchables.begin(), Info.Matchables.end(), in run()
2663 for (const auto &MI : Info.Matchables) in run()
2670 for (auto I = Info.Matchables.begin(), E = Info.Matchables.end(); I != E; in run()
2769 emitConvertFuncs(Target, ClassName, Info.Matchables, OS); in run()
[all …]