Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/
DVectorize.h111 Pass *createLoopVectorizePass();
112 Pass *createLoopVectorizePass(bool InterleaveOnlyWhenForced,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVectorize.cpp37 unwrap(PM)->add(createLoopVectorizePass()); in LLVMAddLoopVectorizePass()
DLoopVectorize.cpp6404 Pass *createLoopVectorizePass() { return new LoopVectorize(); } in createLoopVectorizePass() function
6406 Pass *createLoopVectorizePass(bool InterleaveOnlyWhenForced, in createLoopVectorizePass() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/
DLinkAllPasses.h211 (void) llvm::createLoopVectorizePass(); in ForcePassLinking()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DPassManagerBuilder.cpp722 MPM.add(createLoopVectorizePass(!LoopsInterleaved, !LoopVectorize)); in populateModulePassManager()
978 PM.add(createLoopVectorizePass(true, !LoopVectorize)); in addLTOOptimizationPasses()