Home
last modified time | relevance | path

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

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