Home
last modified time | relevance | path

Searched refs:allowVectorization (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h108 bool allowVectorization(Function *F, Loop *L, bool AlwaysVectorize) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp105 bool LoopVectorizeHints::allowVectorization(Function *F, Loop *L, in allowVectorization() function in llvm::LoopVectorizeHints
DLoopVectorize.cpp1642 if (!Hints.allowVectorization(Fn, OuterLp, false /*AlwaysVectorize*/)) { in isExplicitVecOuterLoop()
7317 if (!Hints.allowVectorization(F, L, AlwaysVectorize)) { in processLoop()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1100 bool allowVectorization(Function *F, Loop *L, bool AlwaysVectorize) const { in allowVectorization() function in __anon63bf7e8f0111::LoopVectorizeHints
6400 if (!Hints.allowVectorization(F, L, AlwaysVectorize)) { in processLoop()