Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c264 enum LLVM_CodeGenOpt_Level optlevel; in init_gallivm_engine() local
269 optlevel = None; in init_gallivm_engine()
272 optlevel = Default; in init_gallivm_engine()
280 (unsigned) optlevel, in init_gallivm_engine()
/external/llvm-project/llvm/bindings/ocaml/executionengine/
Dllvm_executionengine.mli40 (** [create m optlevel] creates a new MCJIT just-in-time compiler, taking
42 level [optlevel]. Raises [Error msg] if an error occurrs. The execution
/external/llvm/bindings/ocaml/executionengine/
Dllvm_executionengine.mli41 (** [create m optlevel] creates a new MCJIT just-in-time compiler, taking
43 level [optlevel]. Raises [Error msg] if an error occurrs. The execution
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp120 IRTranslator::IRTranslator(CodeGenOpt::Level optlevel) in IRTranslator() argument
121 : MachineFunctionPass(ID), OptLevel(optlevel) {} in IRTranslator()
/external/python/cpython3/Lib/test/
Dtest_zipfile.py1232 optlevel = 1 if __debug__ else 0
1236 zipfile.PyZipFile(t, "w", optimize=optlevel) as zipfp: