Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1963 bool TopToBottom,
1978 getReorderingData(const TreeEntry &TE, bool TopToBottom, bool IgnoreReorder);
5365 bool TopToBottom, bool IgnoreReorder) { in findReusedOrderedScalars() argument
5393 if (TopToBottom) in findReusedOrderedScalars()
6605 BoUpSLP::getReorderingData(const TreeEntry &TE, bool TopToBottom, in getReorderingData() argument
6626 findReusedOrderedScalars(TE, TopToBottom, IgnoreReorder)) { in getReorderingData()
6730 if (TE.State == TreeEntry::StridedVectorize && !TopToBottom && in getReorderingData()
6740 (TopToBottom && isa<StoreInst, InsertElementInst>(TE.getMainOp()))))) { in getReorderingData()
6746 if (!TopToBottom && IgnoreReorder && TE.State == TreeEntry::Vectorize && in getReorderingData()
6920 TopToBottom in getReorderingData()
[all …]