Home
last modified time | relevance | path

Searched refs:get_frame_size (Results 1 – 15 of 15) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDfunction.h720 extern HOST_WIDE_INT get_frame_size (void);
HDfinal.c1571 && get_frame_size () > frame_larger_than_size) in final_start_function()
1576 get_frame_size (), frame_larger_than_size); in final_start_function()
1580 targetm.asm_out.function_prologue (file, get_frame_size ()); in final_start_function()
1655 targetm.asm_out.function_epilogue (asm_out_file, get_frame_size ()); in final_end_function()
HDreload1.c853 starting_frame_size = get_frame_size (); in reload()
920 if (something_was_spilled || starting_frame_size != get_frame_size ()) in reload()
933 if (starting_frame_size != get_frame_size ()) in reload()
958 if (something_was_spilled || starting_frame_size != get_frame_size ()) in reload()
1055 HOST_WIDE_INT old_frame_size = get_frame_size (); in reload()
1059 gcc_assert (old_frame_size == get_frame_size ()); in reload()
1264 HOST_WIDE_INT size = get_frame_size () + STACK_CHECK_FIXED_FRAME_SIZE; in reload()
HDfunction.c230 get_frame_size (void) in get_frame_size() function
/dragonfly/contrib/gcc-8.0/gcc/
HDfunction.h579 extern poly_int64 get_frame_size (void);
HDreload1.c892 starting_frame_size = get_frame_size (); in reload()
972 || maybe_ne (starting_frame_size, get_frame_size ())) in reload()
999 || maybe_ne (starting_frame_size, get_frame_size ())) in reload()
1048 poly_int64 old_frame_size = get_frame_size (); in reload()
1052 gcc_assert (known_eq (old_frame_size, get_frame_size ())); in reload()
HDrtlanal.c366 offset1 = crtl->outgoing_args_size + get_frame_size (); in get_initial_register_offset()
554 low_bound = high_bound - get_frame_size (); in rtx_addr_can_trap_p_1()
559 high_bound = low_bound + get_frame_size (); in rtx_addr_can_trap_p_1()
HDlra.c2412 if (maybe_ne (get_frame_size (), 0) && crtl->stack_alignment_needed) in lra()
HDfinal.c1862 HOST_WIDE_INT min_frame_size = constant_lower_bound (get_frame_size ()); in final_start_function_1()
HDira.c5559 poly_int64 size = get_frame_size () + STACK_CHECK_FIXED_FRAME_SIZE; in do_reload()
HDfunction.c224 get_frame_size (void) in get_frame_size() function
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
HDi386.c8456 if (TARGET_64BIT_MS_ABI && get_frame_size () > SEH_MAX_FRAME_SIZE) in ix86_frame_pointer_required()
8857 HOST_WIDE_INT size = get_frame_size (); in ix86_compute_frame_layout()
9997 && get_frame_size () == 0 in ix86_finalize_stack_realign_flags()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
HDi386.c10696 if (TARGET_64BIT_MS_ABI && get_frame_size () > SEH_MAX_FRAME_SIZE) in ix86_frame_pointer_required()
11580 HOST_WIDE_INT size = get_frame_size (); in ix86_compute_frame_layout()
13296 && get_frame_size () == 0 in ix86_finalize_stack_frame_flags()
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDtm.texi3770 @findex get_frame_size
3775 such as the result of @code{get_frame_size ()} and the tables of
HDtm.texi.in3746 @findex get_frame_size
3751 such as the result of @code{get_frame_size ()} and the tables of