Searched refs:StoreVT (Results 1 – 2 of 2) sorted by relevance
2053 EVT StoreVT = ST->getMemoryVT(); in SelectStore() local2060 if (!StoreVT.isSimple()) in SelectStore()2075 MVT SimpleVT = StoreVT.getSimpleVT(); in SelectStore()2291 EVT StoreVT = MemSD->getMemoryVT(); in SelectStoreVector() local2311 assert(StoreVT.isSimple() && "Store value is not simple"); in SelectStoreVector()2312 MVT ScalarVT = StoreVT.getSimpleVT().getScalarType(); in SelectStoreVector()
10259 MVT StoreVT = VT.getSimpleVT(); in PerformDAGCombine() local10261 (StoreVT == MVT::v2f64 || StoreVT == MVT::v2i64 || in PerformDAGCombine()10262 StoreVT == MVT::v4f32 || StoreVT == MVT::v4i32)) in PerformDAGCombine()