Searched refs:NeonSupportLevel (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/TargetParser/ |
| H A D | ARMTargetParser.def | 18 ARM_FPU("invalid", FK_INVALID, FPUVersion::NONE, NeonSupportLevel::None, FPURestriction::None) 19 ARM_FPU("none", FK_NONE, FPUVersion::NONE, NeonSupportLevel::None, FPURestriction::None) 20 ARM_FPU("vfp", FK_VFP, FPUVersion::VFPV2, NeonSupportLevel::None, FPURestriction::None) 21 ARM_FPU("vfpv2", FK_VFPV2, FPUVersion::VFPV2, NeonSupportLevel::None, FPURestriction::None) 22 ARM_FPU("vfpv3", FK_VFPV3, FPUVersion::VFPV3, NeonSupportLevel::None, FPURestriction::None) 23 ARM_FPU("vfpv3-fp16", FK_VFPV3_FP16, FPUVersion::VFPV3_FP16, NeonSupportLevel::None, FPURestriction… 24 ARM_FPU("vfpv3-d16", FK_VFPV3_D16, FPUVersion::VFPV3, NeonSupportLevel::None, FPURestriction::D16) 25 ARM_FPU("vfpv3-d16-fp16", FK_VFPV3_D16_FP16, FPUVersion::VFPV3_FP16, NeonSupportLevel::None, FPURes… 26 ARM_FPU("vfpv3xd", FK_VFPV3XD, FPUVersion::VFPV3, NeonSupportLevel::None, FPURestriction::SP_D16) 27 ARM_FPU("vfpv3xd-fp16", FK_VFPV3XD_FP16, FPUVersion::VFPV3_FP16, NeonSupportLevel::None, FPURestric… [all …]
|
| H A D | ARMTargetParser.h | 146 enum class NeonSupportLevel { enum 163 NeonSupportLevel NeonSupport; 218 NeonSupportLevel getFPUNeonSupportLevel(unsigned FPUKind);
|
| /openbsd-src/gnu/llvm/llvm/lib/TargetParser/ |
| H A D | ARMTargetParser.cpp | 197 NeonSupportLevel MinSupportLevel; in getFPUFeatures() 199 {"+neon", "-neon", NeonSupportLevel::Neon}, in getFPUFeatures() 200 {"+sha2", "-sha2", NeonSupportLevel::Crypto}, in getFPUFeatures() 201 {"+aes", "-aes", NeonSupportLevel::Crypto}, in getFPUFeatures() 223 ARM::NeonSupportLevel ARM::getFPUNeonSupportLevel(unsigned FPUKind) { in getFPUNeonSupportLevel() 225 return NeonSupportLevel::None; in getFPUNeonSupportLevel()
|