Home
last modified time | relevance | path

Searched refs:FoundStores (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
DCombinerHelper.h83 SmallVector<GStore *> FoundStores; member
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp3705 SmallVector<GStore *> FoundStores; in matchTruncStoreMerge() local
3742 FoundStores.emplace_back(&LastStore); in matchTruncStoreMerge()
3792 FoundStores.emplace_back(NewStore); in matchTruncStoreMerge()
3795 if (FoundStores.size() == NumStoresRequired) in matchTruncStoreMerge()
3799 if (FoundStores.size() != NumStoresRequired) { in matchTruncStoreMerge()
3853 MatchInfo.FoundStores = std::move(FoundStores); in matchTruncStoreMerge()
3880 for (auto *ST : MatchInfo.FoundStores) in applyTruncStoreMerge()