Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DJitRunner.cpp154 Optional<llvm::CodeGenOpt::Level> jitCodeGenOptLevel; in compileAndExecute() local
156 jitCodeGenOptLevel = static_cast<llvm::CodeGenOpt::Level>(*clOptLevel); in compileAndExecute()
214 engineOptions.jitCodeGenOptLevel = jitCodeGenOptLevel; in compileAndExecute()
H A DExecutionEngine.cpp305 if (options.jitCodeGenOptLevel) in create()
306 jtmb.setCodeGenOptLevel(*options.jitCodeGenOptLevel); in create()
/llvm-project-15.0.7/mlir/lib/CAPI/ExecutionEngine/
H A DExecutionEngine.cpp55 jitOptions.jitCodeGenOptLevel = llvmOptLevel; in mlirExecutionEngineCreate()
/llvm-project-15.0.7/mlir/include/mlir/ExecutionEngine/
H A DExecutionEngine.h67 Optional<llvm::CodeGenOpt::Level> jitCodeGenOptLevel = llvm::None; member