Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Vectorize/
H A DSLPVectorizer.h102 bool tryToVectorize(Instruction *I, slpvectorizer::BoUpSLP &R);
/llvm-project-15.0.7/llvm/test/Transforms/SLPVectorizer/X86/
H A Dcrash_binaryop.ll47 ; tryToVectorize() starts with this binary instruction.
H A Dvectorize-pair-path.ll8 ; in tryToVectorize() method which then can make several attempts to
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp10422 bool SLPVectorizerPass::tryToVectorize(Instruction *I, BoUpSLP &R) { in tryToVectorize() function in SLPVectorizerPass
11794 return tryToVectorize(I, R); in vectorizeRootInstruction()
11988 OpsChanged |= tryToVectorize(I, R); in vectorizeSimpleInstructions()