Lines Matching refs:extractFromI64ArrayAttr
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()
3649 extractFromI64ArrayAttr(subViewOp.static_offsets()), in matchAndRewrite()
3650 extractFromI64ArrayAttr(subViewOp.static_sizes()), in matchAndRewrite()
3651 extractFromI64ArrayAttr(subViewOp.static_strides())); in matchAndRewrite()
3777 op.getSourceType(), extractFromI64ArrayAttr(op.static_offsets()), in verify()
3778 extractFromI64ArrayAttr(op.static_sizes()), in verify()
3779 extractFromI64ArrayAttr(op.static_strides())); in verify()