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.cpp62 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
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DAArch64TargetParser.h267 LLVM_ABI std::optional<FMVInfo> parseFMVExtension(StringRef Extension);
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.cpp795 if (auto Ext = llvm::AArch64::parseFMVExtension(Name)) in doesFeatureAffectCodeGen()
805 if (!llvm::AArch64::parseFMVExtension(Feature.trim()).has_value()) in validateCpuSupports()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAArch64.cpp1340 if (auto Ext = llvm::AArch64::parseFMVExtension(Feat)) in appendAttributeMangling()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/
H A DARM.cpp8105 if (!llvm::AArch64::parseFMVExtension(Feature)) in EmitAArch64CpuSupports()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp14883 if (auto FMVExt = llvm::AArch64::parseFMVExtension(F)) in getFMVBackendFeaturesFor()