|
MLIR 22.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 50 of file MemRefUtils.h.
| OpFoldResult mlir::memref::LinearizedMemRefInfo::intraDataOffset |
Definition at line 53 of file MemRefUtils.h.
| OpFoldResult mlir::memref::LinearizedMemRefInfo::linearizedOffset |
Definition at line 51 of file MemRefUtils.h.
Referenced by getFlattenMemrefAndOffset().
| OpFoldResult mlir::memref::LinearizedMemRefInfo::linearizedSize |
Definition at line 52 of file MemRefUtils.h.