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