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

/external/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp220 std::vector<Record*> ProcessorList = local
222 std::sort(ProcessorList.begin(), ProcessorList.end(), LessRecordFieldName());
230 for (unsigned i = 0, N = ProcessorList.size(); i < N;) {
232 Record *Processor = ProcessorList[i];
266 return ProcessorList.size();
1216 std::vector<Record*> ProcessorList = local
1218 std::sort(ProcessorList.begin(), ProcessorList.end(), LessRecordFieldName());
1227 for (unsigned i = 0, N = ProcessorList
[all...]

Completed in 384 milliseconds