16 #ifndef MLIR_C_REGISTER_EVERYTHING_H
17 #define MLIR_C_REGISTER_EVERYTHING_H
MLIR_CAPI_EXPORTED void mlirRegisterAllLLVMTranslations(MlirContext context)
Register all translations to LLVM IR for dialects that can support it.
MLIR_CAPI_EXPORTED void mlirRegisterAllPasses(void)
Register all compiler passes of MLIR.
MLIR_CAPI_EXPORTED void mlirRegisterAllDialects(MlirDialectRegistry registry)
Appends all upstream dialects and extensions to the dialect registry.
#define MLIR_CAPI_EXPORTED