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.cpp2808 llvm::SmallVector<StringRef, 8> CondFeatures; in FormAArch64ResolverCondition() local
2810 CondFeatures.push_back(Feature); in FormAArch64ResolverCondition()
2811 if (!CondFeatures.empty()) { in FormAArch64ResolverCondition()
2812 return EmitAArch64CpuSupports(CondFeatures); in FormAArch64ResolverCondition()