Searched refs:old_stack_level (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | calls.cc | 1275 rtx *old_stack_level, in initialize_argument_information() argument 1429 if (*old_stack_level == 0) in initialize_argument_information() 1431 emit_stack_save (SAVE_BLOCK, old_stack_level); in initialize_argument_information() 2683 rtx old_stack_level = 0; in expand_call() local 2941 &old_stack_level, &old_pending_adj, in expand_call() 3168 if (old_stack_level == 0) in expand_call() 3170 emit_stack_save (SAVE_BLOCK, &old_stack_level); in expand_call() 3329 if (old_stack_level == 0) in expand_call() 3331 emit_stack_save (SAVE_BLOCK, &old_stack_level); in expand_call() 3824 if (old_stack_level) in expand_call() [all …]
|
H A D | builtins.cc | 1644 rtx old_stack_level = 0; in expand_builtin_apply() local 1668 emit_stack_save (SAVE_NONLOCAL, &old_stack_level); in expand_builtin_apply() 1670 emit_stack_save (SAVE_BLOCK, &old_stack_level); in expand_builtin_apply() 1787 emit_stack_restore (SAVE_NONLOCAL, old_stack_level); in expand_builtin_apply() 1789 emit_stack_restore (SAVE_BLOCK, old_stack_level); in expand_builtin_apply()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | calls.c | 2200 rtx *old_stack_level, in initialize_argument_information() argument 2383 if (*old_stack_level == 0) in initialize_argument_information() 2385 emit_stack_save (SAVE_BLOCK, old_stack_level); in initialize_argument_information() 3692 rtx old_stack_level = 0; in expand_call() local 3949 &old_stack_level, &old_pending_adj, in expand_call() 4176 if (old_stack_level == 0) in expand_call() 4178 emit_stack_save (SAVE_BLOCK, &old_stack_level); in expand_call() 4337 if (old_stack_level == 0) in expand_call() 4339 emit_stack_save (SAVE_BLOCK, &old_stack_level); in expand_call() 4827 if (old_stack_level) in expand_call() [all …]
|
H A D | builtins.c | 1755 rtx old_stack_level = 0; in expand_builtin_apply() local 1779 emit_stack_save (SAVE_NONLOCAL, &old_stack_level); in expand_builtin_apply() 1781 emit_stack_save (SAVE_BLOCK, &old_stack_level); in expand_builtin_apply() 1894 emit_stack_restore (SAVE_NONLOCAL, old_stack_level); in expand_builtin_apply() 1896 emit_stack_restore (SAVE_BLOCK, old_stack_level); in expand_builtin_apply()
|