Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c223 enum LLVM_CodeGenOpt_Level optlevel; in init_gallivm_engine() local
228 optlevel = None; in init_gallivm_engine()
231 optlevel = Default; in init_gallivm_engine()
238 (unsigned) optlevel, in init_gallivm_engine()
/external/swiftshader/third_party/subzero/pydir/
Dcrosstest.py117 opt=args.optlevel, attr=args.attr)
148 '-O' + args.optlevel,
Dszbuild.py302 opt_level = args.optlevel
/external/swiftshader/third_party/llvm-7.0/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/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/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
Dllvm_executionengine.mli103 (** [create_jit m optlevel] creates a new JIT (just-in-time compiler), taking
105 level [optlevel]. Raises [Error msg] if an error occurrs. The execution
/external/python/cpython3/Lib/test/
Dtest_zipfile.py921 optlevel = 1 if __debug__ else 0
925 zipfile.PyZipFile(t, "w", optimize=optlevel) as zipfp: