Searched refs:AlwaysVectorize (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/ |
D | Vectorize.h | 114 bool AlwaysVectorize = true);
|
/external/llvm/include/llvm/Transforms/ |
D | Vectorize.h | 121 bool AlwaysVectorize = true);
|
/external/llvm/include/llvm/Transforms/Vectorize/ |
D | LoopVectorize.h | 75 bool AlwaysVectorize = true; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Vectorize/ |
D | LoopVectorize.h | 86 bool AlwaysVectorize = true; member
|
D | LoopVectorizationLegality.h | 108 bool allowVectorization(Function *F, Loop *L, bool AlwaysVectorize) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorizationLegality.cpp | 106 bool AlwaysVectorize) const { in allowVectorization() 113 if (!AlwaysVectorize && getForce() != LoopVectorizeHints::FK_Enabled) { in allowVectorization()
|
D | LoopVectorize.cpp | 1698 explicit LoopVectorize(bool NoUnrolling = false, bool AlwaysVectorize = true) in LoopVectorize() 1701 Impl.AlwaysVectorize = AlwaysVectorize; in LoopVectorize() 6247 Pass *createLoopVectorizePass(bool NoUnrolling, bool AlwaysVectorize) { in createLoopVectorizePass() argument 6248 return new LoopVectorize(NoUnrolling, AlwaysVectorize); in createLoopVectorizePass() 7317 if (!Hints.allowVectorization(F, L, AlwaysVectorize)) { in processLoop()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 1100 bool allowVectorization(Function *F, Loop *L, bool AlwaysVectorize) const { in allowVectorization() 1109 if (!AlwaysVectorize && getForce() != LoopVectorizeHints::FK_Enabled) { in allowVectorization() 1798 explicit LoopVectorize(bool NoUnrolling = false, bool AlwaysVectorize = true) in LoopVectorize() 1801 Impl.AlwaysVectorize = AlwaysVectorize; in LoopVectorize() 6132 Pass *createLoopVectorizePass(bool NoUnrolling, bool AlwaysVectorize) { in createLoopVectorizePass() argument 6133 return new LoopVectorize(NoUnrolling, AlwaysVectorize); in createLoopVectorizePass() 6400 if (!Hints.allowVectorization(F, L, AlwaysVectorize)) { in processLoop()
|