Home
last modified time | relevance | path

Searched refs:FMVInfo (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DAArch64TargetParser.cpp51 std::optional<AArch64::FMVInfo> lookupFMVByID(AArch64::ArchExtKind ExtID) { in lookupFMVByID()
52 for (const AArch64::FMVInfo &Info : AArch64::getFMVInfo()) in lookupFMVByID()
62 std::optional<FMVInfo> FMV = parseFMVExtension(Feature); in getFMVPriority()
73 for (const FMVInfo &Info : getFMVInfo()) in getFMVPriority()
84 if (std::optional<FMVInfo> Info = parseFMVExtension(Feature)) in getCpuSupportsMask()
90 for (const FMVInfo &Info : getFMVInfo()) in getCpuSupportsMask()
169 std::optional<AArch64::FMVInfo> AArch64::parseFMVExtension(StringRef FMVExt) { in parseFMVExtension()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DAArch64TargetParser.h73 struct FMVInfo { struct
78 FMVInfo(StringRef Name, CPUFeatures FeatureBit, FeatPriorities PriorityBit, in FMVInfo() argument
83 LLVM_ABI const std::vector<FMVInfo> &getFMVInfo();
267 LLVM_ABI std::optional<FMVInfo> parseFMVExtension(StringRef Extension);