Searched refs:StoreMemVT (Results 1 – 1 of 1) sorted by relevance
9617 EVT StoreMemVT = ST->getMemoryVT(); in expandUnalignedStore() local9620 if (StoreMemVT.isFloatingPoint() || StoreMemVT.isVector()) { in expandUnalignedStore()9624 StoreMemVT.isVector()) { in expandUnalignedStore()9641 EVT::getIntegerVT(*DAG.getContext(), StoreMemVT.getSizeInBits())); in expandUnalignedStore()9643 unsigned StoredBytes = StoreMemVT.getStoreSize(); in expandUnalignedStore()9648 SDValue StackPtr = DAG.CreateStackTemporary(StoreMemVT, RegVT); in expandUnalignedStore()9654 MachinePointerInfo::getFixedStack(MF, FrameIndex, 0), StoreMemVT); in expandUnalignedStore()9701 assert(StoreMemVT.isInteger() && !StoreMemVT.isVector() && in expandUnalignedStore()9704 EVT NewStoredVT = StoreMemVT.getHalfSizedIntegerVT(*DAG.getContext()); in expandUnalignedStore()