Lines Matching defs:SST
12039 auto *SST = cast<VPStridedStoreSDNode>(N);
12040 EVT EltVT = SST->getValue().getValueType().getVectorElementType();
12042 if (auto *CStride = dyn_cast<ConstantSDNode>(SST->getStride());
12044 return DAG.getStoreVP(SST->getChain(), SDLoc(N), SST->getValue(),
12045 SST->getBasePtr(), SST->getOffset(), SST->getMask(),
12046 SST->getVectorLength(), SST->getMemoryVT(),
12047 SST->getMemOperand(), SST->getAddressingMode(),
12048 SST->isTruncatingStore(), SST->isCompressingStore());