Home
last modified time | relevance | path

Searched refs:mlirContextSetAllowUnregisteredDialects (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c504 mlirContextSetAllowUnregisteredDialects(ctx, true); in buildWithInsertionsAndPrint()
579 mlirContextSetAllowUnregisteredDialects(ctx, false); in buildWithInsertionsAndPrint()
808 mlirContextSetAllowUnregisteredDialects(ctx, true); in printBuiltinTypes()
810 mlirContextSetAllowUnregisteredDialects(ctx, false); in printBuiltinTypes()
1629 mlirContextSetAllowUnregisteredDialects(ctx, true); in testBackreferences()
1701 mlirContextSetAllowUnregisteredDialects(ctx, true); in testOperands()
1864 mlirContextSetAllowUnregisteredDialects(ctx, true); in testTypeID()
/llvm-project-15.0.7/mlir/include/mlir-c/
H A DIR.h100 mlirContextSetAllowUnregisteredDialects(MlirContext context, bool allow);
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIR.cpp46 void mlirContextSetAllowUnregisteredDialects(MlirContext context, bool allow) { in mlirContextSetAllowUnregisteredDialects() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp2285 mlirContextSetAllowUnregisteredDialects(self.get(), value); in populateIRCore()