Searched defs:dialectNamespace (Results 1 – 9 of 9) sorted by relevance
/llvm-project/mlir/lib/Bindings/Python/ |
H A D | IRModule.cpp | 39 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 D | MainModule.cpp | 40 __anonf91e54d50202(PyGlobals &self, const std::string &dialectNamespace) PYBIND11_MODULE() argument 62 std::string dialectNamespace = PYBIND11_MODULE() local
|
H A D | IRTypes.cpp | 809 __anon2092a0da3602(std::string dialectNamespace, std::string typeData, DefaultingPyMlirContext context) bindDerived() argument
|
H A D | IRAttributes.cpp | 595 __anon5898d0ac1702(std::string dialectNamespace, py::buffer buffer, PyType &type, DefaultingPyMlirContext context) bindDerived() argument
|
H A D | IRCore.cpp | 193 createCustomDialectWrapper(const std::string & dialectNamespace,py::object dialectDescriptor) createCustomDialectWrapper() argument
|
/llvm-project/mlir/include/mlir/Dialect/Bufferization/IR/ |
H A D | BufferizableOpInterface.h | 143 allowDialect(StringRef dialectNamespace) allowDialect() argument 153 denyDialect(StringRef dialectNamespace) denyDialect() argument
|
/llvm-project/mlir/lib/IR/ |
H A D | MLIRContext.cpp | 464 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 D | BuiltinTypes.cpp | 555 mlirOpaqueTypeGet(MlirContext ctx,MlirStringRef dialectNamespace,MlirStringRef typeData) mlirOpaqueTypeGet() argument
|
H A D | BuiltinAttributes.cpp | 203 mlirOpaqueAttrGet(MlirContext ctx,MlirStringRef dialectNamespace,intptr_t dataLength,const char * data,MlirType type) mlirOpaqueAttrGet() argument
|