Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3606 &GatheredLoads);
8123 SmallVectorImpl<SmallVector<std::pair<LoadInst *, int64_t>>> &GatheredLoads, in gatherPossiblyVectorizableLoads() argument
8171 &GatheredLoads, in gatherPossiblyVectorizableLoads()
8175 return GatheredLoads.end(); in gatherPossiblyVectorizableLoads()
8177 for (auto [Idx, Data] : enumerate(GatheredLoads)) { in gatherPossiblyVectorizableLoads()
8218 return std::next(GatheredLoads.begin(), Idx); in gatherPossiblyVectorizableLoads()
8222 return GatheredLoads.end(); in gatherPossiblyVectorizableLoads()
8228 auto *It = FindMatchingLoads(Data, GatheredLoads, LocalToAdd, Repeated, in gatherPossiblyVectorizableLoads()
8230 while (It != GatheredLoads.end()) { in gatherPossiblyVectorizableLoads()
8235 It = FindMatchingLoads(Data, GatheredLoads, LocalToAdd, Repeated, Offset, in gatherPossiblyVectorizableLoads()
[all …]