Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Support/
DHost.cpp1092 bool HasLeaf7Subleaf1 = in getAvailableFeatures() local
1094 if (HasLeaf7Subleaf1 && ((EAX >> 5) & 1) && HasAVX512Save) in getAvailableFeatures()
1507 bool HasLeaf7Subleaf1 = in getHostCPUFeatures() local
1509 Features["avxvnni"] = HasLeaf7Subleaf1 && ((EAX >> 4) & 1) && HasAVXSave; in getHostCPUFeatures()
1510 Features["avx512bf16"] = HasLeaf7Subleaf1 && ((EAX >> 5) & 1) && HasAVX512Save; in getHostCPUFeatures()
1511 Features["hreset"] = HasLeaf7Subleaf1 && ((EAX >> 22) & 1); in getHostCPUFeatures()
/external/llvm-project/compiler-rt/lib/builtins/
Dcpu_model.c670 bool HasLeaf7Subleaf1 = in getAvailableFeatures() local
672 if (HasLeaf7Subleaf1 && ((EAX >> 5) & 1) && HasAVX512Save) in getAvailableFeatures()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DHost.cpp1100 bool HasLeaf7Subleaf1 = in getAvailableFeatures() local
1102 if (HasLeaf7Subleaf1 && ((EAX >> 5) & 1) && HasAVX512Save) in getAvailableFeatures()
1473 bool HasLeaf7Subleaf1 = in getHostCPUFeatures() local
1475 Features["avx512bf16"] = HasLeaf7Subleaf1 && ((EAX >> 5) & 1) && HasAVX512Save; in getHostCPUFeatures()