Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir-c/
H A DExecutionEngine.h62 MLIR_CAPI_EXPORTED MlirLogicalResult mlirExecutionEngineInvokePacked(
/llvm-project/mlir/test/CAPI/
H A Dexecution_engine.c80 if (mlirLogicalResultIsFailure(mlirExecutionEngineInvokePacked( in testSimpleExecution()
/llvm-project/mlir/lib/CAPI/ExecutionEngine/
H A DExecutionEngine.cpp76 mlirExecutionEngineInvokePacked(MlirExecutionEngine jit, MlirStringRef name, in mlirExecutionEngineInvokePacked() function