Lines Matching refs:GStore
291 bool LoadStoreOpt::mergeStores(SmallVectorImpl<GStore *> &StoresToMerge) { in mergeStores()
328 SmallVector<GStore *, 8> SingleMergeStores( in mergeStores()
346 bool LoadStoreOpt::doSingleStoreMerge(SmallVectorImpl<GStore *> &Stores) { in doSingleStoreMerge()
353 GStore *FirstStore = Stores[0]; in doSingleStoreMerge()
446 SmallVector<GStore *> StoresToMerge; in processMergeCandidate()
448 auto DoesStoreAliasWithPotential = [&](unsigned Idx, GStore &CheckStore) { in processMergeCandidate()
500 bool LoadStoreOpt::addStoreToCandidate(GStore &StoreMI, in addStoreToCandidate()
579 if (auto *StoreMI = dyn_cast<GStore>(&MI)) { in mergeBlockStores()
637 getTruncStoreByteOffset(GStore &Store, Register &SrcVal, in getTruncStoreByteOffset()
699 bool LoadStoreOpt::mergeTruncStore(GStore &StoreMI, in mergeTruncStore()
700 SmallPtrSetImpl<GStore *> &DeletedStores) { in mergeTruncStore()
719 SmallVector<GStore *> FoundStores; in mergeTruncStore()
738 GStore *LowestIdxStore = &LastStore; in mergeTruncStore()
764 GStore *NewStore; in mergeTruncStore()
765 if ((NewStore = dyn_cast<GStore>(&*II))) { in mergeTruncStore()
895 SmallVector<GStore *, 16> Stores; in mergeTruncStoresBlock()
896 SmallPtrSet<GStore *, 8> DeletedStores; in mergeTruncStoresBlock()
899 if (auto *StoreMI = dyn_cast<GStore>(&MI)) in mergeTruncStoresBlock()