Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DAsmMatcherEmitter.cpp567 std::vector<MatchableInfo*> Matchables; member in __anonfc6049a70111::AsmMatcherInfo
1118 Matchables.begin(), ie = Matchables.end(); in BuildOperandMatchInfo()
1216 Matchables.push_back(II.take()); in BuildInfo()
1240 Matchables.push_back(II.take()); in BuildInfo()
1251 for (std::vector<MatchableInfo*>::iterator it = Matchables.begin(), in BuildInfo()
1252 ie = Matchables.end(); it != ie; ++it) { in BuildInfo()
2136 std::stable_sort(Info.Matchables.begin(), Info.Matchables.end(), in run()
2141 it = Info.Matchables.begin(), ie = Info.Matchables.end(); in run()
2149 for (unsigned i = 0, e = Info.Matchables.size(); i != e; ++i) { in run()
2151 MatchableInfo &A = *Info.Matchables[i]; in run()
[all …]
/external/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp708 std::vector<std::unique_ptr<MatchableInfo>> Matchables; member in __anon67063f7b0111::AsmMatcherInfo
1415 for (const auto &MI : Matchables) { in buildOperandMatchInfo()
1496 Matchables.push_back(std::move(II)); in buildInfo()
1522 Matchables.push_back(std::move(II)); in buildInfo()
1535 for (auto &II : Matchables) { in buildInfo()
1596 Matchables.insert(Matchables.end(), in buildInfo()
2820 std::stable_sort(Info.Matchables.begin(), Info.Matchables.end(), in run()
2827 for (auto I = Info.Matchables.begin(), E = Info.Matchables.end(); I != E; in run()
2836 for (const auto &MI : Info.Matchables) in run()
2843 for (auto I = Info.Matchables.begin(), E = Info.Matchables.end(); I != E; in run()
[all …]