Home
last modified time | relevance | path

Searched refs:thunk_adjust (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsymtab-thunks.cc190 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 Dcgraph.h2607 tree thunk_adjust (gimple_stmt_iterator *, tree, bool, HOST_WIDE_INT, tree,
H A DChangeLog.gimple-classes308 * cgraphunit.c (thunk_adjust): Likewise.
3037 * cgraphunit.c (thunk_adjust): Strengthen local "stmt" from gimple
H A Dtree-inline.cc4900 op = thunk_adjust (&iter, op, 1, info->fixed_offset, in expand_call_inline()
H A DChangeLog-20189466 (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 DChangeLog-201610770 handle_alias_pairs, thunk_adjust, cgraph_node::expand_thunk):
25585 * cgraph.c (thunk_adjust): Export.
25587 * cgraphunit.c (thunk_adjust): Export.
H A DChangeLog13185 (thunk_adjust): Likewise.
H A DChangeLog-201216054 * cgraphunit.c (thunk_adjust, assemble_thunk): Use create_tmp_reg
24492 * cgraphunit.c (thunk_adjust): Use make_rename_temp.
H A DChangeLog-201023719 * cgraphunit.c (thunk_adjust): Adjust for MEM_REF.
38611 * cgraphunit.c (thunk_adjust): Skip adjusting by fixed_offset
H A DChangeLog-201114308 * cgraphunit.c (thunk_adjust): Use fold_build_pointer_plus_loc.
18029 * cgraphunit.c (thunk_adjust): Likewise.
H A DChangeLog-20091557 (thunk_adjust): New.
H A DChangeLog-20208124 (thunk_adjust): Move to symtab-thunks.c
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog.ptr44 * method.c (thunk_adjust): Use POINTER_PLUS_EXPR for
H A DChangeLog-2002179 (thunk_adjust): Remove assert.
664 (thunk_adjust): New function.
H A DChangeLog-20052665 * method.c (thunk_adjust): Likewise.
H A DChangeLog-20071889 * method.c (thunk_adjust): Use POINTER_PLUS_EXPR for
H A DChangeLog-20042873 * method.c (thunk_adjust, do_build_copy_constructor,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcgraphunit.c1737 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 Dcgraph.h2628 tree thunk_adjust (gimple_stmt_iterator *, tree, bool, HOST_WIDE_INT, tree,
H A Dtree-inline.c4840 op = thunk_adjust (&iter, op, 1, id->src_node->thunk.fixed_offset, in expand_call_inline()