Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Transforms/Vectorize/
DVectorCombine.h23 struct VectorCombinePass : public PassInfoMixin<VectorCombinePass> { struct
/external/llvm-project/llvm/test/Other/
Dopt-pipeline-vector-passes.ll61 ; NEWPM_O1: Running pass: VectorCombinePass
65 ; NEWPM_O2: Running pass: VectorCombinePass
Dnew-pm-thinlto-postlink-pgo-defaults.ll198 ; CHECK-O-NEXT: Running pass: VectorCombinePass
Dnew-pm-thinlto-postlink-samplepgo-defaults.ll210 ; CHECK-O-NEXT: Running pass: VectorCombinePass
Dnew-pm-thinlto-defaults.ll229 ; CHECK-POSTLINK-O-NEXT: Running pass: VectorCombinePass
Dnew-pm-defaults.ll241 ; CHECK-O-NEXT: Running pass: VectorCombinePass
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVectorCombine.cpp780 PreservedAnalyses VectorCombinePass::run(Function &F, in run()
/external/llvm-project/clang/test/CodeGen/
Dthinlto-distributed-newpm.ll190 ; CHECK-O: Running pass: VectorCombinePass on main
/external/llvm-project/llvm/lib/Passes/
DPassRegistry.def314 FUNCTION_PASS("vector-combine", VectorCombinePass())
DPassBuilder.cpp1286 OptimizePM.addPass(VectorCombinePass()); in buildModuleOptimizationPipeline()