Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DSubtargetEmitter.cpp137 std::vector<Record*> ProcessorList = in CPUKeyValues() local
139 std::sort(ProcessorList.begin(), ProcessorList.end(), LessRecordFieldName()); in CPUKeyValues()
146 for (unsigned i = 0, N = ProcessorList.size(); i < N;) { in CPUKeyValues()
148 Record *Processor = ProcessorList[i]; in CPUKeyValues()
180 return ProcessorList.size(); in CPUKeyValues()
526 std::vector<Record*> ProcessorList = in EmitProcessorLookup() local
528 std::sort(ProcessorList.begin(), ProcessorList.end(), LessRecordFieldName()); in EmitProcessorLookup()
537 for (unsigned i = 0, N = ProcessorList.size(); i < N;) { in EmitProcessorLookup()
539 Record *Processor = ProcessorList[i]; in EmitProcessorLookup()
/external/llvm/utils/TableGen/
DSubtargetEmitter.cpp223 std::vector<Record*> ProcessorList = in CPUKeyValues() local
225 std::sort(ProcessorList.begin(), ProcessorList.end(), LessRecordFieldName()); in CPUKeyValues()
233 for (unsigned i = 0, N = ProcessorList.size(); i < N;) { in CPUKeyValues()
235 Record *Processor = ProcessorList[i]; in CPUKeyValues()
265 return ProcessorList.size(); in CPUKeyValues()
1203 std::vector<Record*> ProcessorList = in EmitProcessorLookup() local
1205 std::sort(ProcessorList.begin(), ProcessorList.end(), LessRecordFieldName()); in EmitProcessorLookup()
1214 for (unsigned i = 0, N = ProcessorList.size(); i < N;) { in EmitProcessorLookup()
1216 Record *Processor = ProcessorList[i]; in EmitProcessorLookup()