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

Declarations

lib/Target/ARM/ARMISelLowering.h
  848     void addAllExtLoads(const MVT From, const MVT To, LegalizeAction Action);

References

lib/Target/ARM/ARMISelLowering.cpp
  365   addAllExtLoads(MVT::v8i16, MVT::v8i8, Legal);
  366   addAllExtLoads(MVT::v4i32, MVT::v4i16, Legal);
  367   addAllExtLoads(MVT::v4i32, MVT::v4i8, Legal);
  714       addAllExtLoads(VT, InnerVT, Expand);