Searched refs:detectX86FamilyModel (Results 1 – 3 of 3) sorted by relevance
/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/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Host.cpp | 319 static void detectX86FamilyModel(unsigned EAX, unsigned *Family, in detectX86FamilyModel() function 796 detectX86FamilyModel(EAX, &Family, &Model); in getHostCPUName()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | Host.cpp | 483 static void detectX86FamilyModel(unsigned EAX, unsigned *Family, in detectX86FamilyModel() function 991 detectX86FamilyModel(EAX, &Family, &Model); in getHostCPUName()
|