Searched refs:getFeaturesForCPU (Results 1 – 3 of 3) sorted by relevance
170 void getFeaturesForCPU(StringRef CPU, SmallVectorImpl<StringRef> &Features,
117 getFeaturesForCPU(CPU, CPUFeatures); in initFeatureMap()1333 llvm::X86::getFeaturesForCPU(Name, TargetCPUFeatures, true); in getCPUSpecificCPUDispatchFeatures()
642 void llvm::X86::getFeaturesForCPU(StringRef CPU, in getFeaturesForCPU() function in llvm::X86