Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2851 OrdersType &ReorderIndices) const;
2869 inversePermutation(ReorderIndices, Mask); in getCommonMask()
2887 if (!ReorderIndices.empty()) { in isSame()
2892 inversePermutation(ReorderIndices, Mask); in isSame()
2967 SmallVector<unsigned, 4> ReorderIndices; member
3098 if (!ReorderIndices.empty()) in findLaneForValue()
3099 FoundLane = ReorderIndices[FoundLane]; in findLaneForValue()
3174 for (unsigned ReorderIdx : ReorderIndices) in dump()
3206 ArrayRef<unsigned> ReorderIndices = std::nullopt) { in newTreeEntry() argument
3210 ReuseShuffleIndices, ReorderIndices); in newTreeEntry()
[all …]