Searched refs:tryToVectorize (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/Transforms/Vectorize/ |
D | SLPVectorizer.h | 86 bool tryToVectorize(BinaryOperator *V, slpvectorizer::BoUpSLP &R);
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
D | crash_binaryop.ll | 24 ; tryToVectorize() starts with this binary instruction.
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/ |
D | SLPVectorizer.h | 106 bool tryToVectorize(Instruction *I, slpvectorizer::BoUpSLP &R);
|
/external/llvm-project/llvm/include/llvm/Transforms/Vectorize/ |
D | SLPVectorizer.h | 108 bool tryToVectorize(Instruction *I, slpvectorizer::BoUpSLP &R);
|
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/X86/ |
D | crash_binaryop.ll | 47 ; tryToVectorize() starts with this binary instruction.
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 3847 bool SLPVectorizerPass::tryToVectorize(BinaryOperator *V, BoUpSLP &R) { in tryToVectorize() function in SLPVectorizerPass 4418 if (tryToVectorize(dyn_cast<BinaryOperator>(Inst), R)) { in vectorizeChainsInBlock() 4436 tryToVectorize(BinOp, R)) { in vectorizeChainsInBlock()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 5996 bool SLPVectorizerPass::tryToVectorize(Instruction *I, BoUpSLP &R) { in tryToVectorize() function in SLPVectorizerPass 7174 return tryToVectorize(I, R); in vectorizeRootInstruction()
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 6333 bool SLPVectorizerPass::tryToVectorize(Instruction *I, BoUpSLP &R) { in tryToVectorize() function in SLPVectorizerPass 7557 return tryToVectorize(I, R); in vectorizeRootInstruction()
|