Home | History | Annotate | Download | only in CellSPU

Lines Matching defs:SN

758   StoreSDNode *SN = cast<StoreSDNode>(Op);
759 SDValue Value = SN->getValue();
761 EVT StVT = (!SN->isTruncatingStore() ? VT : SN->getMemoryVT());
764 unsigned alignment = SN->getAlignment();
769 uint64_t mpi_offset = SN->getPointerInfo().Offset;
771 MachinePointerInfo lowMemPtr(SN->getPointerInfo().V, mpi_offset);
772 MachinePointerInfo highMemPtr(SN->getPointerInfo().V, mpi_offset+16);
776 assert( SN->getAddressingMode() == ISD::UNINDEXED
783 SDValue basePtr = SN->getBasePtr();
784 SDValue the_chain = SN->getChain();
853 lowMemPtr, SN->isVolatile(), SN->isNonTemporal(), 16);
861 SDValue theValue = SN->getValue();
901 // TODO issue a warning if SN->isVolatile()== true? This is likely not
906 SN->getBasePtr(),
953 SN->isVolatile(), SN->isNonTemporal(), 16);
982 SN->isVolatile(), SN->isNonTemporal(), 16);
987 SN->isVolatile(), SN->isNonTemporal(), 16);