Home
last modified time | relevance | path

Searched refs:FPUNames (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DARMTargetParser.cpp195 if (FPUNames[FPUKind].FPUVer >= Info.MinVersion && in getFPUFeatures()
196 FPUNames[FPUKind].Restriction <= Info.MaxRestriction) in getFPUFeatures()
212 if (FPUNames[FPUKind].NeonSupport >= Info.MinSupportLevel) in getFPUFeatures()
223 for (const auto &F : FPUNames) { in parseFPU()
233 return FPUNames[FPUKind].NeonSupport; in getFPUNeonSupportLevel()
256 return FPUNames[FPUKind].Name; in getFPUName()
262 return FPUNames[FPUKind].FPUVer; in getFPUVersion()
268 return FPUNames[FPUKind].Restriction; in getFPURestriction()
372 const ARM::FPUName &InputFPU = ARM::FPUNames[InputFPUKind]; in findDoublePrecisionFPU()
381 for (const ARM::FPUName &CandidateFPU : ARM::FPUNames) { in findDoublePrecisionFPU()
[all …]
H A DCSKYTargetParser.cpp128 return FPUNames[FPUKind].getName(); in getFPUName()
134 return FPUNames[FPUKind].FPUVer; in getFPUVersion()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DCSKYTargetParser.h161 static const FPUName FPUNames[] = { variable
H A DARMTargetParser.h185 static constexpr FPUName FPUNames[] = { variable
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DARM.cpp789 const bool FPUSupportsNeon = (llvm::ARM::FPUNames[FPUKind].NeonSupport == in getARMTargetFeatures()
791 (llvm::ARM::FPUNames[FPUKind].NeonSupport == in getARMTargetFeatures()