|
MLIR-AIE
|
#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. | |
| MLIR_CAPI_EXPORTED void aieRegisterAllDialects | ( | MlirContext | context | ) |
Registers all AIE dialects with a context.
This is needed before creating IR for these Dialects.
| MLIR_CAPI_EXPORTED void aieRegisterAllPasses | ( | ) |
Registers all AIE passes for symbolic access with the global registry.
Definition at line 31 of file Registration.cpp.
References xilinx::aievec::registerAIEVecPipelines(), and xilinx::registerAllDialects().