Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DHost.cpp664 auto testFeature = [&](unsigned F) { in getIntelProcessorTypeAndSubtype() local
961 auto testFeature = [&](unsigned F) { in getAMDProcessorTypeAndSubtype() local
/llvm-project-15.0.7/compiler-rt/lib/builtins/
H A Dcpu_model.c302 #define testFeature(F) \ in getIntelProcessorTypeAndSubtype() macro