Lines Matching refs:CPU
714 StringRef CPU; in getIntelProcessorTypeAndSubtype() local
718 CPU = "i386"; in getIntelProcessorTypeAndSubtype()
721 CPU = "i486"; in getIntelProcessorTypeAndSubtype()
725 CPU = "pentium-mmx"; in getIntelProcessorTypeAndSubtype()
728 CPU = "pentium"; in getIntelProcessorTypeAndSubtype()
739 CPU = "core2"; in getIntelProcessorTypeAndSubtype()
748 CPU = "penryn"; in getIntelProcessorTypeAndSubtype()
757 CPU = "nehalem"; in getIntelProcessorTypeAndSubtype()
765 CPU = "westmere"; in getIntelProcessorTypeAndSubtype()
772 CPU = "sandybridge"; in getIntelProcessorTypeAndSubtype()
778 CPU = "ivybridge"; in getIntelProcessorTypeAndSubtype()
788 CPU = "haswell"; in getIntelProcessorTypeAndSubtype()
798 CPU = "broadwell"; in getIntelProcessorTypeAndSubtype()
810 CPU = "skylake"; in getIntelProcessorTypeAndSubtype()
817 CPU = "rocketlake"; in getIntelProcessorTypeAndSubtype()
826 CPU = "cooperlake"; in getIntelProcessorTypeAndSubtype()
829 CPU = "cascadelake"; in getIntelProcessorTypeAndSubtype()
832 CPU = "skylake-avx512"; in getIntelProcessorTypeAndSubtype()
839 CPU = "cannonlake"; in getIntelProcessorTypeAndSubtype()
847 CPU = "icelake-client"; in getIntelProcessorTypeAndSubtype()
855 CPU = "tigerlake"; in getIntelProcessorTypeAndSubtype()
872 CPU = "alderlake"; in getIntelProcessorTypeAndSubtype()
879 CPU = "arrowlake"; in getIntelProcessorTypeAndSubtype()
888 CPU = "arrowlake-s"; in getIntelProcessorTypeAndSubtype()
895 CPU = "pantherlake"; in getIntelProcessorTypeAndSubtype()
902 CPU = "graniterapids"; in getIntelProcessorTypeAndSubtype()
909 CPU = "graniterapids-d"; in getIntelProcessorTypeAndSubtype()
917 CPU = "icelake-server"; in getIntelProcessorTypeAndSubtype()
926 CPU = "sapphirerapids"; in getIntelProcessorTypeAndSubtype()
936 CPU = "bonnell"; in getIntelProcessorTypeAndSubtype()
947 CPU = "silvermont"; in getIntelProcessorTypeAndSubtype()
953 CPU = "goldmont"; in getIntelProcessorTypeAndSubtype()
957 CPU = "goldmont-plus"; in getIntelProcessorTypeAndSubtype()
964 CPU = "tremont"; in getIntelProcessorTypeAndSubtype()
970 CPU = "sierraforest"; in getIntelProcessorTypeAndSubtype()
976 CPU = "grandridge"; in getIntelProcessorTypeAndSubtype()
982 CPU = "clearwaterforest"; in getIntelProcessorTypeAndSubtype()
988 CPU = "knl"; in getIntelProcessorTypeAndSubtype()
992 CPU = "knm"; in getIntelProcessorTypeAndSubtype()
1001 CPU = "tigerlake"; in getIntelProcessorTypeAndSubtype()
1003 CPU = "icelake-client"; in getIntelProcessorTypeAndSubtype()
1005 CPU = "cannonlake"; in getIntelProcessorTypeAndSubtype()
1007 CPU = "cooperlake"; in getIntelProcessorTypeAndSubtype()
1009 CPU = "cascadelake"; in getIntelProcessorTypeAndSubtype()
1011 CPU = "skylake-avx512"; in getIntelProcessorTypeAndSubtype()
1014 CPU = "goldmont"; in getIntelProcessorTypeAndSubtype()
1016 CPU = "skylake"; in getIntelProcessorTypeAndSubtype()
1018 CPU = "broadwell"; in getIntelProcessorTypeAndSubtype()
1020 CPU = "haswell"; in getIntelProcessorTypeAndSubtype()
1022 CPU = "sandybridge"; in getIntelProcessorTypeAndSubtype()
1025 CPU = "silvermont"; in getIntelProcessorTypeAndSubtype()
1027 CPU = "nehalem"; in getIntelProcessorTypeAndSubtype()
1029 CPU = "penryn"; in getIntelProcessorTypeAndSubtype()
1032 CPU = "bonnell"; in getIntelProcessorTypeAndSubtype()
1034 CPU = "core2"; in getIntelProcessorTypeAndSubtype()
1036 CPU = "core2"; in getIntelProcessorTypeAndSubtype()
1038 CPU = "yonah"; in getIntelProcessorTypeAndSubtype()
1040 CPU = "pentium-m"; in getIntelProcessorTypeAndSubtype()
1042 CPU = "pentium3"; in getIntelProcessorTypeAndSubtype()
1044 CPU = "pentium2"; in getIntelProcessorTypeAndSubtype()
1046 CPU = "pentiumpro"; in getIntelProcessorTypeAndSubtype()
1053 CPU = "nocona"; in getIntelProcessorTypeAndSubtype()
1057 CPU = "prescott"; in getIntelProcessorTypeAndSubtype()
1060 CPU = "pentium4"; in getIntelProcessorTypeAndSubtype()
1067 return CPU; in getIntelProcessorTypeAndSubtype()
1075 const char *CPU = 0; in getAMDProcessorTypeAndSubtype() local
1079 CPU = "i486"; in getAMDProcessorTypeAndSubtype()
1082 CPU = "pentium"; in getAMDProcessorTypeAndSubtype()
1086 CPU = "k6"; in getAMDProcessorTypeAndSubtype()
1089 CPU = "k6-2"; in getAMDProcessorTypeAndSubtype()
1093 CPU = "k6-3"; in getAMDProcessorTypeAndSubtype()
1096 CPU = "geode"; in getAMDProcessorTypeAndSubtype()
1102 CPU = "athlon-xp"; in getAMDProcessorTypeAndSubtype()
1105 CPU = "athlon"; in getAMDProcessorTypeAndSubtype()
1109 CPU = "k8-sse3"; in getAMDProcessorTypeAndSubtype()
1112 CPU = "k8"; in getAMDProcessorTypeAndSubtype()
1115 CPU = "amdfam10"; in getAMDProcessorTypeAndSubtype()
1130 CPU = "btver1"; in getAMDProcessorTypeAndSubtype()
1134 CPU = "bdver1"; in getAMDProcessorTypeAndSubtype()
1137 CPU = "bdver4"; in getAMDProcessorTypeAndSubtype()
1142 CPU = "bdver3"; in getAMDProcessorTypeAndSubtype()
1147 CPU = "bdver2"; in getAMDProcessorTypeAndSubtype()
1157 CPU = "btver2"; in getAMDProcessorTypeAndSubtype()
1161 CPU = "znver1"; in getAMDProcessorTypeAndSubtype()
1177 CPU = "znver2"; in getAMDProcessorTypeAndSubtype()
1190 CPU = "znver3"; in getAMDProcessorTypeAndSubtype()
1211 CPU = "znver4"; in getAMDProcessorTypeAndSubtype()
1217 CPU = "znver5"; in getAMDProcessorTypeAndSubtype()
1229 CPU = "znver5"; in getAMDProcessorTypeAndSubtype()
1239 return CPU; in getAMDProcessorTypeAndSubtype()
1397 StringRef CPU; in getHostCPUName() local
1400 CPU = getIntelProcessorTypeAndSubtype(Family, Model, Features, &Type, in getHostCPUName()
1403 CPU = getAMDProcessorTypeAndSubtype(Family, Model, Features, &Type, in getHostCPUName()
1407 if (!CPU.empty()) in getHostCPUName()
1408 return CPU; in getHostCPUName()
2164 std::string CPU = std::string(sys::getHostCPUName()); in printDefaultTargetAndDetectedCPU() local
2165 if (CPU == "generic") in printDefaultTargetAndDetectedCPU()
2166 CPU = "(unknown)"; in printDefaultTargetAndDetectedCPU()
2168 << " Host CPU: " << CPU << '\n'; in printDefaultTargetAndDetectedCPU()