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

/external/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp240 std::vector<Record*> ProcessorList = local
242 std::sort(ProcessorList.begin(), ProcessorList.end(), LessRecordFieldName());
250 for (unsigned i = 0, N = ProcessorList.size(); i < N;) {
252 Record *Processor = ProcessorList[i];
284 return ProcessorList.size();
1209 std::vector<Record*> ProcessorList = local
1211 std::sort(ProcessorList.begin(), ProcessorList.end(), LessRecordFieldName());
1220 for (unsigned i = 0, N = ProcessorList
[all...]

Completed in 45 milliseconds