Searched refs:push_block (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | expr.h | 243 extern rtx push_block (rtx, poly_int64, int);
|
H A D | calls.c | 4188 argblock = push_block (ARGS_SIZE_RTX (adjusted_args_size), 0, 0); in expand_call() 4306 argblock = push_block (needed_rtx, 0, 0); in expand_call() 5416 argblock = push_block (gen_int_mode (args_size.constant, Pmode), 0, 0); in emit_library_call_value_1()
|
H A D | expr.c | 3980 push_block (rtx size, poly_int64 extra, int below) in push_block() function 4518 temp = push_block (size, extra, where_pad == PAD_DOWNWARD); in emit_push_insn()
|
H A D | FSFChangeLog.10 | 9204 (push_block, store_expr): Convert size to Pmode.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | expr.h | 262 extern rtx push_block (rtx, poly_int64, int);
|
H A D | calls.cc | 3180 argblock = push_block (ARGS_SIZE_RTX (adjusted_args_size), 0, 0); in expand_call() 3298 argblock = push_block (needed_rtx, 0, 0); in expand_call() 4416 argblock = push_block (gen_int_mode (args_size.constant, Pmode), 0, 0); in emit_library_call_value_1()
|
H A D | expr.cc | 4250 push_block (rtx size, poly_int64 extra, int below) in push_block() function 4796 temp = push_block (size, extra, where_pad == PAD_DOWNWARD); in emit_push_insn()
|
H A D | FSFChangeLog.10 | 9204 (push_block, store_expr): Convert size to Pmode.
|
H A D | ChangeLog-2017 | 842 * expr.h (push_block, emit_push_insn): Change the "extra" parameter 844 * expr.c (push_block, emit_push_insn): Likewise. 18595 (push_block): Likewise.
|
H A D | ChangeLog-2000 | 20501 * expr.c (push_block): Remove shadow `temp' in inner scope. 23941 (push_block): Avoid ifdefs on ACCUMULATE_OUTGONG_ARGS
|
H A D | ChangeLog-1998 | 4448 * expr.c (push_block): Handle targets where the stack grows
|
H A D | ChangeLog-2001 | 12156 * expr.c (push_block): Make sane use of STACK_GROWS_DOWNWARD.
|
H A D | ChangeLog-2012 | 25453 (emit_move_resolve_push, push_block, emit_push_insn, store_expr)
|
H A D | ChangeLog-2018 | 19877 (clear_storage_hints, push_block, emit_push_insn): Likewise.
|
H A D | ChangeLog-2013 | 19330 * expr.c (emit_move_resolve_push, push_block, emit_single_push_insn_1)
|
H A D | ChangeLog-2004 | 29822 compress_float_constant, push_block, emit_single_push_insn,
|