Searched refs:Matchables (Results 1 – 1 of 1) sorted by relevance
654 std::vector<std::unique_ptr<MatchableInfo>> Matchables; member in __anon51f7b9bc0111::AsmMatcherInfo1329 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 …]