HomeSort by: relevance | last modified time | path
    Searched refs:hasDwordx3LoadStores (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
GCNSubtarget.h 912 bool hasDwordx3LoadStores() const {
AMDGPULegalizerInfo.cpp 301 if (!ST.hasDwordx3LoadStores())
380 if (SizeInBits == 96 && ST.hasDwordx3LoadStores())
1056 if (!ST.hasDwordx3LoadStores())
SILoadStoreOptimizer.cpp 859 return (Width <= 4) && (STM.hasDwordx3LoadStores() || (Width != 3));
SIISelLowering.cpp 7435 if (!Subtarget->hasDwordx3LoadStores() &&
8129 if (NumElements == 3 && !Subtarget->hasDwordx3LoadStores())
8154 if (NumElements == 3 && !Subtarget->hasDwordx3LoadStores())
8645 if (NumElements == 3 && !Subtarget->hasDwordx3LoadStores())

Completed in 41 milliseconds