Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1004 bool isTreeTinyAndNotFullyVectorizable(bool ForReduction = false) const;
6723 bool BoUpSLP::isTreeTinyAndNotFullyVectorizable(bool ForReduction) const { in isTreeTinyAndNotFullyVectorizable() function in BoUpSLP
10075 if (R.isTreeTinyAndNotFullyVectorizable()) in vectorizeStoreChain()
10377 if (R.isTreeTinyAndNotFullyVectorizable()) in tryToVectorizeList()
11155 if (V.isTreeTinyAndNotFullyVectorizable(/*ForReduction=*/true)) { in tryToReduce()