Searched refs:NeonSupportLevel (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | ARMTargetParser.def | 19 ARM_FPU("invalid", FK_INVALID, FPUVersion::NONE, NeonSupportLevel::None, FPURestriction::None) 20 ARM_FPU("none", FK_NONE, FPUVersion::NONE, NeonSupportLevel::None, FPURestriction::None) 21 ARM_FPU("vfp", FK_VFP, FPUVersion::VFPV2, NeonSupportLevel::None, FPURestriction::None) 22 ARM_FPU("vfpv2", FK_VFPV2, FPUVersion::VFPV2, NeonSupportLevel::None, FPURestriction::None) 23 ARM_FPU("vfpv3", FK_VFPV3, FPUVersion::VFPV3, NeonSupportLevel::None, FPURestriction::None) 24 ARM_FPU("vfpv3-fp16", FK_VFPV3_FP16, FPUVersion::VFPV3_FP16, NeonSupportLevel::None, FPURestriction… 25 ARM_FPU("vfpv3-d16", FK_VFPV3_D16, FPUVersion::VFPV3, NeonSupportLevel::None, FPURestriction::D16) 26 ARM_FPU("vfpv3-d16-fp16", FK_VFPV3_D16_FP16, FPUVersion::VFPV3_FP16, NeonSupportLevel::None, FPURes… 27 ARM_FPU("vfpv3xd", FK_VFPV3XD, FPUVersion::VFPV3, NeonSupportLevel::None, FPURestriction::SP_D16) 28 ARM_FPU("vfpv3xd-fp16", FK_VFPV3XD_FP16, FPUVersion::VFPV3_FP16, NeonSupportLevel::None, FPURestric… [all …]
|
D | TargetParser.h | 52 enum class NeonSupportLevel { enum 114 NeonSupportLevel getFPUNeonSupportLevel(unsigned FPUKind); 188 ARM::NeonSupportLevel getFPUNeonSupportLevel(unsigned FPUKind);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | TargetParser.cpp | 36 ARM::NeonSupportLevel NeonSupport; 167 ARM::NeonSupportLevel ARM::getFPUNeonSupportLevel(unsigned FPUKind) { in getFPUNeonSupportLevel() 169 return ARM::NeonSupportLevel::None; in getFPUNeonSupportLevel() 315 case ARM::NeonSupportLevel::Crypto: in getFPUFeatures() 319 case ARM::NeonSupportLevel::Neon: in getFPUFeatures() 323 case ARM::NeonSupportLevel::None: in getFPUFeatures() 403 ARM::NeonSupportLevel AArch64::getFPUNeonSupportLevel(unsigned FPUKind) { in getFPUNeonSupportLevel()
|
/external/llvm/include/llvm/Support/ |
D | TargetParser.h | 51 enum NeonSupportLevel { enum
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | TargetParser.h | 51 enum NeonSupportLevel { enum
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | TargetParserTest.cpp | 506 EXPECT_EQ(ARM::NeonSupportLevel::None, in TEST() 509 EXPECT_NE(ARM::NeonSupportLevel::None, in TEST()
|
/external/llvm/lib/Support/ |
D | TargetParser.cpp | 37 ARM::NeonSupportLevel NeonSupport;
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | TargetParser.cpp | 37 ARM::NeonSupportLevel NeonSupport;
|