Searched refs:thunk_adjust (Results 1 – 20 of 20) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | symtab-thunks.cc | 190 thunk_adjust (gimple_stmt_iterator * bsi, in thunk_adjust() function 509 vargs.quick_push (thunk_adjust (&bsi, a, 1, fixed_offset, in expand_thunk() 610 restmp = thunk_adjust (&bsi, restmp, /*this_adjusting=*/0, in expand_thunk()
|
H A D | cgraph.h | 2607 tree thunk_adjust (gimple_stmt_iterator *, tree, bool, HOST_WIDE_INT, tree,
|
H A D | ChangeLog.gimple-classes | 308 * cgraphunit.c (thunk_adjust): Likewise. 3037 * cgraphunit.c (thunk_adjust): Strengthen local "stmt" from gimple
|
H A D | tree-inline.cc | 4900 op = thunk_adjust (&iter, op, 1, info->fixed_offset, in expand_call_inline()
|
H A D | ChangeLog-2018 | 9466 (thunk_adjust): Likewise. 9472 (thunk_adjust): Add indirect_offset parameter and deal with it. 9474 pass it to thunk_adjust. Do not call the target hook if it's non-zero 9482 call to thunk_adjust.
|
H A D | ChangeLog-2016 | 10770 handle_alias_pairs, thunk_adjust, cgraph_node::expand_thunk): 25585 * cgraph.c (thunk_adjust): Export. 25587 * cgraphunit.c (thunk_adjust): Export.
|
H A D | ChangeLog | 13185 (thunk_adjust): Likewise.
|
H A D | ChangeLog-2012 | 16054 * cgraphunit.c (thunk_adjust, assemble_thunk): Use create_tmp_reg 24492 * cgraphunit.c (thunk_adjust): Use make_rename_temp.
|
H A D | ChangeLog-2010 | 23719 * cgraphunit.c (thunk_adjust): Adjust for MEM_REF. 38611 * cgraphunit.c (thunk_adjust): Skip adjusting by fixed_offset
|
H A D | ChangeLog-2011 | 14308 * cgraphunit.c (thunk_adjust): Use fold_build_pointer_plus_loc. 18029 * cgraphunit.c (thunk_adjust): Likewise.
|
H A D | ChangeLog-2009 | 1557 (thunk_adjust): New.
|
H A D | ChangeLog-2020 | 8124 (thunk_adjust): Move to symtab-thunks.c
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog.ptr | 44 * method.c (thunk_adjust): Use POINTER_PLUS_EXPR for
|
H A D | ChangeLog-2002 | 179 (thunk_adjust): Remove assert. 664 (thunk_adjust): New function.
|
H A D | ChangeLog-2005 | 2665 * method.c (thunk_adjust): Likewise.
|
H A D | ChangeLog-2007 | 1889 * method.c (thunk_adjust): Use POINTER_PLUS_EXPR for
|
H A D | ChangeLog-2004 | 2873 * method.c (thunk_adjust, do_build_copy_constructor,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cgraphunit.c | 1737 thunk_adjust (gimple_stmt_iterator * bsi, in thunk_adjust() function 2054 vargs.quick_push (thunk_adjust (&bsi, a, 1, fixed_offset, in expand_thunk() 2158 restmp = thunk_adjust (&bsi, restmp, /*this_adjusting=*/0, in expand_thunk()
|
H A D | cgraph.h | 2628 tree thunk_adjust (gimple_stmt_iterator *, tree, bool, HOST_WIDE_INT, tree,
|
H A D | tree-inline.c | 4840 op = thunk_adjust (&iter, op, 1, id->src_node->thunk.fixed_offset, in expand_call_inline()
|