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

References

include/llvm/Support/ARMTargetParser.def
   28 ARM_FPU("vfpv4", FK_VFPV4, FPUVersion::VFPV4, NeonSupportLevel::None, FPURestriction::None)
   29 ARM_FPU("vfpv4-d16", FK_VFPV4_D16, FPUVersion::VFPV4, NeonSupportLevel::None, FPURestriction::D16)
   30 ARM_FPU("fpv4-sp-d16", FK_FPV4_SP_D16, FPUVersion::VFPV4, NeonSupportLevel::None, FPURestriction::SP_D16)
   38 ARM_FPU("neon-vfpv4", FK_NEON_VFPV4, FPUVersion::VFPV4, NeonSupportLevel::Neon, FPURestriction::None)
lib/Support/ARMTargetParser.cpp
  186     {"+vfp4", "-vfp4", FPUVersion::VFPV4, FPURestriction::None},
  187     {"+vfp4d16", "-vfp4d16", FPUVersion::VFPV4, FPURestriction::D16},
  188     {"+vfp4d16sp", "-vfp4d16sp", FPUVersion::VFPV4, FPURestriction::SP_D16},
  189     {"+vfp4sp", "-vfp4sp", FPUVersion::VFPV4, FPURestriction::None},