Home
last modified time | relevance | path

Searched refs:mlirContextGetAllowUnregisteredDialects (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DIR.h104 mlirContextGetAllowUnregisteredDialects(MlirContext context);
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIR.cpp50 bool mlirContextGetAllowUnregisteredDialects(MlirContext context) { in mlirContextGetAllowUnregisteredDialects() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp2282 return mlirContextGetAllowUnregisteredDialects(self.get()); in populateIRCore()