Searched refs:StoreVT (Results 1 – 2 of 2) sorted by relevance
1998 EVT StoreVT = ST->getMemoryVT(); in SelectStore() local2005 if (!StoreVT.isSimple()) in SelectStore()2020 MVT SimpleVT = StoreVT.getSimpleVT(); in SelectStore()2236 EVT StoreVT = MemSD->getMemoryVT(); in SelectStoreVector() local2256 assert(StoreVT.isSimple() && "Store value is not simple"); in SelectStoreVector()2257 MVT ScalarVT = StoreVT.getSimpleVT().getScalarType(); in SelectStoreVector()
10187 MVT StoreVT = VT.getSimpleVT(); in PerformDAGCombine() local10189 (StoreVT == MVT::v2f64 || StoreVT == MVT::v2i64 || in PerformDAGCombine()10190 StoreVT == MVT::v4f32 || StoreVT == MVT::v4i32)) in PerformDAGCombine()