Home
last modified time | relevance | path

Searched defs: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
914 auto testFeature = [&](unsigned F) { in getAMDProcessorTypeAndSubtype() local
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dcpu_model.c295 #define testFeature(F) \ in getIntelProcessorTypeAndSubtype() macro