Home
last modified time | relevance | path

Searched defs:dialectNamespace (Results 1 – 9 of 9) sorted by relevance

/llvm-project/mlir/lib/Bindings/Python/
H A DIRModule.cpp39 loadDialectModule(llvm::StringRef dialectNamespace) loadDialectModule() argument
101 registerDialectImpl(const std::string & dialectNamespace,py::object pyClass) registerDialectImpl() argument
158 lookupDialectClass(const std::string & dialectNamespace) lookupDialectClass() argument
175 llvm::StringRef dialectNamespace = split.first; lookupOperationClass() local
[all...]
H A DMainModule.cpp40 __anonf91e54d50202(PyGlobals &self, const std::string &dialectNamespace) PYBIND11_MODULE() argument
62 std::string dialectNamespace = PYBIND11_MODULE() local
H A DIRTypes.cpp809 __anon2092a0da3602(std::string dialectNamespace, std::string typeData, DefaultingPyMlirContext context) bindDerived() argument
H A DIRAttributes.cpp595 __anon5898d0ac1702(std::string dialectNamespace, py::buffer buffer, PyType &type, DefaultingPyMlirContext context) bindDerived() argument
H A DIRCore.cpp193 createCustomDialectWrapper(const std::string & dialectNamespace,py::object dialectDescriptor) createCustomDialectWrapper() argument
/llvm-project/mlir/include/mlir/Dialect/Bufferization/IR/
H A DBufferizableOpInterface.h143 allowDialect(StringRef dialectNamespace) allowDialect() argument
153 denyDialect(StringRef dialectNamespace) denyDialect() argument
/llvm-project/mlir/lib/IR/
H A DMLIRContext.cpp464 getOrLoadDialect(StringRef dialectNamespace,TypeID dialectID,function_ref<std::unique_ptr<Dialect> ()> ctor) getOrLoadDialect() argument
522 isDialectLoading(StringRef dialectNamespace) isDialectLoading() argument
529 getOrLoadDynamicDialect(StringRef dialectNamespace,function_ref<void (DynamicDialect *)> ctor) getOrLoadDynamicDialect() argument
[all...]
/llvm-project/mlir/lib/CAPI/IR/
H A DBuiltinTypes.cpp555 mlirOpaqueTypeGet(MlirContext ctx,MlirStringRef dialectNamespace,MlirStringRef typeData) mlirOpaqueTypeGet() argument
H A DBuiltinAttributes.cpp203 mlirOpaqueAttrGet(MlirContext ctx,MlirStringRef dialectNamespace,intptr_t dataLength,const char * data,MlirType type) mlirOpaqueAttrGet() argument