MLIR  19.0.0git
Public Attributes | List of all members
mlir::affine::CopyGenerateResult Struct Reference

Result for calling generateCopyForMemRegion. More...

#include "mlir/Dialect/Affine/LoopUtils.h"

Public Attributes

uint64_t sizeInBytes
 
Operationalloc
 
OperationcopyNest
 

Detailed Description

Result for calling generateCopyForMemRegion.

Definition at line 206 of file LoopUtils.h.

Member Data Documentation

◆ alloc

Operation* mlir::affine::CopyGenerateResult::alloc

Definition at line 211 of file LoopUtils.h.

Referenced by mlir::affine::generateCopyForMemRegion().

◆ copyNest

Operation* mlir::affine::CopyGenerateResult::copyNest

Definition at line 215 of file LoopUtils.h.

Referenced by mlir::affine::generateCopyForMemRegion().

◆ sizeInBytes

uint64_t mlir::affine::CopyGenerateResult::sizeInBytes

Definition at line 208 of file LoopUtils.h.

Referenced by mlir::affine::generateCopyForMemRegion().


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