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

/external/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp227 std::vector<Record*> ProcessorList = local
229 std::sort(ProcessorList.begin(), ProcessorList.end(), LessRecordFieldName());
237 for (unsigned i = 0, N = ProcessorList.size(); i < N;) {
239 Record *Processor = ProcessorList[i];
271 return ProcessorList.size();
1220 std::vector<Record*> ProcessorList = local
1222 std::sort(ProcessorList.begin(), ProcessorList.end(), LessRecordFieldName());
1231 for (unsigned i = 0, N = ProcessorList
[all...]

Completed in 54 milliseconds