Home
last modified time | relevance | path

Searched defs:dstStrides (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DCRunnerUtils.cpp72 int64_t *dstStrides = static_cast<int64_t *>(alloca(sizeof(int64_t) * rank)); in memrefCopy() local
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorUnrollDistribute.cpp396 SmallVector<int64_t> dstStrides(it.first.size(), 1); in matchAndRewrite() local
470 SmallVector<int64_t> dstStrides(it.first.size(), 1); in matchAndRewrite() local