Lines Matching defs:ST
440 const StoreSDNode *ST = cast<StoreSDNode>(N);
441 ID.AddInteger(ST->getMemoryVT().getRawBits());
442 ID.AddInteger(ST->getRawSubclassData());
443 ID.AddInteger(ST->getPointerInfo().getAddrSpace());
4604 StoreSDNode *ST = cast<StoreSDNode>(OrigStore);
4605 assert(ST->getOffset().getOpcode() == ISD::UNDEF &&
4608 SDValue Ops[] = { ST->getChain(), ST->getValue(), Base, Offset };
4611 ID.AddInteger(ST->getMemoryVT().getRawBits());
4612 ID.AddInteger(ST->getRawSubclassData());
4613 ID.AddInteger(ST->getPointerInfo().getAddrSpace());
4619 ST->isTruncatingStore(),
4620 ST->getMemoryVT(),
4621 ST->getMemOperand());