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

References

lib/Target/AMDGPU/SIISelLowering.cpp
 6960     EVT EltType = VDataVT.getScalarType();
 6965     if (!isTypeLegal(VDataVT)) {
 6968                       getEquivalentMemType(*DAG.getContext(), VDataVT), VData);
 6990     if (!IsD16 && !VDataVT.isVector() && EltType.getSizeInBits() < 32)
 6991       return handleByteShortBufferStores(DAG, VDataVT, DL, Ops, M);