Searched defs:CpuNames (Results 1 – 7 of 7) sorted by relevance
134 template <typename T> struct CpuNames { struct142 const CpuNames<CSKY::ArchKind> CPUNames[] = { argument
107 struct CpuNames { struct114 const CpuNames CPUNames[] = { argument
100 template <typename T> struct CpuNames { struct110 const CpuNames<ArchKind> CPUNames[] = { argument
129 template <typename T> struct CpuNames { struct130 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()
59 template <typename T> struct CpuNames { struct60 const char *Name;61 T ID;62 unsigned DefaultFPU;63 unsigned DefaultExt;
145 auto CpuNames = getCPUTypeNames(); in enumeration() local
143 auto CpuNames = getCPUTypeNames(); in enumeration() local