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

Declarations

lib/Target/AArch64/AArch64ISelLowering.h
  580   void addDRTypeForNEON(MVT VT);

References

lib/Target/AArch64/AArch64ISelLowering.cpp
  148     addDRTypeForNEON(MVT::v2f32);
  149     addDRTypeForNEON(MVT::v8i8);
  150     addDRTypeForNEON(MVT::v4i16);
  151     addDRTypeForNEON(MVT::v2i32);
  152     addDRTypeForNEON(MVT::v1i64);
  153     addDRTypeForNEON(MVT::v1f64);
  154     addDRTypeForNEON(MVT::v4f16);