Searched refs:hasDwordx3LoadStores (Results 1 – 4 of 4) sorted by relevance
1013 bool hasDwordx3LoadStores() const { in hasDwordx3LoadStores() function
685 if (NumRegs == 3 && !ST.hasDwordx3LoadStores()) in AMDGPULegalizerInfo()846 return ST.hasDwordx3LoadStores(); in AMDGPULegalizerInfo()
815 return (Width <= 4) && (STM.hasDwordx3LoadStores() || (Width != 3)); in widthsFit()
6738 if (!Subtarget->hasDwordx3LoadStores() && in getMemIntrinsicNode()7461 if (NumElements == 3 && !Subtarget->hasDwordx3LoadStores()) in LowerLOAD()7485 if (NumElements == 3 && !Subtarget->hasDwordx3LoadStores()) in LowerLOAD()7929 if (NumElements == 3 && !Subtarget->hasDwordx3LoadStores()) in LowerSTORE()