Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DTargetFeaturesEmitter.cpp126 std::vector<const Record *> ProcessorList = in printCPUKeyValues() local
128 llvm::sort(ProcessorList, LessRecordFieldName()); in printCPUKeyValues()
135 for (const Record *Processor : ProcessorList) { in printCPUKeyValues()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp232 std::vector<const Record *> ProcessorList = in cpuNames() local
239 Names.reserve(ProcessorList.size() + ProcessorAliasList.size()); in cpuNames()
241 for (const Record *Processor : ProcessorList) { in cpuNames()
292 std::vector<const Record *> ProcessorList = in cpuKeyValues() local
294 llvm::sort(ProcessorList, LessRecordFieldName()); in cpuKeyValues()
306 for (const Record *Processor : ProcessorList) { in cpuKeyValues()
333 return ProcessorList.size(); in cpuKeyValues()