Home
last modified time | relevance | path

Searched defs:Feat (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DARMTargetDefEmitter.cpp45 for (auto *Feat : SeenFeats) { in CheckFeatureTree() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfo.cpp231 for (StringRef Feat : Info.Features) { in appendAttributeMangling() local
H A DCodeGenModule.cpp4171 for (StringRef Feat : RO.Conditions.Features) { in TargetMVPriority() local
4395 llvm::erase_if(Features, [&Target](StringRef Feat) { in emitCPUDispatchDefinition()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAArch64.cpp946 for (auto &Feat : Features) in appendAttributeMangling() local
954 for (auto &Feat : Features) in appendAttributeMangling() local
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DX86TargetParser.cpp751 unsigned llvm::X86::getFeaturePriority(ProcessorFeatures Feat) { in getFeaturePriority()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp10978 for (const auto &Feat : ParseInfo.Features) { in CheckMultiVersionValue() local
10998 for (const auto &Feat : Feats) { in CheckMultiVersionValue() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp14057 llvm::erase_if(ParsedAttr.Features, [&](const std::string &Feat) { in filterFunctionTargetAttrs()