MLIR-AIE
Public Member Functions | Public Attributes | List of all members
AIEBufferToStandard Struct Reference
+ Inheritance diagram for AIEBufferToStandard:
+ Collaboration diagram for AIEBufferToStandard:

Public Member Functions

 AIEBufferToStandard (MLIRContext *context, ModuleOp &m, PatternBenefit benefit=1, int tileCol=-1, int tileRow=-1)
 
LogicalResult matchAndRewrite (BufferOp buffer, OpAdaptor adaptor, ConversionPatternRewriter &rewriter) const override
 

Public Attributes

ModuleOp &int tileCol = 0
 
int tileRow = 0
 

Detailed Description

Definition at line 427 of file AIECoreToStandard.cpp.

Constructor & Destructor Documentation

◆ AIEBufferToStandard()

AIEBufferToStandard::AIEBufferToStandard ( MLIRContext *  context,
ModuleOp &  m,
PatternBenefit  benefit = 1,
int  tileCol = -1,
int  tileRow = -1 
)
inline

Definition at line 432 of file AIECoreToStandard.cpp.

Member Function Documentation

◆ matchAndRewrite()

LogicalResult AIEBufferToStandard::matchAndRewrite ( BufferOp  buffer,
OpAdaptor  adaptor,
ConversionPatternRewriter &  rewriter 
) const
inlineoverride

Definition at line 438 of file AIECoreToStandard.cpp.

References xilinx::AIE::col, xilinx::AIE::row, tileCol, and tileRow.

Member Data Documentation

◆ tileCol

ModuleOp& int AIEBufferToStandard::tileCol = 0

Definition at line 430 of file AIECoreToStandard.cpp.

Referenced by matchAndRewrite().

◆ tileRow

int AIEBufferToStandard::tileRow = 0

Definition at line 431 of file AIECoreToStandard.cpp.

Referenced by matchAndRewrite().


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