Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DExecutionEngineModule.cpp28 if (!mlirExecutionEngineIsNull(executionEngine)) in ~PyExecutionEngine()
51 if (mlirExecutionEngineIsNull(rawPm)) in createFromCapsule()
81 if (mlirExecutionEngineIsNull(executionEngine)) in PYBIND11_MODULE()
/llvm-project-15.0.7/mlir/include/mlir-c/
H A DExecutionEngine.h53 static inline bool mlirExecutionEngineIsNull(MlirExecutionEngine jit) { in mlirExecutionEngineIsNull() function
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dexecution_engine.c67 if (mlirExecutionEngineIsNull(jit)) { in testSimpleExecution()