Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DWarnMissedTransforms.cpp50 std::optional<ElementCount> VectorizeWidth = in warnAboutLeftoverTransformations() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.h59 unsigned VectorizeWidth; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp398 std::optional<ElementCount> VectorizeWidth = in hasVectorizeTransformation() local
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5260 ConstantInt *VectorizeWidth = Simdlen == nullptr ? Safelen : Simdlen; in applySimd() local