Home
last modified time | relevance | path

Searched refs:optimize (Results 1 – 25 of 1343) sorted by relevance

12345678910>>...54

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dcsharpcomp.c71 bool optimize, bool debug, in compile_csharp_using_pnet() argument
103 + 2 * libraries_count + (optimize ? 1 : 0) + (debug ? 1 : 0) in compile_csharp_using_pnet()
123 if (optimize) in compile_csharp_using_pnet()
177 bool optimize, bool debug, in compile_csharp_using_mono() argument
331 bool optimize, bool debug, in compile_csharp_using_sscli() argument
398 + (optimize ? 1 : 0) + (debug ? 1 : 0) + sources_count; in compile_csharp_using_sscli()
425 if (optimize) in compile_csharp_using_sscli()
481 bool optimize, bool debug, in compile_csharp_class() argument
495 optimize, debug, verbose); in compile_csharp_class()
505 optimize, debug, verbose); in compile_csharp_class()
[all …]
H A Djavacomp.c202 bool optimize, bool debug, in compile_using_envjavac() argument
218 if (optimize) in compile_using_envjavac()
234 if (optimize) in compile_using_envjavac()
283 bool optimize, bool debug, in compile_using_gcj() argument
294 2 + (no_assert_option ? 1 : 0) + (optimize ? 1 : 0) + (debug ? 1 : 0) in compile_using_gcj()
303 if (optimize) in compile_using_gcj()
343 bool optimize, bool debug, in compile_using_javac() argument
354 1 + (source_option ? 2 : 0) + (target_option ? 2 : 0) + (optimize ? 1 : 0) in compile_using_javac()
370 if (optimize) in compile_using_javac()
408 bool optimize, bool debug, in compile_using_jikes() argument
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/
H A Dattributes.d265 auto optimize(A...)(A arguments)
271 auto optimize(A...)(A arguments)
543 enum fastmath = optimize("Ofast");
581 return optimize("O0"); in optStrategy()
583 return optimize("Os"); in optStrategy()
605 enum polly = optimize("loop-parallelize-all", "loop-nest-optimize");
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dkeys.c76 size_t optimize; in _kadm5_exists_keys() local
79 optimize = 0; in _kadm5_exists_keys()
96 optimize = 1; in _kadm5_exists_keys()
112 if (optimize) in _kadm5_exists_keys()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dinit-regs.c53 if (optimize == 1) in initialize_uninitialized_regs()
122 if (optimize == 1) in initialize_uninitialized_regs()
153 virtual bool gate (function *) { return optimize > 0; } in gate()
H A Dgimple-ssa-evrp-analyze.c73 if (!optimize) in enter()
301 if (!optimize) in record_ranges_from_stmt()
417 if (!optimize) in leave()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dinit-regs.cc53 if (optimize == 1) in initialize_uninitialized_regs()
125 if (optimize == 1) in initialize_uninitialized_regs()
156 virtual bool gate (function *) { return optimize > 0; } in gate()
H A Dgimple-ssa-evrp-analyze.cc72 if (!optimize) in enter()
299 if (!optimize) in record_ranges_from_stmt()
414 if (!optimize) in leave()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog.tree-ssa286 * optimize.c (optimize_function): Do not call dump_function.
290 * optimize.c (optimize_function): Restore support for
303 * optimize.c (optimize_function): Remove mudflap call.
307 * cp-lang.c, cp-simplify.c, cp-tree.h, decl.c, optimize.c,
321 * Make-lang.in (optimize.o): Add dependency on tree-simple.h
324 * optimize.c (optimize_function): Unshare all trees after
348 * optimize.c (optimize_function_tree): Do run the tree-ssa
353 * optimize.c (optimize_function): No longer check
372 * optimize.c (optimize_function): Avoid unnecessary
416 * optimize.c: Likewise.
[all …]
/netbsd-src/external/bsd/pcc/dist/pcc/driver/
H A Dcc.din144 option -O0 set optimize=0
145 option -O1 set optimize=1
146 option -O2 set optimize=2
147 option -O3 set optimize=3
148 option -Os set optimize=1
413 optimize -D__OPTIMIZE__
470 optimize -xtemps
471 optimize -xdeljumps
491 optimize -xtemps
492 optimize -xdeljumps
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.opt71 Generate inline floating point division, optimize for latency.
75 Generate inline floating point division, optimize for throughput.
82 Generate inline integer division, optimize for latency.
86 Generate inline integer division, optimize for throughput.
94 Generate inline square root, optimize for latency.
98 Generate inline square root, optimize for throughput.
/netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/
H A Dppc64elf.em733 { "no-pcrel-optimize", no_argument, NULL, OPTION_NO_PCREL_OPT },
741 { "no-tls-optimize", no_argument, NULL, OPTION_NO_TLS_OPT },
742 { "tls-get-addr-optimize", no_argument, NULL, OPTION_TLS_GET_ADDR_OPT },
743 { "no-tls-get-addr-optimize", no_argument, NULL, OPTION_NO_TLS_GET_ADDR_OPT },
746 { "no-opd-optimize", no_argument, NULL, OPTION_NO_OPD_OPT },
747 { "no-inline-optimize", no_argument, NULL, OPTION_NO_INLINE_OPT },
748 { "no-toc-optimize", no_argument, NULL, OPTION_NO_TOC_OPT },
787 --no-plt-localentry Don'\''t optimize ELFv2 calls\n"
793 --no-pcrel-optimize Don'\''t perform R_PPC64_PCREL_OPT optimization\n"
822 --no-tls-optimize Don'\''t try to optimize TLS accesses\n"
[all …]
H A Dppc32elf.em290 { "no-tls-optimize", no_argument, NULL, OPTION_NO_TLS_OPT },
291 { "no-tls-get-addr-optimize", no_argument, NULL, OPTION_NO_TLS_GET_ADDR_OPT },'
298 { "no-inline-optimize", no_argument, NULL, OPTION_NO_INLINE_OPT },
316 --no-tls-optimize Don'\''t try to optimize TLS accesses\n"
319 --no-tls-get-addr-optimize Don'\''t use a special __tls_get_addr call\n"
336 --no-inline-optimize Don'\''t convert inline PLT to direct calls\n"
/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/
H A Dppc64elf.em733 { "no-pcrel-optimize", no_argument, NULL, OPTION_NO_PCREL_OPT },
741 { "no-tls-optimize", no_argument, NULL, OPTION_NO_TLS_OPT },
742 { "tls-get-addr-optimize", no_argument, NULL, OPTION_TLS_GET_ADDR_OPT },
743 { "no-tls-get-addr-optimize", no_argument, NULL, OPTION_NO_TLS_GET_ADDR_OPT },
746 { "no-opd-optimize", no_argument, NULL, OPTION_NO_OPD_OPT },
747 { "no-inline-optimize", no_argument, NULL, OPTION_NO_INLINE_OPT },
748 { "no-toc-optimize", no_argument, NULL, OPTION_NO_TOC_OPT },
787 --no-plt-localentry Don'\''t optimize ELFv2 calls\n"
793 --no-pcrel-optimize Don'\''t perform R_PPC64_PCREL_OPT optimization\n"
822 --no-tls-optimize Don'\''t try to optimize TLS accesses\n"
[all …]
H A Dppc32elf.em290 { "no-tls-optimize", no_argument, NULL, OPTION_NO_TLS_OPT },
291 { "no-tls-get-addr-optimize", no_argument, NULL, OPTION_NO_TLS_GET_ADDR_OPT },'
298 { "no-inline-optimize", no_argument, NULL, OPTION_NO_INLINE_OPT },
316 --no-tls-optimize Don'\''t try to optimize TLS accesses\n"
319 --no-tls-get-addr-optimize Don'\''t use a special __tls_get_addr call\n"
336 --no-inline-optimize Don'\''t convert inline PLT to direct calls\n"
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dia64.opt71 Generate inline floating point division, optimize for latency.
75 Generate inline floating point division, optimize for throughput.
82 Generate inline integer division, optimize for latency.
86 Generate inline integer division, optimize for throughput.
94 Generate inline square root, optimize for latency.
98 Generate inline square root, optimize for throughput.
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/rc2/
H A Drc2_skey.c45 # pragma optimize("g",off)
103 # pragma optimize("",on)
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rc2/
H A Drc2_skey.c39 # pragma optimize("g",off)
97 # pragma optimize("",on)
/netbsd-src/lib/libc/arch/powerpc64/string/
H A Dbzero.S39 cmpldi 7, 5, 7 # only optimize if len >= 8
42 rldicl. 0, 3, 0, 61 # only optimize if aligned
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-201962 * testsuite/gas/i386/x86-64-optimize-3.s: Add tests for test
64 * testsuite/gas/i386/x86-64-optimize-3.d: Updated.
65 * testsuite/gas/i386/x86-64-optimize-3b.d: Likewise.
1626 * testsuite/gas/i386/optimize-2.s,
1627 testsuite/gas/i386/x86-64-optimize-3.s: Add cases of AND / OR
1629 * testsuite/gas/i386/optimize-2.d,
1630 testsuite/gas/i386/x86-64-optimize-3.d: Adjust expectations.
1631 * testsuite/gas/i386/optimize-2b.d,
1632 testsuite/gas/i386/x86-64-optimize-3b.d: New.
1645 * testsuite/gas/i386/x86-64-optimize-2.d,
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-201962 * testsuite/gas/i386/x86-64-optimize-3.s: Add tests for test
64 * testsuite/gas/i386/x86-64-optimize-3.d: Updated.
65 * testsuite/gas/i386/x86-64-optimize-3b.d: Likewise.
1626 * testsuite/gas/i386/optimize-2.s,
1627 testsuite/gas/i386/x86-64-optimize-3.s: Add cases of AND / OR
1629 * testsuite/gas/i386/optimize-2.d,
1630 testsuite/gas/i386/x86-64-optimize-3.d: Adjust expectations.
1631 * testsuite/gas/i386/optimize-2b.d,
1632 testsuite/gas/i386/x86-64-optimize-3b.d: New.
1645 * testsuite/gas/i386/x86-64-optimize-2.d,
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dcond.c91 el = el->optimize(WANTvalue); in lowerArrayAggregate()
116 sfe->aggrfe->aggr = sfe->aggrfe->aggr->optimize(WANTvalue); in lowerArrayAggregate()
303 sfe->rangefe->lwr = sfe->rangefe->lwr->optimize(WANTvalue); in lowerNonArrayAggregate()
305 sfe->rangefe->upr = sfe->rangefe->upr->optimize(WANTvalue); in lowerNonArrayAggregate()
374 aggr = aggr->optimize(WANTvalue); in lowerNonArrayAggregate()
400 sfe->aggrfe->aggr = sfe->aggrfe->aggr->optimize(WANTvalue); in staticForeachPrepare()
/netbsd-src/common/lib/libc/arch/sparc/string/
H A Dbzero.S73 bnz 1f ! if so, cannot optimize
87 bnz 1f ! if so, cannot optimize
/netbsd-src/sys/arch/powerpc/ibm4xx/
H A Dtrap.c430 #pragma clang optimize off
513 #pragma clang optimize on
549 #pragma clang optimize off
633 #pragma clang optimize on
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A DNEWS25 * Add --emit-stub-syms, --no-tls-optimize, --tls-get-addr-optimize options

12345678910>>...54