Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/ExecutionEngine/
DJitRunner.cpp154 Optional<llvm::CodeGenOpt::Level> jitCodeGenOptLevel; in compileAndExecute() local
156 jitCodeGenOptLevel = in compileAndExecute()
161 module, config.llvmModuleBuilder, config.transformer, jitCodeGenOptLevel, in compileAndExecute()
DExecutionEngine.cpp225 Optional<llvm::CodeGenOpt::Level> jitCodeGenOptLevel, in create() argument
285 if (jitCodeGenOptLevel) in create()
286 JTMB.setCodeGenOptLevel(jitCodeGenOptLevel.getValue()); in create()
/external/llvm-project/mlir/include/mlir/ExecutionEngine/
DExecutionEngine.h95 Optional<llvm::CodeGenOpt::Level> jitCodeGenOptLevel = llvm::None,