Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DAArch64TargetParser.cpp54 if (auto Ext = parseFMVExtension(FeatureStr)) in getCpuSupportsMask()
132 std::optional<AArch64::FMVInfo> AArch64::parseFMVExtension(StringRef FMVExt) { in parseFMVExtension() function in AArch64
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DAArch64TargetParser.h268 std::optional<FMVInfo> parseFMVExtension(StringRef Extension);
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.cpp695 if (auto Ext = llvm::AArch64::parseFMVExtension(Name)) in multiVersionSortPriority()
708 if (auto Ext = llvm::AArch64::parseFMVExtension(Name)) in doesFeatureAffectCodeGen()
718 if (!llvm::AArch64::parseFMVExtension(Feature.trim()).has_value()) in validateCpuSupports()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAArch64.cpp955 if (auto Ext = llvm::AArch64::parseFMVExtension(Feat)) in appendAttributeMangling()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp14046 if (auto FMVExt = llvm::AArch64::parseFMVExtension(F)) in getFMVBackendFeaturesFor()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp14324 if (!llvm::AArch64::parseFMVExtension(Feature)) in EmitAArch64CpuSupports()