MLIR-AIE
Functions
Dialects.h File Reference
#include "mlir-c/IR.h"
#include <string>
+ 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)
 
MLIR_CAPI_EXPORTED bool aieTypeIsBlockFloatType (MlirType type)
 
MLIR_CAPI_EXPORTED MlirType aieBlockFloatTypeGet (MlirContext ctx, const std::string &blockType)
 

Function Documentation

◆ aieBlockFloatTypeGet()

MLIR_CAPI_EXPORTED MlirType aieBlockFloatTypeGet ( MlirContext  ctx,
const std::string &  blockType 
)

Definition at line 62 of file Dialects.cpp.

◆ aieObjectFifoSubviewTypeGet()

MLIR_CAPI_EXPORTED MlirType aieObjectFifoSubviewTypeGet ( MlirType  type)

Definition at line 49 of file Dialects.cpp.

◆ aieObjectFifoTypeGet()

MLIR_CAPI_EXPORTED MlirType aieObjectFifoTypeGet ( MlirType  type)

Definition at line 36 of file Dialects.cpp.

◆ aieTypeIsBlockFloatType()

MLIR_CAPI_EXPORTED bool aieTypeIsBlockFloatType ( MlirType  type)

Definition at line 58 of file Dialects.cpp.

◆ aieTypeIsObjectFifoSubviewType()

MLIR_CAPI_EXPORTED bool aieTypeIsObjectFifoSubviewType ( MlirType  type)

Definition at line 45 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   
)