Searched refs:StoreMemVT (Results 1 – 1 of 1) sorted by relevance
9197 EVT StoreMemVT = ST->getMemoryVT(); in expandUnalignedStore() local9200 if (StoreMemVT.isFloatingPoint() || StoreMemVT.isVector()) { in expandUnalignedStore()9204 StoreMemVT.isVector()) { in expandUnalignedStore()9221 EVT::getIntegerVT(*DAG.getContext(), StoreMemVT.getSizeInBits())); in expandUnalignedStore()9223 unsigned StoredBytes = StoreMemVT.getStoreSize(); in expandUnalignedStore()9228 SDValue StackPtr = DAG.CreateStackTemporary(StoreMemVT, RegVT); in expandUnalignedStore()9234 MachinePointerInfo::getFixedStack(MF, FrameIndex, 0), StoreMemVT); in expandUnalignedStore()9281 assert(StoreMemVT.isInteger() && !StoreMemVT.isVector() && in expandUnalignedStore()9284 EVT NewStoredVT = StoreMemVT.getHalfSizedIntegerVT(*DAG.getContext()); in expandUnalignedStore()