Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp235 std::vector<const Record *> ProcessorAliasList = in cpuNames() local
239 Names.reserve(ProcessorList.size() + ProcessorAliasList.size()); in cpuNames()
246 for (const Record *Rec : ProcessorAliasList) { in cpuNames()