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

/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp240 std::vector<Record*> ProcessorList = local
242 std::sort(ProcessorList.begin(), ProcessorList.end(), LessRecordFieldName());
250 for (unsigned i = 0, N = ProcessorList.size(); i < N;) {
252 Record *Processor = ProcessorList[i];
284 return ProcessorList.size();
1227 std::vector<Record*> ProcessorList = local
1229 std::sort(ProcessorList.begin(), ProcessorList.end(), LessRecordFieldName());
1238 for (unsigned i = 0, N = ProcessorList
[all...]

Completed in 48 milliseconds