Home
last modified time | relevance | path

Searched refs:createLoopVectorizePass (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/Transforms/
H A DVectorize.h111 Pass *createLoopVectorizePass();
112 Pass *createLoopVectorizePass(bool InterleaveOnlyWhenForced,
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVectorize.cpp37 unwrap(PM)->add(createLoopVectorizePass()); in LLVMAddLoopVectorizePass()
H A DLoopVectorize.cpp7369 Pass *createLoopVectorizePass() { return new LoopVectorize(); } in createLoopVectorizePass() function
7371 Pass *createLoopVectorizePass(bool InterleaveOnlyWhenForced, in createLoopVectorizePass() function
/openbsd/gnu/llvm/llvm/bindings/ocaml/transforms/vectorize/
H A Dllvm_vectorize.mli14 (** See the [llvm::createLoopVectorizePass] function. *)
/openbsd/gnu/llvm/llvm/include/llvm/
H A DLinkAllPasses.h194 (void) llvm::createLoopVectorizePass(); in ForcePassLinking()
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp206 PM.add(createLoopVectorizePass(!LoopsInterleaved, !LoopVectorize)); in addVectorPasses()