MLIR  20.0.0git
Public Attributes | List of all members
mlir::memref::LinearizedMemRefInfo Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ intraDataOffset

OpFoldResult mlir::memref::LinearizedMemRefInfo::intraDataOffset

Definition at line 53 of file MemRefUtils.h.

◆ linearizedOffset

OpFoldResult mlir::memref::LinearizedMemRefInfo::linearizedOffset

Definition at line 51 of file MemRefUtils.h.

◆ linearizedSize

OpFoldResult mlir::memref::LinearizedMemRefInfo::linearizedSize

Definition at line 52 of file MemRefUtils.h.


The documentation for this struct was generated from the following file: