Lines Matching refs:SN
3855 StoreSDNode *SN = cast<StoreSDNode>(N); in performStoreCombine() local
3856 if (!SN->isSimple() || !ISD::isNormalStore(SN)) in performStoreCombine()
3859 EVT VT = SN->getMemoryVT(); in performStoreCombine()
3864 Align Alignment = SN->getAlign(); in performStoreCombine()
3867 unsigned AS = SN->getAddressSpace(); in performStoreCombine()
3874 VT, AS, Alignment, SN->getMemOperand()->getFlags(), &IsFast)) { in performStoreCombine()
3876 return SplitVectorStore(SDValue(SN, 0), DAG); in performStoreCombine()
3878 return expandUnalignedStore(SN, DAG); in performStoreCombine()
3889 SDValue Val = SN->getValue(); in performStoreCombine()
3900 return DAG.getStore(SN->getChain(), SL, CastVal, in performStoreCombine()
3901 SN->getBasePtr(), SN->getMemOperand()); in performStoreCombine()