Home
last modified time | relevance | path

Searched refs:mlirDialectRegistryIsNull (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Bindings/Python/
H A DPybindAdaptors.h134 return !mlirDialectRegistryIsNull(value);
/llvm-project-15.0.7/mlir/include/mlir-c/
H A DIR.h214 static inline bool mlirDialectRegistryIsNull(MlirDialectRegistry registry) { in mlirDialectRegistryIsNull() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRModule.h401 if (!mlirDialectRegistryIsNull(registry)) in ~PyDialectRegistry()
H A DIRCore.cpp816 if (mlirDialectRegistryIsNull(rawRegistry)) in createFromCapsule()
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c1982 if (mlirDialectRegistryIsNull(registry)) { in testDialectRegistry()