Searched refs:detectX86FamilyModel (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/compiler-rt/lib/builtins/ |
D | cpu_model.c | 277 static void detectX86FamilyModel(unsigned EAX, unsigned *Family, in detectX86FamilyModel() function 733 detectX86FamilyModel(EAX, &Family, &Model); in __cpu_indicator_init()
|
/external/llvm/lib/Support/ |
D | Host.cpp | 285 static void detectX86FamilyModel(unsigned EAX, unsigned *Family, in detectX86FamilyModel() function 754 detectX86FamilyModel(EAX, &Family, &Model); in getHostCPUName()
|
/external/llvm-project/llvm/lib/Support/ |
D | Host.cpp | 574 static void detectX86FamilyModel(unsigned EAX, unsigned *Family, in detectX86FamilyModel() function 1126 detectX86FamilyModel(EAX, &Family, &Model); in getHostCPUName()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Host.cpp | 542 static void detectX86FamilyModel(unsigned EAX, unsigned *Family, in detectX86FamilyModel() function 1144 detectX86FamilyModel(EAX, &Family, &Model); in getHostCPUName()
|