Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ST

439     const StoreSDNode *ST = cast<StoreSDNode>(N);
440 ID.AddInteger(ST->getMemoryVT().getRawBits());
441 ID.AddInteger(ST->getRawSubclassData());
442 ID.AddInteger(ST->getPointerInfo().getAddrSpace());
4629 StoreSDNode *ST = cast<StoreSDNode>(OrigStore);
4630 assert(ST->getOffset().getOpcode() == ISD::UNDEF &&
4633 SDValue Ops[] = { ST->getChain(), ST->getValue(), Base, Offset };
4636 ID.AddInteger(ST->getMemoryVT().getRawBits());
4637 ID.AddInteger(ST->getRawSubclassData());
4638 ID.AddInteger(ST->getPointerInfo().getAddrSpace());
4644 ST->isTruncatingStore(),
4645 ST->getMemoryVT(),
4646 ST->getMemOperand());