Searched refs:StoreVT (Results 1 – 2 of 2) sorted by relevance
1994 EVT StoreVT = ST->getMemoryVT(); in SelectStore() local2001 if (!StoreVT.isSimple()) in SelectStore()2016 MVT SimpleVT = StoreVT.getSimpleVT(); in SelectStore()2228 EVT StoreVT = MemSD->getMemoryVT(); in SelectStoreVector() local2248 assert(StoreVT.isSimple() && "Store value is not simple"); in SelectStoreVector()2249 MVT ScalarVT = StoreVT.getSimpleVT().getScalarType(); in SelectStoreVector()
9939 MVT StoreVT = VT.getSimpleVT(); in PerformDAGCombine() local9941 (StoreVT == MVT::v2f64 || StoreVT == MVT::v2i64 || in PerformDAGCombine()9942 StoreVT == MVT::v4f32 || StoreVT == MVT::v4i32)) in PerformDAGCombine()