Searched refs:HasLeaf7Subleaf1 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dcpu_model.c594 bool HasLeaf7Subleaf1 = local
596 if (HasLeaf7Subleaf1 && ((EAX >> 5) & 1) && HasAVX512Save)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DHost.cpp1100 bool HasLeaf7Subleaf1 = local
1102 if (HasLeaf7Subleaf1 && ((EAX >> 5) & 1) && HasAVX512Save)
1473 bool HasLeaf7Subleaf1 = local
1475 Features["avx512bf16"] = HasLeaf7Subleaf1 && ((EAX >> 5) & 1) && HasAVX512Save;

Completed in 622 milliseconds