Lines Matching refs:CPU
637 StringRef CPU; in getIntelProcessorTypeAndSubtype() local
641 CPU = "i386"; in getIntelProcessorTypeAndSubtype()
644 CPU = "i486"; in getIntelProcessorTypeAndSubtype()
648 CPU = "pentium-mmx"; in getIntelProcessorTypeAndSubtype()
651 CPU = "pentium"; in getIntelProcessorTypeAndSubtype()
662 CPU = "core2"; in getIntelProcessorTypeAndSubtype()
671 CPU = "penryn"; in getIntelProcessorTypeAndSubtype()
680 CPU = "nehalem"; in getIntelProcessorTypeAndSubtype()
688 CPU = "westmere"; in getIntelProcessorTypeAndSubtype()
695 CPU = "sandybridge"; in getIntelProcessorTypeAndSubtype()
701 CPU = "ivybridge"; in getIntelProcessorTypeAndSubtype()
711 CPU = "haswell"; in getIntelProcessorTypeAndSubtype()
721 CPU = "broadwell"; in getIntelProcessorTypeAndSubtype()
733 CPU = "skylake"; in getIntelProcessorTypeAndSubtype()
740 CPU = "rocketlake"; in getIntelProcessorTypeAndSubtype()
749 CPU = "cooperlake"; in getIntelProcessorTypeAndSubtype()
752 CPU = "cascadelake"; in getIntelProcessorTypeAndSubtype()
755 CPU = "skylake-avx512"; in getIntelProcessorTypeAndSubtype()
762 CPU = "cannonlake"; in getIntelProcessorTypeAndSubtype()
770 CPU = "icelake-client"; in getIntelProcessorTypeAndSubtype()
778 CPU = "icelake-server"; in getIntelProcessorTypeAndSubtype()
785 CPU = "sapphirerapids"; in getIntelProcessorTypeAndSubtype()
795 CPU = "bonnell"; in getIntelProcessorTypeAndSubtype()
806 CPU = "silvermont"; in getIntelProcessorTypeAndSubtype()
812 CPU = "goldmont"; in getIntelProcessorTypeAndSubtype()
816 CPU = "goldmont-plus"; in getIntelProcessorTypeAndSubtype()
820 CPU = "tremont"; in getIntelProcessorTypeAndSubtype()
826 CPU = "knl"; in getIntelProcessorTypeAndSubtype()
830 CPU = "knm"; in getIntelProcessorTypeAndSubtype()
839 CPU = "tigerlake"; in getIntelProcessorTypeAndSubtype()
841 CPU = "icelake-client"; in getIntelProcessorTypeAndSubtype()
843 CPU = "cannonlake"; in getIntelProcessorTypeAndSubtype()
845 CPU = "cooperlake"; in getIntelProcessorTypeAndSubtype()
847 CPU = "cascadelake"; in getIntelProcessorTypeAndSubtype()
849 CPU = "skylake-avx512"; in getIntelProcessorTypeAndSubtype()
851 CPU = "knl"; in getIntelProcessorTypeAndSubtype()
854 CPU = "goldmont"; in getIntelProcessorTypeAndSubtype()
856 CPU = "skylake"; in getIntelProcessorTypeAndSubtype()
858 CPU = "broadwell"; in getIntelProcessorTypeAndSubtype()
860 CPU = "haswell"; in getIntelProcessorTypeAndSubtype()
862 CPU = "sandybridge"; in getIntelProcessorTypeAndSubtype()
865 CPU = "silvermont"; in getIntelProcessorTypeAndSubtype()
867 CPU = "nehalem"; in getIntelProcessorTypeAndSubtype()
869 CPU = "penryn"; in getIntelProcessorTypeAndSubtype()
872 CPU = "bonnell"; in getIntelProcessorTypeAndSubtype()
874 CPU = "core2"; in getIntelProcessorTypeAndSubtype()
876 CPU = "core2"; in getIntelProcessorTypeAndSubtype()
878 CPU = "yonah"; in getIntelProcessorTypeAndSubtype()
880 CPU = "pentium-m"; in getIntelProcessorTypeAndSubtype()
882 CPU = "pentium3"; in getIntelProcessorTypeAndSubtype()
884 CPU = "pentium2"; in getIntelProcessorTypeAndSubtype()
886 CPU = "pentiumpro"; in getIntelProcessorTypeAndSubtype()
893 CPU = "nocona"; in getIntelProcessorTypeAndSubtype()
897 CPU = "prescott"; in getIntelProcessorTypeAndSubtype()
900 CPU = "pentium4"; in getIntelProcessorTypeAndSubtype()
907 return CPU; in getIntelProcessorTypeAndSubtype()
918 StringRef CPU; in getAMDProcessorTypeAndSubtype() local
922 CPU = "i486"; in getAMDProcessorTypeAndSubtype()
925 CPU = "pentium"; in getAMDProcessorTypeAndSubtype()
929 CPU = "k6"; in getAMDProcessorTypeAndSubtype()
932 CPU = "k6-2"; in getAMDProcessorTypeAndSubtype()
936 CPU = "k6-3"; in getAMDProcessorTypeAndSubtype()
939 CPU = "geode"; in getAMDProcessorTypeAndSubtype()
945 CPU = "athlon-xp"; in getAMDProcessorTypeAndSubtype()
948 CPU = "athlon"; in getAMDProcessorTypeAndSubtype()
952 CPU = "k8-sse3"; in getAMDProcessorTypeAndSubtype()
955 CPU = "k8"; in getAMDProcessorTypeAndSubtype()
958 CPU = "amdfam10"; in getAMDProcessorTypeAndSubtype()
973 CPU = "btver1"; in getAMDProcessorTypeAndSubtype()
977 CPU = "bdver1"; in getAMDProcessorTypeAndSubtype()
980 CPU = "bdver4"; in getAMDProcessorTypeAndSubtype()
985 CPU = "bdver3"; in getAMDProcessorTypeAndSubtype()
990 CPU = "bdver2"; in getAMDProcessorTypeAndSubtype()
1000 CPU = "btver2"; in getAMDProcessorTypeAndSubtype()
1004 CPU = "znver1"; in getAMDProcessorTypeAndSubtype()
1007 CPU = "znver2"; in getAMDProcessorTypeAndSubtype()
1017 CPU = "znver3"; in getAMDProcessorTypeAndSubtype()
1028 return CPU; in getAMDProcessorTypeAndSubtype()
1181 StringRef CPU; in getHostCPUName() local
1184 CPU = getIntelProcessorTypeAndSubtype(Family, Model, Features, &Type, in getHostCPUName()
1187 CPU = getAMDProcessorTypeAndSubtype(Family, Model, Features, &Type, in getHostCPUName()
1191 if (!CPU.empty()) in getHostCPUName()
1192 return CPU; in getHostCPUName()