Searched refs:StoreMemVT (Results 1 – 1 of 1) sorted by relevance
8527 EVT StoreMemVT = ST->getMemoryVT(); in expandUnalignedStore() local8530 if (StoreMemVT.isFloatingPoint() || StoreMemVT.isVector()) { in expandUnalignedStore()8534 StoreMemVT.isVector()) { in expandUnalignedStore()8551 EVT::getIntegerVT(*DAG.getContext(), StoreMemVT.getSizeInBits())); in expandUnalignedStore()8553 unsigned StoredBytes = StoreMemVT.getStoreSize(); in expandUnalignedStore()8558 SDValue StackPtr = DAG.CreateStackTemporary(StoreMemVT, RegVT); in expandUnalignedStore()8564 MachinePointerInfo::getFixedStack(MF, FrameIndex, 0), StoreMemVT); in expandUnalignedStore()8611 assert(StoreMemVT.isInteger() && !StoreMemVT.isVector() && in expandUnalignedStore()8614 EVT NewStoredVT = StoreMemVT.getHalfSizedIntegerVT(*DAG.getContext()); in expandUnalignedStore()