Home
last modified time | relevance | path

Searched refs:allowsUnregisteredDialects (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DMLIRContext.h123 bool allowsUnregisteredDialects();
/llvm-project-15.0.7/mlir/lib/IR/
H A DVerifier.cpp249 if (!op.getContext()->allowsUnregisteredDialects()) { in verifyOperation()
H A DMLIRContext.cpp474 bool MLIRContext::allowsUnregisteredDialects() { in allowsUnregisteredDialects() function in MLIRContext
H A DBuiltinTypes.cpp215 if (!context->allowsUnregisteredDialects() && in verify()
H A DOperation.cpp123 if (!getDialect() && !getContext()->allowsUnregisteredDialects()) in Operation()
H A DBuiltinAttributes.cpp418 if (!context->allowsUnregisteredDialects() && in verify()
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIR.cpp51 return unwrap(context)->allowsUnregisteredDialects(); in mlirContextGetAllowUnregisteredDialects()
/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DParser.cpp1349 !getContext()->allowsUnregisteredDialects()) { in parseGenericOperation()