Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDSLPVectorizer.cpp581 void buildTree(ArrayRef<Value *> Roots,
588 void buildTree(ArrayRef<Value *> Roots,
2350 void BoUpSLP::buildTree(ArrayRef<Value *> Roots, in buildTree() function in BoUpSLP
2353 buildTree(Roots, ExternallyUsedValues, UserIgnoreLst); in buildTree()
2356 void BoUpSLP::buildTree(ArrayRef<Value *> Roots, in buildTree() function in BoUpSLP
5694 R.buildTree(Chain); in vectorizeStoreChain()
5702 R.buildTree(ReorderedOps); in vectorizeStoreChain()
5941 R.buildTree(Ops); in tryToVectorizeList()
5952 R.buildTree(ReorderedOps, None); in tryToVectorizeList()
6738 V.buildTree(VL, ExternallyUsedValues, IgnoreList); in tryToReduce()
[all …]