HomeSort by relevance Sort by last modified time
    Searched refs:ProcessorList (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/utils/TableGen/
SubtargetEmitter.cpp 137 std::vector<Record*> ProcessorList =
139 std::sort(ProcessorList.begin(), ProcessorList.end(), LessRecordFieldName());
146 for (unsigned i = 0, N = ProcessorList.size(); i < N;) {
148 Record *Processor = ProcessorList[i];
180 return ProcessorList.size();
526 std::vector<Record*> ProcessorList =
528 std::sort(ProcessorList.begin(), ProcessorList.end(), LessRecordFieldName());
537 for (unsigned i = 0, N = ProcessorList.size(); i < N;)
    [all...]
  /external/llvm/utils/TableGen/
SubtargetEmitter.cpp 223 std::vector<Record*> ProcessorList =
225 std::sort(ProcessorList.begin(), ProcessorList.end(), LessRecordFieldName());
233 for (unsigned i = 0, N = ProcessorList.size(); i < N;) {
235 Record *Processor = ProcessorList[i];
265 return ProcessorList.size();
    [all...]

Completed in 558 milliseconds