HomeSort by relevance Sort by last modified time
    Searched refs:optlevel (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_init.c 239 enum LLVM_CodeGenOpt_Level optlevel; local
244 optlevel = None;
247 optlevel = Default;
254 (unsigned) optlevel,
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli 41 (** [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/subzero/pydir/
crosstest.py 60 argparser.add_argument('-O', required=False, default='2', dest='optlevel',
62 metavar='OPTLEVEL',
117 opt=args.optlevel, attr=args.attr)
148 '-O' + args.optlevel,
szbuild.py 79 argparser.add_argument('-O', default='2', dest='optlevel',
302 opt_level = args.optlevel
  /external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
llvm_executionengine.mli 103 (** [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/elfutils/src/
ld.c 781 ld_state.optlevel = 1;
791 ld_state.optlevel = level;
    [all...]
ld.h 801 unsigned long int optlevel; member in struct:ld_state
    [all...]
ldgeneric.c     [all...]
  /external/python/cpython3/Lib/test/
test_zipfile.py 826 optlevel = 1 if __debug__ else 0
830 zipfile.PyZipFile(t, "w", optimize=optlevel) as zipfp:
    [all...]

Completed in 942 milliseconds