Home
last modified time | relevance | path

Searched refs:ProcessorList (Results 1 – 1 of 1) sorted by relevance

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