Home
last modified time | relevance | path

Searched refs:getIntelProcessorTypeAndSubtype (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/
H A Dx86.c374 static const char *getIntelProcessorTypeAndSubtype(unsigned Family, in getIntelProcessorTypeAndSubtype() function
1186 getIntelProcessorTypeAndSubtype(Family, Model, &Features[0], in __cpu_indicator_init()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DHost.cpp709 static StringRef getIntelProcessorTypeAndSubtype(unsigned Family, in getIntelProcessorTypeAndSubtype() function
1400 CPU = getIntelProcessorTypeAndSubtype(Family, Model, Features, &Type, in getHostCPUName()