Searched refs:tryToVectorizeList (Results 1 – 2 of 2) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/ |
| D | SLPVectorizer.h | 102 bool tryToVectorizeList(ArrayRef<Value *> VL, slpvectorizer::BoUpSLP &R,
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
| D | SLPVectorizer.cpp | 5860 return tryToVectorizeList(VL, R, /*UserCost=*/0, true); in tryToVectorizePair() 5863 bool SLPVectorizerPass::tryToVectorizeList(ArrayRef<Value *> VL, BoUpSLP &R, in tryToVectorizeList() function in SLPVectorizerPass 7194 return tryToVectorizeList(BuildVectorOpds, R, UserCost); in vectorizeInsertValueInst() 7209 return tryToVectorizeList(BuildVectorOpds, R, UserCost); in vectorizeInsertElementInst() 7287 if (NumElts > 1 && tryToVectorizeList(makeArrayRef(IncIt, NumElts), R, in vectorizeChainsInBlock() 7459 Changed |= tryToVectorizeList(Bundle, R); in vectorizeGEPIndices()
|