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

Go to the source code of this file.

Functions

MLIR_CAPI_EXPORTED void aieRegisterAllDialects (MlirContext context)
 Registers all AIE dialects with a context.
 
MLIR_CAPI_EXPORTED void aieRegisterAllPasses ()
 Registers all AIE passes for symbolic access with the global registry.
 

Function Documentation

◆ aieRegisterAllDialects()

MLIR_CAPI_EXPORTED void aieRegisterAllDialects ( MlirContext  context)

Registers all AIE dialects with a context.

This is needed before creating IR for these Dialects.

◆ aieRegisterAllPasses()

MLIR_CAPI_EXPORTED void aieRegisterAllPasses ( )

Registers all AIE passes for symbolic access with the global registry.

Definition at line 30 of file Registration.cpp.

References xilinx::aievec::registerAIEVecPipelines(), and xilinx::registerAllDialects().