Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
HDLoopVectorizationLegality.h131 bool allowVectorization(Function *F, Loop *L,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorizationLegality.cpp177 bool LoopVectorizeHints::allowVectorization( in allowVectorization() function in llvm::LoopVectorizeHints
HDLoopVectorize.cpp2162 if (!Hints.allowVectorization(Fn, OuterLp, in isExplicitVecOuterLoop()
9676 if (!Hints.allowVectorization(F, L, VectorizeOnlyWhenForced)) { in processLoop()