Searched refs:fopt (Results 1 – 25 of 30) sorted by relevance
12
| /netbsd/src/external/gpl3/gcc/dist/gcc/doc/ |
| D | optinfo.texi | 104 response to the @option{-fopt-info}. Again a file name can be given. If 126 gcc -O2 -ftree-vectorize -fopt-info-vec-missed 205 gcc -O3 -fopt-info-missed=missed.all 213 gcc -O3 -fopt-info-inline-optimized-missed=inline.txt 229 gcc -O3 -fopt-info 232 Note that @option{-fopt-info-vec-missed} behaves the same as 233 @option{-fopt-info-missed-vec}. The order of the optimization group 234 names and message types listed after @option{-fopt-info} does not matter. 239 gcc -fopt-info-vec-missed=vec.miss -fopt-info-loop-optimized=loop.opt
|
| D | invoke.texi | 721 -fopt-info -fopt-info-@var{options}@r{[}=@var{file}@r{]} @gol 15197 @option{-fopt-info-omp-note} and applicable 18097 as for @option{-fopt-info}, defaulting to @option{-optimized}. 18271 @item -fopt-info 18272 @itemx -fopt-info-@var{options} 18273 @itemx -fopt-info-@var{options}=@var{filename} 18274 @opindex fopt-info 18349 @option{-fopt-info} options are accepted, only one of them can include 18362 gcc -O3 -fopt-info 18367 gcc -O3 -fopt-info-missed=missed.all [all …]
|
| D | gcc.info | 1048 -fopt-info -fopt-info-OPTIONS[=FILE] 13947 '-fopt-info-omp-note' and applicable '-fdump-tree-*-details'. 17066 '-all' can be provided, with the same meaning as for '-fopt-info', 17230 '-fopt-info' 17231 '-fopt-info-OPTIONS' 17232 '-fopt-info-OPTIONS=FILENAME' 17294 dump is output onto 'stderr'. Though multiple '-fopt-info' options 17306 gcc -O3 -fopt-info 17309 gcc -O3 -fopt-info-missed=missed.all 17314 gcc -O2 -ftree-vectorize -fopt-info-vec-missed [all …]
|
| D | gccint.info | 8871 response to the '-fopt-info'. Again a file name can be given. If 8892 gcc -O2 -ftree-vectorize -fopt-info-vec-missed 8963 gcc -O3 -fopt-info-missed=missed.all 8969 gcc -O3 -fopt-info-inline-optimized-missed=inline.txt 8981 gcc -O3 -fopt-info 8983 Note that '-fopt-info-vec-missed' behaves the same as 8984 '-fopt-info-missed-vec'. The order of the optimization group names and 8985 message types listed after '-fopt-info' does not matter. 8989 gcc -fopt-info-vec-missed=vec.miss -fopt-info-loop-optimized=loop.opt
|
| /netbsd/src/bin/sh/ |
| D | exec.c | 406 int allopt=0, bopt=0, fopt=0, ropt=0, sopt=0, uopt=0, verbose=0; in hashcmd() local 415 case 'f': fopt = 1; break; in hashcmd() 429 if (bopt == 0 && fopt == 0 && sopt == 0 && uopt == 0) in hashcmd() 430 allopt = bopt = fopt = sopt = uopt = 1; in hashcmd() 449 if (!fopt) in hashcmd() 487 if (!fopt) in hashcmd()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | common.opt | 2195 fopt-info 2199 fopt-info- 2201 -fopt-info[-<type>=filename] Dump compiler optimization details.
|
| D | ChangeLog-2012 | 5496 * doc/invoke.texi: Update -fopt-info documentation. 9568 * doc/invoke.texi: Add documentation for the new -fopt-info option. 9589 (common_handle_option): Handle -fopt-info flag. Deprecate 9594 * common.opt: Add -fopt-info. Deprecate -ftree-vectorizer-verbose. 9596 (handle_common_deferred_options): Handle -fopt-info and
|
| D | ChangeLog-2017 | 3583 Provide -fopt-info-loop feedback when we interchange in a nest. 32001 * doc/invoke.texi (-fopt-info): Explicitly say order of options 32002 included in -fopt-info does not matter. 32003 * doc/optinfo.texi (-fopt-info): Fix description of default 32004 behavour. Explicitly say order of options included in -fopt-info 36916 * doc/invoke.texi (-fopt-info): Document "omp".
|
| D | ChangeLog-2013 | 21217 Emit alignment peeling message with default -fopt-info. 21247 * doc/invoke.texi: Document optall -fopt-info flag. 28741 * dumpfile.c (opt_info_switch_p): Change -fopt-info 28742 default to -fopt-info=optimized instead of all.
|
| D | ChangeLog | 12426 (hoist_guard): Adjust -fopt-info category.
|
| D | ChangeLog-2018 | 8895 * doc/invoke.texi (-fopt-info): Document new "internals" 8971 -fopt-info options into the new fields. Move the loop
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-arm.c | 32769 const struct arm_legacy_option_table *fopt; in md_parse_option() local 32820 for (fopt = arm_legacy_opts; fopt->option != NULL; fopt++) in md_parse_option() 32822 if (c == fopt->option[0] in md_parse_option() 32823 && ((arg == NULL && fopt->option[1] == 0) in md_parse_option() 32824 || streq (arg, fopt->option + 1))) in md_parse_option() 32827 if (warn_on_deprecated && fopt->deprecated != NULL) in md_parse_option() 32829 arg ? arg : "", _(fopt->deprecated)); in md_parse_option() 32831 if (fopt->var != NULL) in md_parse_option() 32832 *fopt->var = &fopt->value; in md_parse_option()
|
| /netbsd/src/external/gpl3/gcc/dist/ |
| D | NEWS | 2998 [20]-fopt-info. 3001 The output from -fopt-info can now contain information on inlining 3003 $ g++ -c inline.cc -O2 -fopt-info-inline-all 3024 $ gcc -c v.c -O3 -fopt-info-all-vec 3033 -fopt-info. 3037 of -fopt-info, but with additional metadata such as the inlining 3728 20. https://gcc.gnu.org/onlinedocs/gcc-9.1.0/gcc/Developer-Options.html#index-fopt-info
|
| /netbsd/src/external/gpl3/binutils/dist/gas/po/ |
| D | tr.po | 6657 msgid "unrecognized fopt option" 6658 msgstr "bilinmeyen fopt seçeneği"
|
| D | uk.po | 11787 msgid "unrecognized fopt option" 11788 msgstr "нерозпізнаний параметр fopt"
|
| D | fi.po | 8662 msgid "unrecognized fopt option" 8663 msgstr "tunnistamaton fopt-valitsin"
|
| D | id.po | 8645 msgid "unrecognized fopt option" 8646 msgstr "pilihan fopt tidak dikenal"
|
| D | ru.po | 11504 msgid "unrecognized fopt option" 11505 msgstr "нераспознанный параметр fopt"
|
| D | rw.po | 7060 msgid "unrecognized fopt option"
|
| D | sv.po | 10864 msgid "unrecognized fopt option" 10865 msgstr "okänd fopt-flagga"
|
| D | ja.po | 8377 msgid "unrecognized fopt option"
|
| D | es.po | 10455 msgid "unrecognized fopt option" 10456 msgstr "no se reconoce la opción fopt"
|
| D | fr.po | 11799 msgid "unrecognized fopt option" 11800 msgstr "option fopt non reconnue"
|
| D | zh_CN.po | 10215 msgid "unrecognized fopt option"
|
| /netbsd/src/external/gpl3/binutils/dist/gas/ |
| D | ChangeLog-9295 | 1679 (md_pseudo_table): Add fopt and mask2.
|
12