Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DWarnMissedTransforms.cpp50 Optional<int> VectorizeWidth = in warnAboutLeftoverTransformations() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DWarnMissedTransforms.cpp51 std::optional<ElementCount> VectorizeWidth = in warnAboutLeftoverTransformations() local
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGLoopInfo.h54 unsigned VectorizeWidth; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp437 Optional<int> VectorizeWidth = in hasVectorizeTransformation() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp398 std::optional<ElementCount> VectorizeWidth = in hasVectorizeTransformation() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3149 ConstantInt *VectorizeWidth = Simdlen == nullptr ? Safelen : Simdlen; in applySimd() local