Lines Matching refs:SN
2911 StoreSDNode *SN = cast<StoreSDNode>(N); in performStoreCombine() local
2912 if (!SN->isSimple() || !ISD::isNormalStore(SN)) in performStoreCombine()
2915 EVT VT = SN->getMemoryVT(); in performStoreCombine()
2920 Align Alignment = SN->getAlign(); in performStoreCombine()
2923 unsigned AS = SN->getAddressSpace(); in performStoreCombine()
2930 VT, AS, Alignment, SN->getMemOperand()->getFlags(), &IsFast)) { in performStoreCombine()
2932 return SplitVectorStore(SDValue(SN, 0), DAG); in performStoreCombine()
2934 return expandUnalignedStore(SN, DAG); in performStoreCombine()
2945 SDValue Val = SN->getValue(); in performStoreCombine()
2956 return DAG.getStore(SN->getChain(), SL, CastVal, in performStoreCombine()
2957 SN->getBasePtr(), SN->getMemOperand()); in performStoreCombine()