| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | symtab-thunks.h | 39 : fixed_offset (0), in thunk_info() 49 : fixed_offset (t.fixed_offset), in thunk_info() 62 return fixed_offset == other.fixed_offset 77 fixed_offset = other.fixed_offset; 87 HOST_WIDE_INT fixed_offset; member
|
| H A D | symtab-thunks.cc | 112 streamer_write_uhwi_stream (ob->main_stream, fixed_offset); in stream_out() 122 fixed_offset = streamer_read_uhwi (ib); in stream_in() 140 (int)fixed_offset, in dump() 151 hstate.add_hwi (fixed_offset); in hash() 192 HOST_WIDE_INT fixed_offset, tree virtual_offset, in thunk_adjust() argument 199 && fixed_offset != 0) in thunk_adjust() 204 fixed_offset)); in thunk_adjust() 299 && fixed_offset != 0) in thunk_adjust() 313 ptrtmp, fixed_offset); in thunk_adjust() 335 HOST_WIDE_INT fixed_offset = info->fixed_offset; in expand_thunk() local [all …]
|
| H A D | ipa-polymorphic-call.cc | 1014 if (info && info->fixed_offset) in ipa_polymorphic_call_context() 1015 offset -= info->fixed_offset * BITS_PER_UNIT; in ipa_polymorphic_call_context() 1057 if (info && (info->virtual_offset_p || info->fixed_offset)) in ipa_polymorphic_call_context()
|
| H A D | cgraph.cc | 616 HOST_WIDE_INT fixed_offset, in create_thunk() argument 644 i->fixed_offset = fixed_offset; in create_thunk() 4227 gcc_checking_assert (i->fixed_offset || i->virtual_offset_p in former_thunk_p()
|
| H A D | cgraph.h | 1045 HOST_WIDE_INT fixed_offset,
|
| H A D | tree-inline.cc | 4900 op = thunk_adjust (&iter, op, 1, info->fixed_offset, in expand_call_inline()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | cgraphunit.c | 1739 HOST_WIDE_INT fixed_offset, tree virtual_offset, in thunk_adjust() argument 1746 && fixed_offset != 0) in thunk_adjust() 1751 fixed_offset)); in thunk_adjust() 1846 && fixed_offset != 0) in thunk_adjust() 1860 ptrtmp, fixed_offset); in thunk_adjust() 1881 HOST_WIDE_INT fixed_offset = thunk.fixed_offset; in expand_thunk() local 1894 && targetm.asm_out.can_output_mi_thunk (thunk_fndecl, fixed_offset, in expand_thunk() 1935 fixed_offset, virtual_value, alias); in expand_thunk() 2054 vargs.quick_push (thunk_adjust (&bsi, a, 1, fixed_offset, in expand_thunk() 2117 && (fixed_offset || virtual_offset)) in expand_thunk() [all …]
|
| H A D | lto-cgraph.c | 557 streamer_write_uhwi_stream (ob->main_stream, node->thunk.fixed_offset); in lto_output_node() 1315 HOST_WIDE_INT fixed_offset = streamer_read_uhwi (ib); in input_node() local 1319 node->thunk.fixed_offset = fixed_offset; in input_node()
|
| H A D | cgraphclones.c | 195 && cs->caller->thunk.fixed_offset == thunk->thunk.fixed_offset in duplicate_thunk_for_node()
|
| H A D | ipa-polymorphic-call.c | 1010 if (node->thunk.fixed_offset) in ipa_polymorphic_call_context() 1011 offset -= node->thunk.fixed_offset * BITS_PER_UNIT; in ipa_polymorphic_call_context() 1053 || node->thunk.fixed_offset) in ipa_polymorphic_call_context()
|
| H A D | cgraph.h | 702 HOST_WIDE_INT fixed_offset; member 1085 HOST_WIDE_INT fixed_offset, 3114 && (thunk.fixed_offset in former_thunk_p()
|
| H A D | cgraph.c | 617 HOST_WIDE_INT fixed_offset, in create_thunk() argument 636 node->thunk.fixed_offset = fixed_offset; in create_thunk() 2195 (int)thunk.fixed_offset, in dump() 2203 (int)thunk.fixed_offset, in dump()
|
| H A D | ipa-icf.c | 538 if (cnode->thunk.fixed_offset != cnode2->thunk.fixed_offset) in equals_wpa() 1411 hstate.add_hwi (cnode->thunk.fixed_offset); in init()
|
| H A D | tree-inline.c | 4840 op = thunk_adjust (&iter, op, 1, id->src_node->thunk.fixed_offset, in expand_call_inline()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | mangle.cc | 4372 mangle_call_offset (const tree fixed_offset, const tree virtual_offset) in mangle_call_offset() argument 4377 write_integer_cst (fixed_offset); in mangle_call_offset() 4402 mangle_thunk (tree fn_decl, const int this_adjusting, tree fixed_offset, in mangle_thunk() argument 4420 mangle_call_offset (fixed_offset, virtual_offset); in mangle_thunk() 4424 mangle_call_offset (fixed_offset, virtual_offset); in mangle_thunk() 4429 mangle_call_offset (fixed_offset, virtual_offset); in mangle_thunk() 4430 fixed_offset = ssize_int (THUNK_FIXED_OFFSET (fn_decl)); in mangle_thunk() 4434 mangle_call_offset (fixed_offset, virtual_offset); in mangle_thunk()
|
| H A D | method.cc | 59 tree fixed_offset, tree virtual_offset) in make_thunk() argument 77 d = tree_to_shwi (fixed_offset); in make_thunk() 149 tree fixed_offset = ssize_int (THUNK_FIXED_OFFSET (thunk)); in finish_thunk() local 157 fixed_offset, virtual_offset, thunk); in finish_thunk() 259 HOST_WIDE_INT fixed_offset, virtual_value; in use_thunk() local 298 fixed_offset = THUNK_FIXED_OFFSET (thunk_fndecl); in use_thunk() 378 this_adjusting, fixed_offset, virtual_value, in use_thunk()
|
| H A D | class.cc | 2642 tree fixed_offset, virtual_offset; in update_vtable_entry_for_fn() local 2650 fixed_offset = ssize_int (THUNK_FIXED_OFFSET (fn)); in update_vtable_entry_for_fn() 2654 fixed_offset = virtual_offset = NULL_TREE; in update_vtable_entry_for_fn() 2710 if (fixed_offset) in update_vtable_entry_for_fn() 2714 fixed_offset = size_binop (PLUS_EXPR, fixed_offset, offset); in update_vtable_entry_for_fn() 2716 fixed_offset = offset; in update_vtable_entry_for_fn() 2720 if (fixed_offset || virtual_offset) in update_vtable_entry_for_fn() 2725 fixed_offset, virtual_offset); in update_vtable_entry_for_fn()
|
| H A D | cp-tree.h | 2939 HOST_WIDE_INT GTY ((tag ("1"))) fixed_offset; 5244 (DECL_LANG_SPECIFIC (THUNK_FUNCTION_CHECK (DECL))->u.fn.u5.fixed_offset)
|
| H A D | ChangeLog-2004 | 770 (struct lang_decl): Remove separate fixed_offset. Place 771 cloned_function and fixed_offset into union. 1614 turning operator_code and fixed_offset into bitfields.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | mangle.c | 4159 mangle_call_offset (const tree fixed_offset, const tree virtual_offset) in mangle_call_offset() argument 4164 write_integer_cst (fixed_offset); in mangle_call_offset() 4189 mangle_thunk (tree fn_decl, const int this_adjusting, tree fixed_offset, in mangle_thunk() argument 4207 mangle_call_offset (fixed_offset, virtual_offset); in mangle_thunk() 4211 mangle_call_offset (fixed_offset, virtual_offset); in mangle_thunk() 4216 mangle_call_offset (fixed_offset, virtual_offset); in mangle_thunk() 4217 fixed_offset = ssize_int (THUNK_FIXED_OFFSET (fn_decl)); in mangle_thunk() 4221 mangle_call_offset (fixed_offset, virtual_offset); in mangle_thunk()
|
| H A D | method.c | 59 tree fixed_offset, tree virtual_offset) in make_thunk() argument 77 d = tree_to_shwi (fixed_offset); in make_thunk() 149 tree fixed_offset = ssize_int (THUNK_FIXED_OFFSET (thunk)); in finish_thunk() local 157 fixed_offset, virtual_offset, thunk); in finish_thunk() 259 HOST_WIDE_INT fixed_offset, virtual_value; in use_thunk() local 298 fixed_offset = THUNK_FIXED_OFFSET (thunk_fndecl); in use_thunk() 378 this_adjusting, fixed_offset, virtual_value, in use_thunk()
|
| H A D | class.c | 2539 tree fixed_offset, virtual_offset; in update_vtable_entry_for_fn() local 2547 fixed_offset = ssize_int (THUNK_FIXED_OFFSET (fn)); in update_vtable_entry_for_fn() 2551 fixed_offset = virtual_offset = NULL_TREE; in update_vtable_entry_for_fn() 2607 if (fixed_offset) in update_vtable_entry_for_fn() 2611 fixed_offset = size_binop (PLUS_EXPR, fixed_offset, offset); in update_vtable_entry_for_fn() 2613 fixed_offset = offset; in update_vtable_entry_for_fn() 2617 if (fixed_offset || virtual_offset) in update_vtable_entry_for_fn() 2622 fixed_offset, virtual_offset); in update_vtable_entry_for_fn()
|
| H A D | cp-tree.h | 2755 HOST_WIDE_INT GTY ((tag ("1"))) fixed_offset; 4995 (DECL_LANG_SPECIFIC (THUNK_FUNCTION_CHECK (DECL))->u.fn.u5.fixed_offset)
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | decl.cc | 1868 int fixed_offset = -THUNK_LANG_OFFSET (thunk); in finish_thunk() local 1933 fixed_offset, 0, 0, 0, alias); in finish_thunk()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
| H A D | decl.cc | 1681 int fixed_offset = -THUNK_LANG_OFFSET (thunk); in finish_thunk() local 1745 fixed_offset, 0, 0, 0, alias); in finish_thunk()
|