Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3096 unsigned FoundLane = std::distance(Scalars.begin(), find(Scalars, V)); in findLaneForValue() local
3097 assert(FoundLane < Scalars.size() && "Couldn't find extract lane"); in findLaneForValue()
3099 FoundLane = ReorderIndices[FoundLane]; in findLaneForValue()
3100 assert(FoundLane < Scalars.size() && "Couldn't find extract lane"); in findLaneForValue()
3102 FoundLane = std::distance(ReuseShuffleIndices.begin(), in findLaneForValue()
3103 find(ReuseShuffleIndices, FoundLane)); in findLaneForValue()
3105 return FoundLane; in findLaneForValue()
5857 int FoundLane = Entry->findLaneForValue(Scalar); in buildExternalUses() local
5859 << FoundLane << " from " << *Scalar << ".\n"); in buildExternalUses()
5861 ExternalUses.emplace_back(Scalar, nullptr, FoundLane); in buildExternalUses()
[all …]