/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ipa-param-manipulation.c | 138 fprintf (f, ", offset: %u", apm->unit_offset); in ipa_dump_adjusted_parameters() 498 unsigned unit_offset; member 547 if (caller_split->unit_offset >= unit_offset_delta) in init_transitive_splits() 549 tsm.unit_offset in init_transitive_splits() 550 = (caller_split->unit_offset - unit_offset_delta); in init_transitive_splits() 638 && trans_map[j].unit_offset == apm->unit_offset) in modify_call() 677 off = build_int_cst (apm->alias_ptr_type, apm->unit_offset); in modify_call() 698 off = build_int_cst (apm->alias_ptr_type, apm->unit_offset); in modify_call() 708 base_offset + apm->unit_offset); in modify_call() 716 base_offset + apm->unit_offset); in modify_call() [all …]
|
H A D | ipa-param-manipulation.h | 176 unsigned unit_offset; member 222 unsigned unit_offset; member 307 unsigned unit_offset; member 348 tree lookup_replacement (tree base, unsigned unit_offset); 379 unsigned unit_offset);
|
H A D | ipa-sra.c | 112 unsigned unit_offset; member 318 unsigned unit_offset; member 419 to->unit_offset = from->unit_offset; in duplicate() 502 ipf->unit_offset, ipf->unit_size); in dump() 645 fprintf (f, " * Access to unit offset: %u", access->unit_offset); in dump_isra_access() 1623 unsigned unit_offset, unsigned unit_size) in record_nonregister_call_use() argument 1631 param_flow->unit_offset = unit_offset; in record_nonregister_call_use() 2235 to->unit_offset = from->offset / BITS_PER_UNIT; in copy_accesses_to_ipa_desc() 2457 && a1->unit_offset < a2->unit_offset + a2->unit_size in overlapping_certain_accesses_p() 2458 && a1->unit_offset + a1->unit_size > a2->unit_offset) in overlapping_certain_accesses_p() [all …]
|
H A D | lto-cgraph.c | 1878 streamer_write_uhwi (ob, adj->unit_offset); in output_node_opt_summary() 1988 adj.unit_offset = streamer_read_uhwi (ib_main); in input_node_opt_summary()
|
H A D | tree-inline.c | 5069 || ps1->unit_offset != ps2->unit_offset); in expand_call_inline() 6156 || ps1->unit_offset != ps2->unit_offset); in update_clone_info()
|
H A D | cgraph.c | 1514 fprintf (symtab->dump_file, ", unit_offset: %u\n", sm->unit_offset); in redirect_call_stmt_to_callee()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-param-manipulation.h | 171 unsigned unit_offset; member 245 int get_updated_index_or_split (int index, unsigned unit_offset, tree type, in class() 288 unsigned unit_offset; member 328 tree lookup_replacement (tree base, unsigned unit_offset); 375 unsigned unit_offset);
|
H A D | ipa-param-manipulation.cc | 77 unsigned unit_offset; member 221 fprintf (f, ", offset: %u", apm->unit_offset); in ipa_dump_adjusted_parameters() 459 unsigned unit_offset, in get_updated_index_or_split() argument 471 && apm->unit_offset == unit_offset) in get_updated_index_or_split() 706 mod_info->pass_through_map[i].unit_offset, in modify_call() 764 && mod_info->pass_through_map[j].unit_offset == apm->unit_offset) in modify_call() 814 off = build_int_cst (apm->alias_ptr_type, apm->unit_offset); in modify_call() 835 off = build_int_cst (apm->alias_ptr_type, apm->unit_offset); in modify_call() 845 base_offset + apm->unit_offset); in modify_call() 853 base_offset + apm->unit_offset); in modify_call() [all …]
|
H A D | ipa-sra.cc | 116 unsigned unit_offset; member 322 unsigned unit_offset; member 424 to->unit_offset = from->unit_offset; in duplicate() 522 ipf->unit_offset, ipf->unit_size); in dump() 658 fprintf (f, " * Access to unit offset: %u", access->unit_offset); in dump_isra_access() 1636 unsigned unit_offset, unsigned unit_size) in record_nonregister_call_use() argument 1644 param_flow->unit_offset = unit_offset; in record_nonregister_call_use() 2248 to->unit_offset = from->offset / BITS_PER_UNIT; in copy_accesses_to_ipa_desc() 2469 && a1->unit_offset < a2->unit_offset + a2->unit_size in overlapping_certain_accesses_p() 2470 && a1->unit_offset + a1->unit_size > a2->unit_offset) in overlapping_certain_accesses_p() [all …]
|
H A D | lto-cgraph.cc | 1885 streamer_write_uhwi (ob, adj->unit_offset); in output_node_opt_summary() 1998 adj.unit_offset = streamer_read_uhwi (ib_main); in input_node_opt_summary()
|
H A D | ipa-prop.cc | 5636 unsigned unit_offset = v->offset / BITS_PER_UNIT; in adjust_agg_replacement_values() local 5641 unit_offset, in adjust_agg_replacement_values()
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | dwarf2.c | 1771 uint64_t unit_offset; member 1795 uint64_t unit_offset; member 3724 if (table->unit_offset == offset) in lookup_func_by_offset() 3734 if (table->unit_offset == offset) in lookup_var_by_offset() 3856 func->unit_offset = current_offset; in scan_unit_for_symbols() 3885 var->unit_offset = current_offset; in scan_unit_for_symbols() 3973 && last_func->prev_func->unit_offset == current_offset) in scan_unit_for_symbols() 3988 && last_var->prev_var->unit_offset == current_offset) in scan_unit_for_symbols()
|
H A D | ChangeLog-2020 | 3449 * dwarf2.c (struct varinfo): Add unit_offset field to record the
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | dwarf2.c | 1840 uint64_t unit_offset; member 1864 uint64_t unit_offset; member 3798 if (table->unit_offset == offset) in lookup_func_by_offset() 3808 if (table->unit_offset == offset) in lookup_var_by_offset() 3930 func->unit_offset = current_offset; in scan_unit_for_symbols() 3959 var->unit_offset = current_offset; in scan_unit_for_symbols() 4047 && last_func->prev_func->unit_offset == current_offset) in scan_unit_for_symbols() 4062 && last_var->prev_var->unit_offset == current_offset) in scan_unit_for_symbols()
|
H A D | ChangeLog-2020 | 3449 * dwarf2.c (struct varinfo): Add unit_offset field to record the
|
/netbsd-src/external/gpl3/gcc.old/dist/libbacktrace/ |
H A D | dwarf.c | 2093 size_t unit_offset = 0; in build_address_map() local 2203 u->low_offset = unit_offset; in build_address_map() 2204 unit_offset += len + (is_dwarf64 ? 12 : 4); in build_address_map() 2205 u->high_offset = unit_offset; in build_address_map()
|
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/ |
H A D | dwarf.c | 2108 size_t unit_offset = 0; in build_address_map() local 2219 u->low_offset = unit_offset; in build_address_map() 2220 unit_offset += len + (is_dwarf64 ? 12 : 4); in build_address_map() 2221 u->high_offset = unit_offset; in build_address_map()
|
H A D | ChangeLog | 664 (build_address_map): Use size_t for unit_offset.
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | dwarf.c | 8211 uint64_t * unit_offset, in display_debug_rnglists_unit_header() argument 8214 uint64_t start_offset = *unit_offset; in display_debug_rnglists_unit_header() 8255 *unit_offset = (p - section->start) + initial_length; in display_debug_rnglists_unit_header()
|
/netbsd-src/external/gpl3/gdb/dist/bfd/ |
H A D | ChangeLog-2020 | 3449 * dwarf2.c (struct varinfo): Add unit_offset field to record the
|