Searched refs:parseFMVExtension (Results 1 – 6 of 6) sorted by relevance
62 std::optional<FMVInfo> FMV = parseFMVExtension(Feature); in getFMVPriority()84 if (std::optional<FMVInfo> Info = parseFMVExtension(Feature)) in getCpuSupportsMask()169 std::optional<AArch64::FMVInfo> AArch64::parseFMVExtension(StringRef FMVExt) { in parseFMVExtension() function in AArch64
267 LLVM_ABI std::optional<FMVInfo> parseFMVExtension(StringRef Extension);
795 if (auto Ext = llvm::AArch64::parseFMVExtension(Name)) in doesFeatureAffectCodeGen()805 if (!llvm::AArch64::parseFMVExtension(Feature.trim()).has_value()) in validateCpuSupports()
1340 if (auto Ext = llvm::AArch64::parseFMVExtension(Feat)) in appendAttributeMangling()
8105 if (!llvm::AArch64::parseFMVExtension(Feature)) in EmitAArch64CpuSupports()
14883 if (auto FMVExt = llvm::AArch64::parseFMVExtension(F)) in getFMVBackendFeaturesFor()