Home
last modified time | relevance | path

Searched refs:testFeature (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DHost.cpp633 auto testFeature = [&](unsigned F) { in getIntelProcessorTypeAndSubtype() local
647 if (testFeature(X86::FEATURE_MMX)) { in getIntelProcessorTypeAndSubtype()
748 if (testFeature(X86::FEATURE_AVX512BF16)) { in getIntelProcessorTypeAndSubtype()
853 if (testFeature(X86::FEATURE_SHA)) in getIntelProcessorTypeAndSubtype()
864 if (testFeature(X86::FEATURE_MOVBE)) in getIntelProcessorTypeAndSubtype()
871 if (testFeature(X86::FEATURE_MOVBE)) in getIntelProcessorTypeAndSubtype()
892 if (testFeature(X86::FEATURE_64BIT)) { in getIntelProcessorTypeAndSubtype()
896 if (testFeature(X86::FEATURE_SSE3)) { in getIntelProcessorTypeAndSubtype()
914 auto testFeature = [&](unsigned F) { in getAMDProcessorTypeAndSubtype() local
944 if (testFeature(X86::FEATURE_SSE)) { in getAMDProcessorTypeAndSubtype()
[all …]
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dcpu_model.c295 #define testFeature(F) \ in getIntelProcessorTypeAndSubtype() macro
398 if (testFeature(FEATURE_AVX512BF16)) { in getIntelProcessorTypeAndSubtype()
401 } else if (testFeature(FEATURE_AVX512VNNI)) { in getIntelProcessorTypeAndSubtype()