Home
last modified time | relevance | path

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

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