Searched refs:extractFromI64ArrayAttr (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
D | Bufferize.cpp | 229 static SmallVector<int64_t, 4> extractFromI64ArrayAttr(Attribute attr) { in extractFromI64ArrayAttr() function 265 op.getLoc(), sourceMemref, extractFromI64ArrayAttr(op.static_offsets()), in matchAndRewrite() 266 extractFromI64ArrayAttr(op.static_sizes()), in matchAndRewrite() 267 extractFromI64ArrayAttr(op.static_strides()), op.offsets(), op.sizes(), in matchAndRewrite() 307 op.getLoc(), destMemRef, extractFromI64ArrayAttr(op.static_offsets()), in matchAndRewrite() 308 extractFromI64ArrayAttr(op.static_sizes()), in matchAndRewrite() 309 extractFromI64ArrayAttr(op.static_strides()), adaptor.offsets(), in matchAndRewrite()
|
/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/ |
D | Ops.cpp | 252 static SmallVector<int64_t, 4> extractFromI64ArrayAttr(Attribute attr) { in extractFromI64ArrayAttr() function 2423 extractFromI64ArrayAttr(op.static_sizes())))) { in verify() 2442 extractFromI64ArrayAttr(op.static_offsets()).front(); in verify() 2449 resultStrides, extractFromI64ArrayAttr(op.static_strides())))) { in verify() 3333 baseType, extractFromI64ArrayAttr(op.static_offsets()), in verify() 3334 extractFromI64ArrayAttr(op.static_sizes()), in verify() 3335 extractFromI64ArrayAttr(op.static_strides())); in verify() 3435 extractFromI64ArrayAttr(op.static_offsets()); in matchAndRewrite() 3444 extractFromI64ArrayAttr(op.static_sizes()); in matchAndRewrite() 3450 extractFromI64ArrayAttr(op.static_strides()); in matchAndRewrite() [all …]
|
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/ |
D | StandardToLLVM.cpp | 3408 static SmallVector<int64_t, 4> extractFromI64ArrayAttr(Attribute attr) { in extractFromI64ArrayAttr() function 3436 extractFromI64ArrayAttr(subViewOp.static_offsets()), in matchAndRewrite() 3437 extractFromI64ArrayAttr(subViewOp.static_sizes()), in matchAndRewrite() 3438 extractFromI64ArrayAttr(subViewOp.static_strides())) in matchAndRewrite()
|