| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | cgraphunit.c | 1624 HOST_WIDE_INT fixed_offset, tree virtual_offset) in thunk_adjust() argument 1630 && fixed_offset != 0) in thunk_adjust() 1635 fixed_offset)); in thunk_adjust() 1695 && fixed_offset != 0) in thunk_adjust() 1709 ptrtmp, fixed_offset); in thunk_adjust() 1730 HOST_WIDE_INT fixed_offset = thunk.fixed_offset; in expand_thunk() local 1743 && targetm.asm_out.can_output_mi_thunk (thunk_fndecl, fixed_offset, in expand_thunk() 1787 fixed_offset, virtual_value, alias); in expand_thunk() 1901 vargs.quick_push (thunk_adjust (&bsi, a, 1, fixed_offset, in expand_thunk() 1957 && (fixed_offset || virtual_offset)) in expand_thunk() [all …]
|
| H A D | lto-cgraph.c | 560 streamer_write_uhwi_stream (ob->main_stream, node->thunk.fixed_offset); in lto_output_node() 1327 HOST_WIDE_INT fixed_offset = streamer_read_uhwi (ib); in input_node() local 1330 node->thunk.fixed_offset = fixed_offset; in input_node()
|
| H A D | cgraphclones.c | 278 && cs->caller->thunk.fixed_offset == thunk->thunk.fixed_offset in duplicate_thunk_for_node()
|
| H A D | ipa-polymorphic-call.c | 1011 if (node->thunk.fixed_offset) in ipa_polymorphic_call_context() 1012 offset -= node->thunk.fixed_offset * BITS_PER_UNIT; in ipa_polymorphic_call_context() 1054 || node->thunk.fixed_offset) in ipa_polymorphic_call_context()
|
| H A D | cgraph.h | 653 HOST_WIDE_INT fixed_offset; member 1027 HOST_WIDE_INT fixed_offset, 2875 && (thunk.fixed_offset in former_thunk_p()
|
| H A D | cgraph.c | 619 HOST_WIDE_INT fixed_offset, in create_thunk() argument 637 node->thunk.fixed_offset = fixed_offset; in create_thunk() 2147 (int)thunk.fixed_offset, in dump()
|
| H A D | ipa-icf.c | 590 if (cnode->thunk.fixed_offset != cnode2->thunk.fixed_offset) in equals_wpa() 1453 hstate.add_hwi (cnode->thunk.fixed_offset); in init()
|
| H A D | tree-inline.c | 4520 op = thunk_adjust (&iter, op, 1, id->src_node->thunk.fixed_offset, in expand_call_inline()
|
| /dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
| H A D | method.c | 84 tree fixed_offset, tree virtual_offset) in make_thunk() argument 102 d = tree_low_cst (fixed_offset, 0); in make_thunk() 173 tree fixed_offset = ssize_int (THUNK_FIXED_OFFSET (thunk)); in finish_thunk() local 181 fixed_offset, virtual_offset); in finish_thunk() 284 HOST_WIDE_INT fixed_offset, virtual_value; in use_thunk() local 323 fixed_offset = THUNK_FIXED_OFFSET (thunk_fndecl); in use_thunk() 390 this_adjusting, fixed_offset, virtual_value, in use_thunk() 396 || !targetm.asm_out.can_output_mi_thunk (thunk_fndecl, fixed_offset, in use_thunk()
|
| H A D | mangle.c | 3536 mangle_call_offset (const tree fixed_offset, const tree virtual_offset) in mangle_call_offset() argument 3541 write_integer_cst (fixed_offset); in mangle_call_offset() 3566 mangle_thunk (tree fn_decl, const int this_adjusting, tree fixed_offset, in mangle_thunk() argument 3581 mangle_call_offset (fixed_offset, virtual_offset); in mangle_thunk() 3585 mangle_call_offset (fixed_offset, virtual_offset); in mangle_thunk() 3590 mangle_call_offset (fixed_offset, virtual_offset); in mangle_thunk() 3591 fixed_offset = ssize_int (THUNK_FIXED_OFFSET (fn_decl)); in mangle_thunk() 3595 mangle_call_offset (fixed_offset, virtual_offset); in mangle_thunk()
|
| H A D | class.c | 2178 tree fixed_offset, virtual_offset; in update_vtable_entry_for_fn() local 2186 fixed_offset = ssize_int (THUNK_FIXED_OFFSET (fn)); in update_vtable_entry_for_fn() 2190 fixed_offset = virtual_offset = NULL_TREE; in update_vtable_entry_for_fn() 2247 if (fixed_offset) in update_vtable_entry_for_fn() 2251 fixed_offset = size_binop (PLUS_EXPR, fixed_offset, offset); in update_vtable_entry_for_fn() 2253 fixed_offset = offset; in update_vtable_entry_for_fn() 2257 if (fixed_offset || virtual_offset) in update_vtable_entry_for_fn() 2262 fixed_offset, virtual_offset); in update_vtable_entry_for_fn()
|
| H A D | cp-tree.h | 1966 HOST_WIDE_INT GTY ((tag ("1"))) fixed_offset; 3892 (DECL_LANG_SPECIFIC (THUNK_FUNCTION_CHECK (DECL))->u.fn.u5.fixed_offset)
|
| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | cgraphunit.c | 1495 HOST_WIDE_INT fixed_offset, tree virtual_offset) in thunk_adjust() argument 1501 && fixed_offset != 0) in thunk_adjust() 1506 fixed_offset)); in thunk_adjust() 1572 && fixed_offset != 0) in thunk_adjust() 1588 ptrtmp, fixed_offset); in thunk_adjust() 1607 HOST_WIDE_INT fixed_offset = node->thunk.fixed_offset; in assemble_thunk() local 1620 && targetm.asm_out.can_output_mi_thunk (thunk_fndecl, fixed_offset, in assemble_thunk() 1642 fixed_offset, virtual_value, alias); in assemble_thunk() 1708 a, 1, fixed_offset, in assemble_thunk() 1753 fixed_offset, virtual_offset); in assemble_thunk()
|
| H A D | lto-cgraph.c | 537 streamer_write_uhwi_stream (ob->main_stream, node->thunk.fixed_offset); in lto_output_node() 1025 HOST_WIDE_INT fixed_offset = streamer_read_uhwi (ib); in input_node() local 1028 node->thunk.fixed_offset = fixed_offset; in input_node()
|
| H A D | cgraph.c | 603 HOST_WIDE_INT fixed_offset, HOST_WIDE_INT virtual_value, in cgraph_add_thunk() argument 623 node->thunk.fixed_offset = fixed_offset; in cgraph_add_thunk() 1862 (int)node->thunk.fixed_offset, in dump_cgraph_node()
|
| H A D | cgraph.h | 65 HOST_WIDE_INT fixed_offset; member
|
| /dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
| H A D | method.c | 58 tree fixed_offset, tree virtual_offset) in make_thunk() argument 76 d = tree_to_shwi (fixed_offset); in make_thunk() 148 tree fixed_offset = ssize_int (THUNK_FIXED_OFFSET (thunk)); in finish_thunk() local 156 fixed_offset, virtual_offset, thunk); in finish_thunk() 258 HOST_WIDE_INT fixed_offset, virtual_value; in use_thunk() local 297 fixed_offset = THUNK_FIXED_OFFSET (thunk_fndecl); in use_thunk() 377 this_adjusting, fixed_offset, virtual_value, in use_thunk()
|
| H A D | mangle.c | 4091 mangle_call_offset (const tree fixed_offset, const tree virtual_offset) in mangle_call_offset() argument 4096 write_integer_cst (fixed_offset); in mangle_call_offset() 4121 mangle_thunk (tree fn_decl, const int this_adjusting, tree fixed_offset, in mangle_thunk() argument 4139 mangle_call_offset (fixed_offset, virtual_offset); in mangle_thunk() 4143 mangle_call_offset (fixed_offset, virtual_offset); in mangle_thunk() 4148 mangle_call_offset (fixed_offset, virtual_offset); in mangle_thunk() 4149 fixed_offset = ssize_int (THUNK_FIXED_OFFSET (fn_decl)); in mangle_thunk() 4153 mangle_call_offset (fixed_offset, virtual_offset); in mangle_thunk()
|
| H A D | class.c | 2456 tree fixed_offset, virtual_offset; in update_vtable_entry_for_fn() local 2464 fixed_offset = ssize_int (THUNK_FIXED_OFFSET (fn)); in update_vtable_entry_for_fn() 2468 fixed_offset = virtual_offset = NULL_TREE; in update_vtable_entry_for_fn() 2524 if (fixed_offset) in update_vtable_entry_for_fn() 2528 fixed_offset = size_binop (PLUS_EXPR, fixed_offset, offset); in update_vtable_entry_for_fn() 2530 fixed_offset = offset; in update_vtable_entry_for_fn() 2534 if (fixed_offset || virtual_offset) in update_vtable_entry_for_fn() 2539 fixed_offset, virtual_offset); in update_vtable_entry_for_fn()
|
| H A D | cp-tree.h | 2581 HOST_WIDE_INT GTY ((tag ("1"))) fixed_offset; 4797 (DECL_LANG_SPECIFIC (THUNK_FUNCTION_CHECK (DECL))->u.fn.u5.fixed_offset)
|