|
MLIR 23.0.0git
|
For a memref with offset, sizes and strides, returns the offset, size, and potentially the size padded at the front to use for the linearized memref. More...
#include "mlir/Dialect/MemRef/Utils/MemRefUtils.h"
Public Attributes | |
| OpFoldResult | linearizedOffset |
| OpFoldResult | linearizedSize |
| OpFoldResult | intraDataOffset |
For a memref with offset, sizes and strides, returns the offset, size, and potentially the size padded at the front to use for the linearized memref.
Definition at line 64 of file MemRefUtils.h.
| OpFoldResult mlir::memref::LinearizedMemRefInfo::intraDataOffset |
Definition at line 67 of file MemRefUtils.h.
Referenced by convertCastingOp().
| OpFoldResult mlir::memref::LinearizedMemRefInfo::linearizedOffset |
Definition at line 65 of file MemRefUtils.h.
Referenced by convertCastingOp(), and getFlattenMemrefAndOffset().
| OpFoldResult mlir::memref::LinearizedMemRefInfo::linearizedSize |
Definition at line 66 of file MemRefUtils.h.
Referenced by convertCastingOp().