Home
last modified time | relevance | path

Searched refs:current_function_static_stack_size (Results 1 – 25 of 36) sorted by relevance

12

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dfunction.h237 #define current_function_static_stack_size (cfun->su->static_stack_size) macro
Dtoplev.cc785 HOST_WIDE_INT stack_usage = current_function_static_stack_size; in output_stack_usage_1()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/moxie/
Dmoxie.cc286 current_function_static_stack_size = cfun->machine->size_for_adjusting_sp; in moxie_expand_prologue()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/mn10300/
Dmn10300.cc771 current_function_static_stack_size = size + popcount (mask) * 4; in mn10300_expand_prologue()
789 current_function_static_stack_size += num_regs_to_save * 4; in mn10300_expand_prologue()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/mmix/
Dmmix.cc2265 current_function_static_stack_size = total_allocated_stack_space; in mmix_expand_prologue()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/m32r/
Dm32r.cc1670 current_function_static_stack_size = current_frame_info.total_size; in m32r_expand_prologue()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/stormy16/
Dstormy16.cc1061 current_function_static_stack_size = layout.frame_size; in xstormy16_expand_prologue()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/v850/
Dv850.cc1632 current_function_static_stack_size = actual_fsize; in expand_prologue()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rx/
Drx.cc1741 current_function_static_stack_size = frame_size + stack_size; in rx_expand_prologue()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/cris/
Dcris.cc2905 current_function_static_stack_size = framesize; in cris_expand_prologue()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/iq2000/
Diq2000.cc2088 current_function_static_stack_size = cfun->machine->total_size; in iq2000_expand_prologue()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/m32c/
Dm32c.cc4099 current_function_static_stack_size = frame_size; in m32c_emit_prologue()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/xtensa/
Dxtensa.cc2815 current_function_static_stack_size = total_size; in xtensa_expand_prologue()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/h8300/
Dh8300.cc856 current_function_static_stack_size in h8300_expand_prologue()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arc/
Darc.cc3796 current_function_static_stack_size = 0; in arc_expand_prologue()
3804 current_function_static_stack_size = size; in arc_expand_prologue()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/m68k/
Dm68k.cc1034 current_function_static_stack_size in m68k_expand_prologue()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000-logue.cc3079 current_function_static_stack_size = info->total_size; in rs6000_emit_prologue()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/sparc/
Dsparc.cc6012 current_function_static_stack_size = size; in sparc_expand_prologue()
6117 current_function_static_stack_size = size; in sparc_flat_expand_prologue()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/bfin/
Dbfin.cc1074 current_function_static_stack_size = frame_size; in bfin_expand_prologue()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Darm.cc23419 current_function_static_stack_size = 0; in arm_expand_prologue()
23741 current_function_static_stack_size = size; in arm_expand_prologue()
26941 current_function_static_stack_size = 0; in thumb1_expand_prologue()
27239 current_function_static_stack_size = size; in thumb1_expand_prologue()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/frv/
Dfrv.cc1720 current_function_static_stack_size = info->total_size; in frv_expand_prologue()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/pa/
Dpa.cc4080 current_function_static_stack_size = actual_fsize; in pa_expand_prologue()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/alpha/
Dalpha.cc7751 current_function_static_stack_size = frame_size; in alpha_expand_prologue()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386.cc8380 current_function_static_stack_size = 0; in ix86_expand_prologue()
8685 current_function_static_stack_size = stack_size; in ix86_expand_prologue()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/ia64/
Dia64.cc3500 current_function_static_stack_size = current_frame_info.total_size; in ia64_expand_prologue()

12