Searched defs:Matchables (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp614 std::vector<MatchableInfo*> Matchables; member in class:__anon26561::AsmMatcherInfo
1292 Matchables.begin(), ie = Matchables.end();
1376 Matchables.push_back(II.release());
1401 Matchables.push_back(II.release());
1414 for (std::vector<MatchableInfo*>::iterator it = Matchables.begin(),
1415 ie = Matchables.end(); it != ie; ++it) {
1478 Matchables.insert(Matchables.end(), NewMatchables.begin(),
2651 std::stable_sort(Info.Matchables
[all...]

Completed in 108 milliseconds