Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/IPO/
H A DPassManagerBuilder.h96 bool LoopVectorize; variable
/aosp_15_r20/external/llvm/include/llvm/Transforms/IPO/
H A DPassManagerBuilder.h130 bool LoopVectorize; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
H A DPassManagerBuilder.h159 bool LoopVectorize; variable
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2208 struct LoopVectorize : public FunctionPass { struct
2210 static char ID;
2212 LoopVectorizePass Impl;
2214 explicit LoopVectorize(bool InterleaveOnlyWhenForced = false, in LoopVectorize() argument
2221 bool runOnFunction(Function &F) override { in runOnFunction()
2243 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()