Home
last modified time | relevance | path

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

1234

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfunction.h237 #define current_function_static_stack_size (cfun->su->static_stack_size) macro
H A Dtoplev.cc785 HOST_WIDE_INT stack_usage = current_function_static_stack_size; in output_stack_usage_1()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfunction.h236 #define current_function_static_stack_size (cfun->su->static_stack_size) macro
H A Dtoplev.c928 HOST_WIDE_INT stack_usage = current_function_static_stack_size; in output_stack_usage_1()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/moxie/
H A Dmoxie.c286 current_function_static_stack_size = cfun->machine->size_for_adjusting_sp; in moxie_expand_prologue()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/moxie/
H A Dmoxie.cc286 current_function_static_stack_size = cfun->machine->size_for_adjusting_sp; in moxie_expand_prologue()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ft32/
H A Dft32.c462 current_function_static_stack_size = cfun->machine->size_for_adjusting_sp; in ft32_expand_prologue()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ft32/
H A Dft32.cc462 current_function_static_stack_size = cfun->machine->size_for_adjusting_sp; in ft32_expand_prologue()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mn10300/
H A Dmn10300.c771 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/mn10300/
H A 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/nds32/
H A Dnds32.cc567 current_function_static_stack_size = 0; in nds32_compute_stack_frame()
712 current_function_static_stack_size in nds32_compute_stack_frame()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32.c567 current_function_static_stack_size = 0; in nds32_compute_stack_frame()
712 current_function_static_stack_size in nds32_compute_stack_frame()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/or1k/
H A Dor1k.cc218 current_function_static_stack_size = -sp_offset; in or1k_expand_prologue()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mmix/
H A Dmmix.cc2265 current_function_static_stack_size = total_allocated_stack_space; in mmix_expand_prologue()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pru/
H A Dpru.c288 current_function_static_stack_size = total_frame_size; in pru_expand_prologue()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/pru/
H A Dpru.cc288 current_function_static_stack_size = total_frame_size; in pru_expand_prologue()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m32r/
H A Dm32r.c1669 current_function_static_stack_size = current_frame_info.total_size; in m32r_expand_prologue()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m32r/
H A Dm32r.cc1670 current_function_static_stack_size = current_frame_info.total_size; in m32r_expand_prologue()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/stormy16/
H A Dstormy16.c1061 current_function_static_stack_size = layout.frame_size; in xstormy16_expand_prologue()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/v850/
H A Dv850.cc1632 current_function_static_stack_size = actual_fsize; in expand_prologue()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/stormy16/
H A Dstormy16.cc1061 current_function_static_stack_size = layout.frame_size; in xstormy16_expand_prologue()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/v850/
H A Dv850.c1632 current_function_static_stack_size = actual_fsize; in expand_prologue()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/csky/
H A Dcsky.c5227 current_function_static_stack_size = 0; in csky_expand_prologue()
5350 current_function_static_stack_size = cfun->machine->frame_size; in csky_expand_prologue()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/csky/
H A Dcsky.cc5681 current_function_static_stack_size = 0; in csky_expand_prologue()
5804 current_function_static_stack_size = cfun->machine->frame_size; in csky_expand_prologue()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/cris/
H A Dcris.cc2905 current_function_static_stack_size = framesize; in cris_expand_prologue()

1234