Searched refs:CondFeatures (Results 1 – 1 of 1) sorted by relevance
2808 llvm::SmallVector<StringRef, 8> CondFeatures; in FormAArch64ResolverCondition() local2810 CondFeatures.push_back(Feature); in FormAArch64ResolverCondition()2811 if (!CondFeatures.empty()) { in FormAArch64ResolverCondition()2812 return EmitAArch64CpuSupports(CondFeatures); in FormAArch64ResolverCondition()