Searched refs:Mst (Results 1 – 1 of 1) sorted by relevance
29080 MaskedStoreSDNode *Mst = cast<MaskedStoreSDNode>(N); in combineMaskedStore() local29081 if (!Mst->isTruncatingStore()) in combineMaskedStore()29082 return reduceMaskedStoreToScalarStore(Mst, DAG); in combineMaskedStore()29085 EVT VT = Mst->getValue().getValueType(); in combineMaskedStore()29087 EVT StVT = Mst->getMemoryVT(); in combineMaskedStore()29088 SDLoc dl(Mst); in combineMaskedStore()29120 SDValue WideVec = DAG.getBitcast(WideVecVT, Mst->getValue()); in combineMaskedStore()29134 SDValue Mask = Mst->getMask(); in combineMaskedStore()29162 return DAG.getMaskedStore(Mst->getChain(), dl, TruncatedVal, in combineMaskedStore()29163 Mst->getBasePtr(), NewMask, StVT, in combineMaskedStore()[all …]