Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DARMTargetParser.h100 template <typename T> struct CpuNames { struct
110 const CpuNames<ArchKind> CPUNames[] = { argument
/external/llvm/lib/Support/
DTargetParser.cpp129 template <typename T> struct CpuNames { struct
130 const char *NameCStr;
131 size_t NameLength;
132 T ArchID;
133 bool Default; // is $Name the default CPU for $ArchID ?
134 unsigned DefaultExtensions;
136 StringRef getName() const { return StringRef(NameCStr, NameLength); } in getName()
/external/llvm/unittests/Support/
DTargetParserTest.cpp59 template <typename T> struct CpuNames { struct
60 const char *Name;
61 T ID;
62 unsigned DefaultFPU;
63 unsigned DefaultExt;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLSymbols.cpp143 auto CpuNames = getCPUTypeNames(); in enumeration() local