Home
last modified time | relevance | path

Searched refs:ProcessorList (Results 1 – 3 of 3) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DSubtargetEmitter.cpp229 std::vector<Record*> ProcessorList = in CPUKeyValues() local
231 llvm::sort(ProcessorList.begin(), ProcessorList.end(), LessRecordFieldName()); in CPUKeyValues()
239 for (Record *Processor : ProcessorList) { in CPUKeyValues()
260 return ProcessorList.size(); in CPUKeyValues()
1406 std::vector<Record*> ProcessorList = in EmitProcessorLookup() local
1408 llvm::sort(ProcessorList.begin(), ProcessorList.end(), LessRecordFieldName()); in EmitProcessorLookup()
1417 for (Record *Processor : ProcessorList) { in EmitProcessorLookup()