Home
last modified time | relevance | path

Searched defs:LoopVectorize (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Transforms/IPO/
DPassManagerBuilder.h130 bool LoopVectorize; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DPassManagerBuilder.h159 bool LoopVectorize; variable
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1794 struct LoopVectorize : public FunctionPass { struct
1796 static char ID;
1798 explicit LoopVectorize(bool NoUnrolling = false, bool AlwaysVectorize = true) in LoopVectorize() argument
1805 LoopVectorizePass Impl;
1807 bool runOnFunction(Function &F) override { in runOnFunction()
1830 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1593 struct LoopVectorize : public FunctionPass { struct
1595 static char ID;
1597 LoopVectorizePass Impl;
1599 explicit LoopVectorize(bool InterleaveOnlyWhenForced = false, in LoopVectorize() argument
1607 bool runOnFunction(Function &F) override { in runOnFunction()
1632 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()