/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | function.h | 237 #define current_function_static_stack_size (cfun->su->static_stack_size) macro
|
H A D | toplev.cc | 785 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 D | function.h | 236 #define current_function_static_stack_size (cfun->su->static_stack_size) macro
|
H A D | toplev.c | 928 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 D | moxie.c | 286 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 D | moxie.cc | 286 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 D | ft32.c | 462 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 D | ft32.cc | 462 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 D | mn10300.c | 771 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 D | mn10300.cc | 771 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 D | nds32.cc | 567 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 D | nds32.c | 567 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 D | or1k.cc | 218 current_function_static_stack_size = -sp_offset; in or1k_expand_prologue()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mmix/ |
H A D | mmix.cc | 2265 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 D | pru.c | 288 current_function_static_stack_size = total_frame_size; in pru_expand_prologue()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/pru/ |
H A D | pru.cc | 288 current_function_static_stack_size = total_frame_size; in pru_expand_prologue()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m32r/ |
H A D | m32r.c | 1669 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 D | m32r.cc | 1670 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 D | stormy16.c | 1061 current_function_static_stack_size = layout.frame_size; in xstormy16_expand_prologue()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/v850/ |
H A D | v850.cc | 1632 current_function_static_stack_size = actual_fsize; in expand_prologue()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/stormy16/ |
H A D | stormy16.cc | 1061 current_function_static_stack_size = layout.frame_size; in xstormy16_expand_prologue()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/v850/ |
H A D | v850.c | 1632 current_function_static_stack_size = actual_fsize; in expand_prologue()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/csky/ |
H A D | csky.c | 5227 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 D | csky.cc | 5681 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 D | cris.cc | 2905 current_function_static_stack_size = framesize; in cris_expand_prologue()
|