Home
last modified time | relevance | path

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

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