Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/ExecutionEngine/
DJitRunner.cpp151 static Error compileAndExecute(Options &options, ModuleOp module, in compileAndExecute() function
192 return compileAndExecute(options, module, entryPoint, config, &empty); in compileAndExecuteVoidFunction()
234 if (auto error = compileAndExecute(options, module, entryPoint, config, in compileAndExecuteSingleReturnFunction()