reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Support/ARMTargetParser.def
   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, FPURestriction::D16)
   29 ARM_FPU("vfpv4-d16", FK_VFPV4_D16, FPUVersion::VFPV4, NeonSupportLevel::None, FPURestriction::D16)
   31 ARM_FPU("fpv5-d16", FK_FPV5_D16, FPUVersion::VFPV5, NeonSupportLevel::None, FPURestriction::D16)
   34 ARM_FPU("fp-armv8-fullfp16-d16", FK_FP_ARMV8_FULLFP16_D16, FPUVersion::VFPV5_FULLFP16, NeonSupportLevel::None, FPURestriction::D16)
lib/Support/ARMTargetParser.cpp
  179     {"+vfp2", "-vfp2", FPUVersion::VFPV2, FPURestriction::D16},
  182     {"+vfp3d16", "-vfp3d16", FPUVersion::VFPV3, FPURestriction::D16},
  187     {"+vfp4d16", "-vfp4d16", FPUVersion::VFPV4, FPURestriction::D16},
  191     {"+fp-armv8d16", "-fp-armv8d16", FPUVersion::VFPV5, FPURestriction::D16},
  195     {"+fp64", "-fp64", FPUVersion::VFPV2, FPURestriction::D16},
  482         CandidateFPU.Restriction == ARM::FPURestriction::D16) {