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

References

lib/Target/Mips/MipsSEISelLowering.cpp
   76         setTruncStoreAction(VT0, VT1, Expand);
   77         setLoadExtAction(ISD::SEXTLOAD, VT0, VT1, Expand);
   78         setLoadExtAction(ISD::ZEXTLOAD, VT0, VT1, Expand);
   79         setLoadExtAction(ISD::EXTLOAD, VT0, VT1, Expand);