Lines Matching defs:SST
12333 auto *SST = cast<VPStridedStoreSDNode>(N);
12334 EVT EltVT = SST->getValue().getValueType().getVectorElementType();
12336 if (auto *CStride = dyn_cast<ConstantSDNode>(SST->getStride());
12338 return DAG.getStoreVP(SST->getChain(), SDLoc(N), SST->getValue(),
12339 SST->getBasePtr(), SST->getOffset(), SST->getMask(),
12340 SST->getVectorLength(), SST->getMemoryVT(),
12341 SST->getMemOperand(), SST->getAddressingMode(),
12342 SST->isTruncatingStore(), SST->isCompressingStore());