Home
last modified time | relevance | path

Searched refs:static_strides (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/mlir/include/mlir/Interfaces/
DViewLikeInterface.td41 3. `static_offsets`, resp. `static_sizes` and `static_strides` integer
45 1. `static_offsets`, `static_sizes` and `static_strides` have length
50 `static_strides`) is equal to a special sentinel value, namely
68 and `static_strides` attributes.
143 /*methodName=*/"static_strides",
147 return $_op.static_strides();
188 APInt v = *(static_strides()
234 APInt v = *(static_strides().
286 static_strides().template cast<ArrayAttr>(),
358 return "static_strides";
/external/llvm-project/mlir/lib/Interfaces/
DViewLikeInterface.cpp54 op.static_strides(), ShapedType::isDynamicStrideOrOffset, in verify()
93 printListOfOperandsOrIntegers(p, op.strides(), op.static_strides(), in printOffsetsSizesAndStrides()
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DBufferize.cpp267 extractFromI64ArrayAttr(op.static_strides()), op.offsets(), op.sizes(), in matchAndRewrite()
309 extractFromI64ArrayAttr(op.static_strides()), adaptor.offsets(), in matchAndRewrite()
DFusion.cpp371 if (sva.static_strides() != svb.static_strides()) in isSameSubView()
DTiling.cpp440 subtensor.static_sizes(), subtensor.static_strides())); in tileLinalgOpImpl()
/external/llvm-project/mlir/include/mlir/Dialect/StandardOps/IR/
DOps.td2195 I64ArrayAttr:$static_strides
2223 /// and `static_strides` attributes.
3067 `static_offsets`, `static_sizes` and `static_strides` arguments. A special
3184 I64ArrayAttr:$static_strides
3229 /// and `static_strides` attributes.
3262 `static_offsets`, `static_sizes` and `static_strides` arguments. A special
3291 I64ArrayAttr:$static_strides
3327 /// and `static_strides` attributes.
3364 `static_offsets`, `static_sizes` and `static_strides` arguments. A special
3381 I64ArrayAttr:$static_strides
[all …]
/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/
DOps.cpp2449 resultStrides, extractFromI64ArrayAttr(op.static_strides())))) { in verify()
3335 extractFromI64ArrayAttr(op.static_strides())); in verify()
3450 extractFromI64ArrayAttr(op.static_strides()); in matchAndRewrite()
3651 extractFromI64ArrayAttr(subViewOp.static_strides())); in matchAndRewrite()
3655 subViewOp.static_sizes(), subViewOp.static_strides()); in matchAndRewrite()
3779 extractFromI64ArrayAttr(op.static_strides())); in verify()
/external/python/cpython3/Modules/
D_testbuffer.c2697 static Py_ssize_t static_strides[1] = {1}; variable
2707 static_strides, /* strides */
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp3438 extractFromI64ArrayAttr(subViewOp.static_strides())) in matchAndRewrite()