Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/TargetParser/
DCSKYTargetParser.h134 template <typename T> struct CpuNames { struct
142 const CpuNames<CSKY::ArchKind> CPUNames[] = { argument
DARMTargetParser.h107 struct CpuNames { struct
114 const CpuNames CPUNames[] = { argument
/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-16.0/llvm/lib/ObjectYAML/
DCodeViewYAMLSymbols.cpp145 auto CpuNames = getCPUTypeNames(); in enumeration() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLSymbols.cpp143 auto CpuNames = getCPUTypeNames(); in enumeration() local