Searched defs:Vectorize (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/Transforms/ |
| H A D | CodegenStrategy.h | 148 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 D | vectorize.ml | 1 (* RUN: rm -rf %t && mkdir -p %t && cp %s %t/vectorize_opts.ml
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaStmtAttr.cpp | 334 Vectorize, in CheckForIncompatibleAttributes() enumerator
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/Transforms/ |
| H A D | SuperVectorize.cpp | 610 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 D | SLPVectorizer.cpp | 2290 enum EntryState { Vectorize, ScatterVectorize, NeedToGather }; enumerator 3478 enum class LoadsState { Gather, Vectorize, ScatterVectorize }; enumerator 11678 const function_ref<bool(Instruction *, BoUpSLP &)> Vectorize) { in tryToVectorizeHorReductionOrInstOperands()
|