Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2709 llvm::SmallVector<StringRef, 8> CondFeatures; in FormAArch64ResolverCondition() local
2713 CondFeatures.push_back(Feature); in FormAArch64ResolverCondition()
2715 if (!CondFeatures.empty()) { in FormAArch64ResolverCondition()
2716 return EmitAArch64CpuSupports(CondFeatures); in FormAArch64ResolverCondition()