Lines Matching defs:SN
753 StoreSDNode *SN = cast<StoreSDNode>(Op);
754 SDValue Value = SN->getValue();
756 EVT StVT = (!SN->isTruncatingStore() ? VT : SN->getMemoryVT());
759 unsigned alignment = SN->getAlignment();
764 uint64_t mpi_offset = SN->getPointerInfo().Offset;
766 MachinePointerInfo lowMemPtr(SN->getPointerInfo().V, mpi_offset);
767 MachinePointerInfo highMemPtr(SN->getPointerInfo().V, mpi_offset+16);
771 assert( SN->getAddressingMode() == ISD::UNINDEXED
778 SDValue basePtr = SN->getBasePtr();
779 SDValue the_chain = SN->getChain();
848 lowMemPtr, SN->isVolatile(), SN->isNonTemporal(), 16);
856 SDValue theValue = SN->getValue();
896 // TODO issue a warning if SN->isVolatile()== true? This is likely not
901 SN->getBasePtr(),
948 SN->isVolatile(), SN->isNonTemporal(), 16);
977 SN->isVolatile(), SN->isNonTemporal(), 16);
982 SN->isVolatile(), SN->isNonTemporal(), 16);