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

Declarations

lib/Target/AArch64/AArch64ISelLowering.h
  581   void addQRTypeForNEON(MVT VT);

References

lib/Target/AArch64/AArch64ISelLowering.cpp
  156     addQRTypeForNEON(MVT::v4f32);
  157     addQRTypeForNEON(MVT::v2f64);
  158     addQRTypeForNEON(MVT::v16i8);
  159     addQRTypeForNEON(MVT::v8i16);
  160     addQRTypeForNEON(MVT::v4i32);
  161     addQRTypeForNEON(MVT::v2i64);
  162     addQRTypeForNEON(MVT::v8f16);