Home
last modified time | relevance | path

Searched refs:getDialectRegistry (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/mlir/lib/CAPI/Registration/
DRegistration.cpp15 registerAllDialects(unwrap(context)->getDialectRegistry()); in mlirRegisterAllDialects()
17 unwrap(context)->getDialectRegistry().loadAll(unwrap(context)); in mlirRegisterAllDialects()
/external/llvm-project/mlir/tools/mlir-reduce/
Dmlir-reduce.cpp93 registerAllDialects(context.getDialectRegistry()); in main()
95 mlir::test::registerTestDialect(context.getDialectRegistry()); in main()
/external/llvm-project/mlir/lib/CAPI/Standard/
DStandardDialect.cpp16 unwrap(context)->getDialectRegistry().insert<mlir::StandardOpsDialect>(); in mlirContextRegisterStandardDialect()
/external/llvm-project/flang/tools/tco/
Dtco.cpp64 fir::registerFIRDialects(context.getDialectRegistry()); in compileFIR()
/external/llvm-project/mlir/include/mlir/IR/
DMLIRContext.h49 DialectRegistry &getDialectRegistry();
/external/llvm-project/mlir/lib/Dialect/SPIRV/Serialization/
DTranslateRegistration.cpp139 context->getDialectRegistry().loadAll(&deserializationContext); in roundTripModule()
/external/llvm-project/mlir/lib/Support/
DMlirOptMain.cpp99 registry.appendTo(context.getDialectRegistry()); in processBuffer()
/external/llvm-project/mlir/lib/Translation/
DTranslation.cpp100 dialectRegistration(context->getDialectRegistry()); in TranslateFromMLIRRegistration()
/external/llvm-project/mlir/lib/ExecutionEngine/
DJitRunner.cpp278 registerAllDialects(context.getDialectRegistry()); in JitRunnerMain()
/external/llvm-project/mlir/lib/IR/
DMLIRContext.cpp419 DialectRegistry &MLIRContext::getDialectRegistry() { in getDialectRegistry() function in MLIRContext