Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorize.h161 struct LoopVectorizePass : public PassInfoMixin<LoopVectorizePass> { struct
172 LoopVectorizePass(LoopVectorizeOptions Opts = {}); argument
/llvm-project-15.0.7/llvm/test/Other/
H A Dprint-before-after.ll30 ; CHECK-LV: *** IR Dump Before LoopVectorizePass on foo ***
31 ; CHECK-LV: *** IR Dump After LoopVectorizePass on foo ***
32 ; CHECK-LV: *** IR Dump Before LoopVectorizePass on bar ***
33 ; CHECK-LV: *** IR Dump After LoopVectorizePass on bar ***
H A Dopt-pipeline-vector-passes.ll16 ; O1-LABEL: Running pass: LoopVectorizePass
21 ; O2-LABEL: Running pass: LoopVectorizePass
28 ; O2_EXTRA-LABEL: Running pass: LoopVectorizePass
H A Dnew-pm-lto-defaults.ll123 ; CHECK-O23SZ-NEXT: Running pass: LoopVectorizePass on foo
H A Dnew-pm-thinlto-postlink-pgo-defaults.ll177 ; CHECK-O-NEXT: Running pass: LoopVectorizePass
H A Dnew-pm-thinlto-postlink-samplepgo-defaults.ll189 ; CHECK-O-NEXT: Running pass: LoopVectorizePass
H A Dnew-pm-thinlto-defaults.ll206 ; CHECK-POSTLINK-O-NEXT: Running pass: LoopVectorizePass
H A Dnew-pm-defaults.ll242 ; CHECK-O-NEXT: Running pass: LoopVectorizePass
/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/
H A Dnovect-lcssa-cfg-invalidation.ll10 ; CHECK: Running pass: LoopVectorizePass on novect
/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DMemTransferLowering.cpp166 FPM.addPass(LoopVectorizePass(LoopVectorizeOptions())); in TEST_F()
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dthinlto-distributed-newpm.ll89 ; CHECK-O: Running pass: LoopVectorizePass on main
/llvm-project-15.0.7/llvm/lib/Passes/
H A DPassRegistry.def445 "LoopVectorizePass",
447 return LoopVectorizePass(Opts);
H A DPassBuilderPipelines.cpp1009 FPM.addPass(LoopVectorizePass( in addVectorPasses()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2177 LoopVectorizePass Impl;
10033 LoopVectorizePass::LoopVectorizePass(LoopVectorizeOptions Opts) in LoopVectorizePass() function in LoopVectorizePass
10039 bool LoopVectorizePass::processLoop(Loop *L) { in processLoop()
10444 LoopVectorizeResult LoopVectorizePass::runImpl( in runImpl()
10510 PreservedAnalyses LoopVectorizePass::run(Function &F, in run()
10565 void LoopVectorizePass::printPipeline( in printPipeline()
10567 static_cast<PassInfoMixin<LoopVectorizePass> *>(this)->printPipeline( in printPipeline()