| /freebsd-12.1/contrib/gcc/config/ia64/ |
| H A D | ia64.opt | 46 Generate inline floating point division, optimize for latency 50 Generate inline floating point division, optimize for throughput 57 Generate inline integer division, optimize for latency 61 Generate inline integer division, optimize for throughput 69 Generate inline square root, optimize for latency 73 Generate inline square root, optimize for throughput
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | ChangeLog.tree-ssa | 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, 324 * optimize.c (optimize_function): Unshare all trees after 353 * optimize.c (optimize_function): No longer check 372 * optimize.c (optimize_function): Avoid unnecessary 416 * optimize.c: Likewise. 452 * optimize.c (optimize_function): Ditto. 459 * optimize.c (dump_function): Move to ../tree-dump.c. 487 * optimize.c (dump_function): Use pretty dumpers. [all …]
|
| H A D | ChangeLog-2001 | 803 (cp/pt.o, cp/semantics.o, cp/optimize.o): Likewise. 813 * optimize.c: Include tree-inline.h. 1461 * optimize.c: Include debug.h. 1586 optimize. 1858 * optimize.c (dump_function): New function. 2143 * optimize.c (update_cloned_parm): New function. 2190 * cp/optimize.c: Include hashtab.h. 2420 * optimize.c (maybe_clone_body): Likewise. 2553 * Makefile.in (optimize.o): Depend on params.h. 2557 * optimize.c: Include params.h. [all …]
|
| /freebsd-12.1/crypto/openssl/crypto/rc2/ |
| H A D | rc2_skey.c | 39 # pragma optimize("g",off) 97 # pragma optimize("",on)
|
| /freebsd-12.1/contrib/libpcap/msdos/ |
| H A D | makefile | 25 etherent.c gencode.c nametoad.c pcap-dos.c optimize.c \ 115 optimize.obj: optimize.c pcap-int.h pcap.h pcap-bpf.h gencode.h 153 optimize.o32: optimize.c pcap-int.h pcap.h pcap-bpf.h gencode.h
|
| H A D | makefile.wc | 30 $(OBJDIR)\pcap-dos.obj $(OBJDIR)\pktdrvr.obj $(OBJDIR)\optimize.obj & 105 $(OBJDIR)\optimize.obj: optimize.c pcap-int.h pcap.h pcap-bpf.h gencode.h
|
| /freebsd-12.1/contrib/binutils/ld/emultempl/ |
| H A D | ppc64elf.em | 508 { "no-tls-optimize", no_argument, NULL, OPTION_NO_TLS_OPT }, 509 { "no-opd-optimize", no_argument, NULL, OPTION_NO_OPD_OPT }, 510 { "no-toc-optimize", no_argument, NULL, OPTION_NO_TOC_OPT }, 538 --no-tls-optimize Don'\''t try to optimize TLS accesses.\n" 541 --no-opd-optimize Don'\''t optimize the OPD section.\n" 544 --no-toc-optimize Don'\''t optimize the TOC section.\n"
|
| H A D | ppc32elf.em | 192 { "no-tls-optimize", no_argument, NULL, OPTION_NO_TLS_OPT }, 201 --no-tls-optimize Don'\''t try to optimize TLS accesses.\n\
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | opts.c | 756 optimize = 1; in decode_options() 769 optimize = 2; in decode_options() 776 optimize = optimize_val; in decode_options() 783 if (!optimize) in decode_options() 788 if (optimize >= 1) in decode_options() 828 if (optimize >= 2) in decode_options() 865 if (optimize >= 3) in decode_options() 916 OPTIMIZATION_OPTIONS (optimize, optimize_size); in decode_options() 936 if (optimize == 0) in decode_options()
|
| H A D | final.c | 689 if (! optimize || optimize_size) in compute_alignments() 945 if (optimize) in shorten_branches() 1147 if (optimize && JUMP_P (insn) in shorten_branches() 1332 if (!optimize) in shorten_branches() 1377 int optimize ATTRIBUTE_UNUSED) in final_start_function() 1544 final (rtx first, FILE *file, int optimize) in final() argument 1586 if (optimize && JUMP_P (insn)) in final() 1616 insn = final_scan_insn (insn, file, optimize, 0, &seen); in final() 2199 if (optimize) in final_scan_insn() 2340 if (optimize && !flag_no_peephole && !nopeepholes) in final_scan_insn() [all …]
|
| H A D | ChangeLog.tree-ssa | 2807 * tree-optimize.c: Likewise. 5357 optimize tailcalls. 15435 * tree-optimize.c: Don't include tree-optimize.h, c-common.h and 15442 * tree-optimize.h: Remove. 15456 * cp/optimize.c: Don't include tree-optimize.h 15947 * tree-optimize.c: Ditto. 17511 * tree-optimize.c: Ditto. 17512 * tree-optimize.h: Ditto. 18768 (tree-optimize.o): Ditto. 19056 (tree-optimize.o): Ditto. [all …]
|
| H A D | ggc-common.c | 733 ggc_min_heapsize_heuristic (bool optimize) in ggc_min_heapsize_heuristic() argument 749 phys_kbytes /= (double)ncpu_available() / (2 - optimize); in ggc_min_heapsize_heuristic() 779 init_ggc_heuristics (bool optimize ATTRIBUTE_UNUSED) in init_ggc_heuristics() 784 set_param_value ("ggc-min-heapsize", ggc_min_heapsize_heuristic(optimize)); in init_ggc_heuristics()
|
| H A D | flags.h | 108 extern int optimize;
|
| /freebsd-12.1/crypto/openssl/crypto/perlasm/ |
| H A D | x86asm.pl | 81 { my($p1,$p2,$optimize)=@_; 83 if ($optimize && $p1=~/^mm[0-7]$/ && $p2=~/^mm[0-7]$/)
|
| /freebsd-12.1/crypto/openssl/crypto/rsa/ |
| H A D | rsa_pss.c | 22 # pragma optimize("g", off) 254 # pragma optimize("",on)
|
| /freebsd-12.1/sys/conf/ |
| H A D | Makefile.riscv | 37 CFLAGS += -fno-omit-frame-pointer -fno-optimize-sibling-calls
|
| /freebsd-12.1/contrib/gcc/config/i386/ |
| H A D | sol2-10.h | 67 if (optimize >= 1) \
|
| /freebsd-12.1/contrib/gperf/src/ |
| H A D | search.h | 40 void optimize ();
|
| H A D | main.cc | 79 searcher.optimize (); in main()
|
| /freebsd-12.1/contrib/byacc/ |
| H A D | NOTES | 9 performed in particular ways to optimize the code for the VAX.
|
| /freebsd-12.1/sys/contrib/ncsw/inc/Peripherals/ |
| H A D | fm_vsp_ext.h | 256 t_Error FM_VSP_ConfigDmaWriteOptimize(t_Handle h_FmVsp, bool optimize);
|
| /freebsd-12.1/contrib/llvm/lib/LTO/ |
| H A D | LTOCodeGenerator.cpp | 304 if (!optimize(DisableVerify, DisableInline, DisableGVNLoadPRE, in compile_to_file() 314 if (!optimize(DisableVerify, DisableInline, DisableGVNLoadPRE, in compile() 502 bool LTOCodeGenerator::optimize(bool DisableVerify, bool DisableInline, in optimize() function in LTOCodeGenerator
|
| /freebsd-12.1/contrib/gdb/include/ |
| H A D | hp-symtab.h | 1236 unsigned int optimize: 2; /* level of optimization */ member 1284 unsigned int optimize: 2; /* level of optimization */ member 1763 unsigned int optimize: 2; /* optimization level */ member
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86CondBrFolding.cpp | 110 bool optimize(); 391 bool X86CondBrFolding::optimize() { in optimize() function in X86CondBrFolding 584 return CondBr.optimize(); in runOnMachineFunction()
|
| /freebsd-12.1/gnu/usr.bin/cc/cc1plus/ |
| H A D | Makefile | 15 search.c semantics.c tree.c typeck.c typeck2.c optimize.c \
|