Home | History | Annotate | Download | only in X86

Lines Matching refs:CPUName

346   std::string CPUName = CPU;
348 if (CPUName.empty()) {
351 CPUName = sys::getHostCPUName();
353 CPUName = "generic";
368 ParseSubtargetFeatures(CPUName, FullFS);
370 if (CPUName.empty()) {
372 CPUName = sys::getHostCPUName();
374 CPUName = "generic";
393 // CPUName may have been set by the CPU detection code. Make sure the
395 InitMCProcessorInfo(CPUName, FS);
400 InstrItins = getInstrItineraryForCPU(CPUName);