|
MLIR-AIE
|
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 |
Definition at line 429 of file AIECoreToStandard.cpp.
|
inline |
Definition at line 434 of file AIECoreToStandard.cpp.
|
inlineoverride |
Definition at line 440 of file AIECoreToStandard.cpp.
References xilinx::AIE::col, xilinx::AIE::row, tileCol, and tileRow.
| ModuleOp& int AIEBufferToStandard::tileCol = 0 |
Definition at line 432 of file AIECoreToStandard.cpp.
Referenced by matchAndRewrite().
| int AIEBufferToStandard::tileRow = 0 |
Definition at line 433 of file AIECoreToStandard.cpp.
Referenced by matchAndRewrite().