Home | History | Annotate | Download | only in AMDGPU

Lines Matching refs:SN

2246   StoreSDNode *SN = cast<StoreSDNode>(N);
2247 if (SN->isVolatile() || !ISD::isNormalStore(SN))
2250 EVT VT = SN->getMemoryVT();
2255 unsigned Align = SN->getAlignment();
2258 unsigned AS = SN->getAddressSpace();
2265 return expandUnalignedStore(SN, DAG);
2275 SDValue Val = SN->getValue();
2286 return DAG.getStore(SN->getChain(), SL, CastVal,
2287 SN->getBasePtr(), SN->getMemOperand());