Searched refs:NeonSupportLevel (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | ARMTargetParser.def | 18 ARM_FPU("invalid", FK_INVALID, FPUVersion::NONE, NeonSupportLevel::None, 20 ARM_FPU("none", FK_NONE, FPUVersion::NONE, NeonSupportLevel::None, 22 ARM_FPU("vfp", FK_VFP, FPUVersion::VFPV2, NeonSupportLevel::None, 24 ARM_FPU("vfpv2", FK_VFPV2, FPUVersion::VFPV2, NeonSupportLevel::None, 26 ARM_FPU("vfpv3", FK_VFPV3, FPUVersion::VFPV3, NeonSupportLevel::None, 29 NeonSupportLevel::None, FPURestriction::None) 30 ARM_FPU("vfpv3-d16", FK_VFPV3_D16, FPUVersion::VFPV3, NeonSupportLevel::None, 33 NeonSupportLevel::None, FPURestriction::D16) 34 ARM_FPU("vfpv3xd", FK_VFPV3XD, FPUVersion::VFPV3, NeonSupportLevel::None, 37 NeonSupportLevel::None, FPURestriction::SP_D16) [all …]
|
H A D | ARMTargetParser.h | 155 enum class NeonSupportLevel { enum 172 NeonSupportLevel NeonSupport; 227 NeonSupportLevel getFPUNeonSupportLevel(FPUKind FPUKind);
|
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | ARMTargetParser.cpp | 202 NeonSupportLevel MinSupportLevel; in getFPUFeatures() 204 {"+neon", "-neon", NeonSupportLevel::Neon}, in getFPUFeatures() 205 {"+sha2", "-sha2", NeonSupportLevel::Crypto}, in getFPUFeatures() 206 {"+aes", "-aes", NeonSupportLevel::Crypto}, in getFPUFeatures() 228 ARM::NeonSupportLevel ARM::getFPUNeonSupportLevel(ARM::FPUKind FPUKind) { in getFPUNeonSupportLevel() 230 return NeonSupportLevel::None; in getFPUNeonSupportLevel()
|