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

References

lib/Target/Hexagon/HexagonISelLowering.cpp
 1448       if (TargetVT == VT)
 1450       setLoadExtAction(ISD::EXTLOAD, TargetVT, VT, Expand);
 1451       setLoadExtAction(ISD::ZEXTLOAD, TargetVT, VT, Expand);
 1452       setLoadExtAction(ISD::SEXTLOAD, TargetVT, VT, Expand);
 1453       setTruncStoreAction(VT, TargetVT, Expand);