Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DHost.cpp684 auto testFeature = [&](unsigned F) { in getIntelProcessorTypeAndSubtype() local
1050 auto testFeature = [&](unsigned F) { in getAMDProcessorTypeAndSubtype() local
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/
H A Dx86.c307 #define testFeature(F) (Features[F / 32] & (1 << (F % 32))) != 0 in getIntelProcessorTypeAndSubtype() macro