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

References

lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
  653     if (NumRegs == 3 && !ST.hasDwordx3LoadStores())
  815             return ST.hasDwordx3LoadStores();
lib/Target/AMDGPU/SIISelLowering.cpp
 6717   if (!Subtarget->hasDwordx3LoadStores() &&
 7437     if (NumElements == 3 && !Subtarget->hasDwordx3LoadStores())
 7458       if (NumElements == 3 && !Subtarget->hasDwordx3LoadStores())
 7901     if (NumElements == 3 && !Subtarget->hasDwordx3LoadStores())
lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
  740     return (Width <= 4) && (STM.hasDwordx3LoadStores() || (Width != 3));