Searched refs:StoreMemVT (Results 1 – 1 of 1) sorted by relevance
7621 EVT StoreMemVT = ST->getMemoryVT(); in expandUnalignedStore() local7624 if (StoreMemVT.isFloatingPoint() || StoreMemVT.isVector()) { in expandUnalignedStore()7628 StoreMemVT.isVector()) { in expandUnalignedStore()7645 EVT::getIntegerVT(*DAG.getContext(), StoreMemVT.getSizeInBits())); in expandUnalignedStore()7647 unsigned StoredBytes = StoreMemVT.getStoreSize(); in expandUnalignedStore()7652 SDValue StackPtr = DAG.CreateStackTemporary(StoreMemVT, RegVT); in expandUnalignedStore()7658 MachinePointerInfo::getFixedStack(MF, FrameIndex, 0), StoreMemVT); in expandUnalignedStore()7705 assert(StoreMemVT.isInteger() && !StoreMemVT.isVector() && in expandUnalignedStore()7708 EVT NewStoredVT = StoreMemVT.getHalfSizedIntegerVT(*DAG.getContext()); in expandUnalignedStore()