Home
last modified time | relevance | path

Searched refs:getFeaturesForCPU (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DX86TargetParser.h151 void getFeaturesForCPU(StringRef CPU, SmallVectorImpl<StringRef> &Features);
/llvm-project-15.0.7/llvm/lib/Support/
H A DX86TargetParser.cpp598 void llvm::X86::getFeaturesForCPU(StringRef CPU, in getFeaturesForCPU() function in llvm::X86
/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DX86.cpp116 getFeaturesForCPU(CPU, CPUFeatures); in initFeatureMap()