MLIR-AIE
Functions
Dialects.h File Reference
#include "mlir-c/IR.h"
+ Include dependency graph for Dialects.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

 MLIR_DECLARE_CAPI_DIALECT_REGISTRATION (AIE, aie)
 
 MLIR_DECLARE_CAPI_DIALECT_REGISTRATION (AIEVec, aievec)
 
 MLIR_DECLARE_CAPI_DIALECT_REGISTRATION (AIEX, aiex)
 
MLIR_CAPI_EXPORTED bool aieTypeIsObjectFifoType (MlirType type)
 
MLIR_CAPI_EXPORTED MlirType aieObjectFifoTypeGet (MlirType type)
 
MLIR_CAPI_EXPORTED bool aieTypeIsObjectFifoSubviewType (MlirType type)
 
MLIR_CAPI_EXPORTED MlirType aieObjectFifoSubviewTypeGet (MlirType type)
 

Function Documentation

◆ aieObjectFifoSubviewTypeGet()

MLIR_CAPI_EXPORTED MlirType aieObjectFifoSubviewTypeGet ( MlirType  type)

Definition at line 47 of file Dialects.cpp.

References xilinx::AIE::AIEObjectFifoSubviewType::get().

◆ aieObjectFifoTypeGet()

MLIR_CAPI_EXPORTED MlirType aieObjectFifoTypeGet ( MlirType  type)

Definition at line 34 of file Dialects.cpp.

References xilinx::AIE::AIEObjectFifoType::get().

◆ aieTypeIsObjectFifoSubviewType()

MLIR_CAPI_EXPORTED bool aieTypeIsObjectFifoSubviewType ( MlirType  type)

Definition at line 43 of file Dialects.cpp.

◆ aieTypeIsObjectFifoType()

MLIR_CAPI_EXPORTED bool aieTypeIsObjectFifoType ( MlirType  type)

◆ MLIR_DECLARE_CAPI_DIALECT_REGISTRATION() [1/3]

MLIR_DECLARE_CAPI_DIALECT_REGISTRATION ( AIE  ,
aie   
)

◆ MLIR_DECLARE_CAPI_DIALECT_REGISTRATION() [2/3]

MLIR_DECLARE_CAPI_DIALECT_REGISTRATION ( AIEVec  ,
aievec   
)

◆ MLIR_DECLARE_CAPI_DIALECT_REGISTRATION() [3/3]

MLIR_DECLARE_CAPI_DIALECT_REGISTRATION ( AIEX  ,
aiex   
)