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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dcpu_model.c640 bool HasLeaf7Subleaf1 = local
642 if (HasLeaf7Subleaf1 && ((EAX >> 5) & 1) && HasAVX512Save)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DHost.cpp1076 bool HasLeaf7Subleaf1 = local
1078 if (HasLeaf7Subleaf1 && ((EAX >> 5) & 1) && HasAVX512Save)
1446 bool HasLeaf7Subleaf1 = local
1448 Features["avx512bf16"] = HasLeaf7Subleaf1 && ((EAX >> 5) & 1) && HasAVX512Save;

Completed in 141 milliseconds