| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | optinfo.cc | 117 dump_flags_t dump_kind = optinfo_kind_to_dump_flag (get_kind ()); in emit_for_opt_problem() local 118 dump_kind |= MSG_PRIORITY_REEMITTED; in emit_for_opt_problem() 121 dump_context::get ().dump_loc_immediate (dump_kind, get_user_location ()); in emit_for_opt_problem() 125 dump_context::get ().emit_item (item, dump_kind); in emit_for_opt_problem() 134 optinfo::handle_dump_file_kind (dump_flags_t dump_kind) in handle_dump_file_kind() argument 139 if (dump_kind & MSG_OPTIMIZED_LOCATIONS) in handle_dump_file_kind() 141 else if (dump_kind & MSG_MISSED_OPTIMIZATION) in handle_dump_file_kind() 143 else if (dump_kind & MSG_NOTE) in handle_dump_file_kind()
|
| H A D | dumpfile.c | 214 dump_kind dkind, optgroup_flags_t optgroup_flags, in dump_register() 452 kind_as_string (dump_flags_t dump_kind) in kind_as_string() argument 454 switch (dump_kind & MSG_ALL_KINDS) in kind_as_string() 470 dump_loc (dump_flags_t dump_kind, FILE *dfile, location_t loc) in dump_loc() argument 472 if (dump_kind) in dump_loc() 482 fprintf (dfile, "%s: ", kind_as_string (dump_kind)); in dump_loc() 491 dump_loc (dump_flags_t dump_kind, pretty_printer *pp, location_t loc) in dump_loc() argument 493 if (dump_kind) in dump_loc() 503 pp_printf (pp, "%s: ", kind_as_string (dump_kind)); in dump_loc() 558 dump_context::apply_dump_filter_p (dump_flags_t dump_kind, in apply_dump_filter_p() argument [all …]
|
| H A D | dump-context.h | 55 void dump_loc_immediate (dump_flags_t dump_kind, 121 void emit_item (optinfo_item *item, dump_flags_t dump_kind); 123 bool apply_dump_filter_p (dump_flags_t dump_kind, dump_flags_t filter) const; 162 dump_pretty_printer (dump_context *context, dump_flags_t dump_kind);
|
| H A D | dumpfile.h | 62 enum dump_kind enum 302 dump_kind dkind; 671 dump_kind dkind, optgroup_flags_t optgroup_flags, 732 dump_enable_all (dump_kind dkind, dump_flags_t flags, const char *filename);
|
| H A D | tree-vect-slp.c | 1599 vect_print_slp_tree (dump_flags_t dump_kind, dump_location_t loc, in vect_print_slp_tree() argument 1610 dump_metadata_t metadata (dump_kind, loc.get_impl_location ()); in vect_print_slp_tree() 1634 dump_printf (dump_kind, " %u", j); in vect_print_slp_tree() 1635 dump_printf (dump_kind, " }\n"); in vect_print_slp_tree() 1641 dump_printf (dump_kind, " %p", (void *)child); in vect_print_slp_tree() 1642 dump_printf (dump_kind, "\n"); in vect_print_slp_tree() 1644 vect_print_slp_tree (dump_kind, loc, child, visited); in vect_print_slp_tree() 1648 vect_print_slp_tree (dump_flags_t dump_kind, dump_location_t loc, in vect_print_slp_tree() argument 1652 vect_print_slp_tree (dump_kind, loc, node, visited); in vect_print_slp_tree()
|
| H A D | tree-vect-data-refs.c | 3326 dump_lower_bound (dump_flags_t dump_kind, const vec_lower_bound &lower_bound) in dump_lower_bound() argument 3328 dump_printf (dump_kind, "%s (%T) >= ", in dump_lower_bound() 3331 dump_dec (dump_kind, lower_bound.min_value); in dump_lower_bound()
|
| H A D | passes.c | 782 dump_kind dkind; in register_one_dump_file()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | optinfo.cc | 117 dump_flags_t dump_kind = optinfo_kind_to_dump_flag (get_kind ()); in emit_for_opt_problem() local 118 dump_kind |= MSG_PRIORITY_REEMITTED; in emit_for_opt_problem() 121 dump_context::get ().dump_loc_immediate (dump_kind, get_user_location ()); in emit_for_opt_problem() 125 dump_context::get ().emit_item (item, dump_kind); in emit_for_opt_problem() 134 optinfo::handle_dump_file_kind (dump_flags_t dump_kind) in handle_dump_file_kind() argument 139 if (dump_kind & MSG_OPTIMIZED_LOCATIONS) in handle_dump_file_kind() 141 else if (dump_kind & MSG_MISSED_OPTIMIZATION) in handle_dump_file_kind() 143 else if (dump_kind & MSG_NOTE) in handle_dump_file_kind()
|
| H A D | dumpfile.cc | 216 dump_kind dkind, optgroup_flags_t optgroup_flags, in dump_register() 454 kind_as_string (dump_flags_t dump_kind) in kind_as_string() argument 456 switch (dump_kind & MSG_ALL_KINDS) in kind_as_string() 472 dump_loc (dump_flags_t dump_kind, FILE *dfile, location_t loc) in dump_loc() argument 474 if (dump_kind) in dump_loc() 484 fprintf (dfile, "%s: ", kind_as_string (dump_kind)); in dump_loc() 493 dump_loc (dump_flags_t dump_kind, pretty_printer *pp, location_t loc) in dump_loc() argument 503 if (dump_kind) in dump_loc() 513 pp_printf (pp, "%s: ", kind_as_string (dump_kind)); in dump_loc() 572 dump_context::apply_dump_filter_p (dump_flags_t dump_kind, in apply_dump_filter_p() argument [all …]
|
| H A D | dump-context.h | 57 void dump_loc_immediate (dump_flags_t dump_kind, 123 void emit_item (optinfo_item *item, dump_flags_t dump_kind); 125 bool apply_dump_filter_p (dump_flags_t dump_kind, dump_flags_t filter) const; 164 dump_pretty_printer (dump_context *context, dump_flags_t dump_kind);
|
| H A D | dumpfile.h | 63 enum dump_kind enum 312 dump_kind dkind; 681 dump_kind dkind, optgroup_flags_t optgroup_flags, 742 dump_enable_all (dump_kind dkind, dump_flags_t flags, const char *filename);
|
| H A D | tree-vect-slp.cc | 2481 vect_print_slp_tree (dump_flags_t dump_kind, dump_location_t loc, in vect_print_slp_tree() argument 2489 dump_metadata_t metadata (dump_kind, loc.get_impl_location ()); in vect_print_slp_tree() 2527 dump_printf (dump_kind, " %u", j); in vect_print_slp_tree() 2528 dump_printf (dump_kind, " }\n"); in vect_print_slp_tree() 2534 dump_printf (dump_kind, " %u[%u]", in vect_print_slp_tree() 2537 dump_printf (dump_kind, " }\n"); in vect_print_slp_tree() 2543 dump_printf (dump_kind, " %p", (void *)child); in vect_print_slp_tree() 2544 dump_printf (dump_kind, "\n"); in vect_print_slp_tree() 2598 vect_print_slp_graph (dump_flags_t dump_kind, dump_location_t loc, in vect_print_slp_graph() argument 2607 vect_print_slp_tree (dump_kind, loc, node); in vect_print_slp_graph() [all …]
|
| H A D | tree-vect-data-refs.cc | 3498 dump_lower_bound (dump_flags_t dump_kind, const vec_lower_bound &lower_bound) in dump_lower_bound() argument 3500 dump_printf (dump_kind, "%s (%T) >= ", in dump_lower_bound() 3503 dump_dec (dump_kind, lower_bound.min_value); in dump_lower_bound()
|
| H A D | passes.cc | 829 dump_kind dkind; in register_one_dump_file()
|
| H A D | ChangeLog-2018 | 8904 explicitly masking the dump_kind. 8906 apply_dump_filter_p rather than explicitly masking the dump_kind. 8908 explicitly masking the dump_kind. 8917 masking the dump_kind. 9501 kind_as_string to vary the prefix based on dump_kind. 20161 "dump_kind" param. 20174 for "dump_kind" param. 20223 "dump_kind" to dump_flags_t.
|
| H A D | ChangeLog-2017 | 29586 * dumpfile.h (enum dump_kind): Renumber TDF_* flags to be contiguous. 29596 * dumpfile.h (enum dump_kind): Likewise. 29679 * dumpfile.h (enum dump_kind): Likewise. 30266 * dumpfile.h (enum dump_kind): Remove stray comma. 30296 * dumpfile.c (dump_register): Use new enum dump_kind. 30301 * dumpfile.h (enum dump_kind): New enum type. 30305 Use num dump_kind.
|
| H A D | ChangeLog | 13667 * dumpfile.h (enum dump_kind): Likewise.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | optinfo.texi | 150 additional argument @code{dump_kind} which signifies the type of 152 for this particular @code{dump_kind}. Note that the caller doesn't
|
| H A D | gccint.info | 8551 additional argument 'dump_kind' which signifies the type of dump. 8553 this particular 'dump_kind'. Note that the caller doesn't need to
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | optinfo.texi | 150 additional argument @code{dump_kind} which signifies the type of 152 for this particular @code{dump_kind}. Note that the caller doesn't
|
| H A D | gccint.info | 8914 additional argument 'dump_kind' which signifies the type of dump. 8916 this particular 'dump_kind'. Note that the caller doesn't need to
|