Home
last modified time | relevance | path

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

/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/swiftshader/third_party/llvm-subzero/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/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DTargetParser.cpp128 template <typename T> struct CpuNames { struct
129 const char *NameCStr;
130 size_t NameLength;
131 T ArchID;
132 bool Default; // is $Name the default CPU for $ArchID ?
133 unsigned DefaultExtensions;
135 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-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLSymbols.cpp144 auto CpuNames = getCPUTypeNames(); in enumeration() local