Lines Matching refs:ST
164 StoreSDNode *ST = cast<StoreSDNode>(Op.getNode());
165 EVT StVT = ST->getMemoryVT();
166 MVT ValVT = ST->getValue().getSimpleValueType();
167 if (StVT.isVector() && ST->isTruncatingStore())
523 StoreSDNode *ST = cast<StoreSDNode>(Op.getNode());
524 SDValue Chain = ST->getChain();
525 SDValue BasePTR = ST->getBasePtr();
526 SDValue Value = ST->getValue();
527 EVT StVT = ST->getMemoryVT();
529 unsigned Alignment = ST->getAlignment();
530 bool isVolatile = ST->isVolatile();
531 bool isNonTemporal = ST->isNonTemporal();
558 ST->getPointerInfo().getWithOffset(Idx*Stride), MemSclVT,