Home
last modified time | relevance | path

Searched refs:hasDwordx3LoadStores (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDGCNSubtarget.h1147 bool hasDwordx3LoadStores() const { in hasDwordx3LoadStores() function
HDSILoadStoreOptimizer.cpp1126 return (Width <= 4) && (STM.hasDwordx3LoadStores() || (Width != 3)); in widthsFit()
HDAMDGPULegalizerInfo.cpp448 if (!ST.hasDwordx3LoadStores()) in isLoadStoreSizeLegal()
548 if (SizeInBits == 96 && ST.hasDwordx3LoadStores()) in shouldWidenLoad()
1406 if (!ST.hasDwordx3LoadStores()) in AMDGPULegalizerInfo()
HDSIISelLowering.cpp9389 if (!Subtarget->hasDwordx3LoadStores() && in getMemIntrinsicNode()
10357 if (NumElements == 3 && !Subtarget->hasDwordx3LoadStores()) in LowerLOAD()
10382 if (NumElements == 3 && !Subtarget->hasDwordx3LoadStores()) in LowerLOAD()
10919 if (NumElements == 3 && !Subtarget->hasDwordx3LoadStores()) in LowerSTORE()