Searched defs:CpuNames (Results 1 – 15 of 15) sorted by relevance
100 template <typename T> struct CpuNames { struct110 const CpuNames<ArchKind> CPUNames[] = { argument
134 template <typename T> struct CpuNames { struct142 const CpuNames<CSKY::ArchKind> CPUNames[] = { argument
108 struct CpuNames { struct115 const CpuNames CPUNames[] = { argument
107 struct CpuNames { struct114 const CpuNames 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;
143 auto CpuNames = getCPUTypeNames(); in enumeration() local
145 auto CpuNames = getCPUTypeNames(); in enumeration() local