Lines Matching refs:CPU

688   StringRef CPU;  in getIntelProcessorTypeAndSubtype()  local
692 CPU = "i386"; in getIntelProcessorTypeAndSubtype()
695 CPU = "i486"; in getIntelProcessorTypeAndSubtype()
699 CPU = "pentium-mmx"; in getIntelProcessorTypeAndSubtype()
702 CPU = "pentium"; in getIntelProcessorTypeAndSubtype()
713 CPU = "core2"; in getIntelProcessorTypeAndSubtype()
722 CPU = "penryn"; in getIntelProcessorTypeAndSubtype()
731 CPU = "nehalem"; in getIntelProcessorTypeAndSubtype()
739 CPU = "westmere"; in getIntelProcessorTypeAndSubtype()
746 CPU = "sandybridge"; in getIntelProcessorTypeAndSubtype()
752 CPU = "ivybridge"; in getIntelProcessorTypeAndSubtype()
762 CPU = "haswell"; in getIntelProcessorTypeAndSubtype()
772 CPU = "broadwell"; in getIntelProcessorTypeAndSubtype()
784 CPU = "skylake"; in getIntelProcessorTypeAndSubtype()
791 CPU = "rocketlake"; in getIntelProcessorTypeAndSubtype()
800 CPU = "cooperlake"; in getIntelProcessorTypeAndSubtype()
803 CPU = "cascadelake"; in getIntelProcessorTypeAndSubtype()
806 CPU = "skylake-avx512"; in getIntelProcessorTypeAndSubtype()
813 CPU = "cannonlake"; in getIntelProcessorTypeAndSubtype()
821 CPU = "icelake-client"; in getIntelProcessorTypeAndSubtype()
829 CPU = "tigerlake"; in getIntelProcessorTypeAndSubtype()
846 CPU = "alderlake"; in getIntelProcessorTypeAndSubtype()
853 CPU = "arrowlake"; in getIntelProcessorTypeAndSubtype()
862 CPU = "arrowlake-s"; in getIntelProcessorTypeAndSubtype()
869 CPU = "pantherlake"; in getIntelProcessorTypeAndSubtype()
876 CPU = "graniterapids"; in getIntelProcessorTypeAndSubtype()
883 CPU = "graniterapids-d"; in getIntelProcessorTypeAndSubtype()
891 CPU = "icelake-server"; in getIntelProcessorTypeAndSubtype()
900 CPU = "sapphirerapids"; in getIntelProcessorTypeAndSubtype()
910 CPU = "bonnell"; in getIntelProcessorTypeAndSubtype()
921 CPU = "silvermont"; in getIntelProcessorTypeAndSubtype()
927 CPU = "goldmont"; in getIntelProcessorTypeAndSubtype()
931 CPU = "goldmont-plus"; in getIntelProcessorTypeAndSubtype()
938 CPU = "tremont"; in getIntelProcessorTypeAndSubtype()
944 CPU = "sierraforest"; in getIntelProcessorTypeAndSubtype()
950 CPU = "grandridge"; in getIntelProcessorTypeAndSubtype()
956 CPU = "clearwaterforest"; in getIntelProcessorTypeAndSubtype()
962 CPU = "knl"; in getIntelProcessorTypeAndSubtype()
966 CPU = "knm"; in getIntelProcessorTypeAndSubtype()
975 CPU = "tigerlake"; in getIntelProcessorTypeAndSubtype()
977 CPU = "icelake-client"; in getIntelProcessorTypeAndSubtype()
979 CPU = "cannonlake"; in getIntelProcessorTypeAndSubtype()
981 CPU = "cooperlake"; in getIntelProcessorTypeAndSubtype()
983 CPU = "cascadelake"; in getIntelProcessorTypeAndSubtype()
985 CPU = "skylake-avx512"; in getIntelProcessorTypeAndSubtype()
987 CPU = "knl"; in getIntelProcessorTypeAndSubtype()
990 CPU = "goldmont"; in getIntelProcessorTypeAndSubtype()
992 CPU = "skylake"; in getIntelProcessorTypeAndSubtype()
994 CPU = "broadwell"; in getIntelProcessorTypeAndSubtype()
996 CPU = "haswell"; in getIntelProcessorTypeAndSubtype()
998 CPU = "sandybridge"; in getIntelProcessorTypeAndSubtype()
1001 CPU = "silvermont"; in getIntelProcessorTypeAndSubtype()
1003 CPU = "nehalem"; in getIntelProcessorTypeAndSubtype()
1005 CPU = "penryn"; in getIntelProcessorTypeAndSubtype()
1008 CPU = "bonnell"; in getIntelProcessorTypeAndSubtype()
1010 CPU = "core2"; in getIntelProcessorTypeAndSubtype()
1012 CPU = "core2"; in getIntelProcessorTypeAndSubtype()
1014 CPU = "yonah"; in getIntelProcessorTypeAndSubtype()
1016 CPU = "pentium-m"; in getIntelProcessorTypeAndSubtype()
1018 CPU = "pentium3"; in getIntelProcessorTypeAndSubtype()
1020 CPU = "pentium2"; in getIntelProcessorTypeAndSubtype()
1022 CPU = "pentiumpro"; in getIntelProcessorTypeAndSubtype()
1029 CPU = "nocona"; in getIntelProcessorTypeAndSubtype()
1033 CPU = "prescott"; in getIntelProcessorTypeAndSubtype()
1036 CPU = "pentium4"; in getIntelProcessorTypeAndSubtype()
1043 return CPU; in getIntelProcessorTypeAndSubtype()
1054 StringRef CPU; in getAMDProcessorTypeAndSubtype() local
1058 CPU = "i486"; in getAMDProcessorTypeAndSubtype()
1061 CPU = "pentium"; in getAMDProcessorTypeAndSubtype()
1065 CPU = "k6"; in getAMDProcessorTypeAndSubtype()
1068 CPU = "k6-2"; in getAMDProcessorTypeAndSubtype()
1072 CPU = "k6-3"; in getAMDProcessorTypeAndSubtype()
1075 CPU = "geode"; in getAMDProcessorTypeAndSubtype()
1081 CPU = "athlon-xp"; in getAMDProcessorTypeAndSubtype()
1084 CPU = "athlon"; in getAMDProcessorTypeAndSubtype()
1088 CPU = "k8-sse3"; in getAMDProcessorTypeAndSubtype()
1091 CPU = "k8"; in getAMDProcessorTypeAndSubtype()
1094 CPU = "amdfam10"; in getAMDProcessorTypeAndSubtype()
1109 CPU = "btver1"; in getAMDProcessorTypeAndSubtype()
1113 CPU = "bdver1"; in getAMDProcessorTypeAndSubtype()
1116 CPU = "bdver4"; in getAMDProcessorTypeAndSubtype()
1121 CPU = "bdver3"; in getAMDProcessorTypeAndSubtype()
1126 CPU = "bdver2"; in getAMDProcessorTypeAndSubtype()
1136 CPU = "btver2"; in getAMDProcessorTypeAndSubtype()
1140 CPU = "znver1"; in getAMDProcessorTypeAndSubtype()
1156 CPU = "znver2"; in getAMDProcessorTypeAndSubtype()
1169 CPU = "znver3"; in getAMDProcessorTypeAndSubtype()
1190 CPU = "znver4"; in getAMDProcessorTypeAndSubtype()
1199 return CPU; in getAMDProcessorTypeAndSubtype()
1359 StringRef CPU; in getHostCPUName() local
1362 CPU = getIntelProcessorTypeAndSubtype(Family, Model, Features, &Type, in getHostCPUName()
1365 CPU = getAMDProcessorTypeAndSubtype(Family, Model, Features, &Type, in getHostCPUName()
1369 if (!CPU.empty()) in getHostCPUName()
1370 return CPU; in getHostCPUName()
2030 std::string CPU = std::string(sys::getHostCPUName()); in printDefaultTargetAndDetectedCPU() local
2031 if (CPU == "generic") in printDefaultTargetAndDetectedCPU()
2032 CPU = "(unknown)"; in printDefaultTargetAndDetectedCPU()
2034 << " Host CPU: " << CPU << '\n'; in printDefaultTargetAndDetectedCPU()