Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DARMTargetParser.h100 template <typename T> struct CpuNames { struct
110 const CpuNames<ArchKind> CPUNames[] = { argument
DAArch64TargetParser.h87 const ARM::CpuNames<ArchKind> AArch64CPUNames[] = {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLSymbols.cpp143 auto CpuNames = getCPUTypeNames(); in enumeration() local
144 for (const auto &E : CpuNames) { in enumeration()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DARMTargetParser.cpp584 for (const CpuNames<ArchKind> &Arch : CPUNames) { in fillValidCPUArchList()