Home
last modified time | relevance | path

Searched defs:Vectorize (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/Transforms/
H A DCodegenStrategy.h148 struct Vectorize : public Transformation { struct
155 Vectorize(StringRef name, linalg::LinalgVectorizationOptions options, argument
159 vectorizePadding(padVectorize) {} in Transformation() argument
163 pm.addPass(createLinalgStrategyVectorizePass(opName, options, m, in addToPassPipeline() argument
169 linalg::LinalgVectorizationOptions options;
170 bool vectorizePadding;
/llvm-project-15.0.7/llvm/test/Bindings/OCaml/
H A Dvectorize.ml1 (* RUN: rm -rf %t && mkdir -p %t && cp %s %t/vectorize_opts.ml
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmtAttr.cpp334 Vectorize, in CheckForIncompatibleAttributes() enumerator
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Transforms/
H A DSuperVectorize.cpp610 struct Vectorize : public AffineVectorizeBase<Vectorize> { struct
618 Vectorize::Vectorize(ArrayRef<int64_t> virtualVectorSize) { in Vectorize() function in Vectorize
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2290 enum EntryState { Vectorize, ScatterVectorize, NeedToGather }; enumerator
3478 enum class LoadsState { Gather, Vectorize, ScatterVectorize }; enumerator
11678 const function_ref<bool(Instruction *, BoUpSLP &)> Vectorize) { in tryToVectorizeHorReductionOrInstOperands()