Searched refs:old_stack_level (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | calls.c | 1143 reg_parm_stack_space, old_stack_level, in initialize_argument_information() argument 1154 rtx *old_stack_level; 1289 if (*old_stack_level == 0) 1291 emit_stack_save (SAVE_BLOCK, old_stack_level, NULL_RTX); 1836 rtx old_stack_level = 0; local 1909 emit_stack_save (SAVE_BLOCK, &old_stack_level, NULL_RTX); 1915 emit_stack_restore (SAVE_BLOCK, old_stack_level, NULL_RTX); 2231 rtx old_stack_level = 0; local 2445 &old_stack_level, &old_pending_adj, 2768 if (old_stack_level == 0) [all …]
|
| H A D | builtins.c | 1184 rtx old_stack_level = 0; local 1215 emit_stack_save (SAVE_NONLOCAL, &old_stack_level, NULL_RTX); 1218 emit_stack_save (SAVE_BLOCK, &old_stack_level, NULL_RTX); 1339 emit_stack_restore (SAVE_NONLOCAL, old_stack_level, NULL_RTX); 1342 emit_stack_restore (SAVE_BLOCK, old_stack_level, NULL_RTX);
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | calls.c | 927 rtx *old_stack_level, int *old_pending_adj, in initialize_argument_information() argument 1036 if (*old_stack_level == 0) in initialize_argument_information() 1038 emit_stack_save (SAVE_BLOCK, old_stack_level, NULL_RTX); in initialize_argument_information() 1930 rtx old_stack_level = 0; in expand_call() local 2157 &old_stack_level, &old_pending_adj, in expand_call() 2353 if (old_stack_level == 0) in expand_call() 2355 emit_stack_save (SAVE_BLOCK, &old_stack_level, NULL_RTX); in expand_call() 2508 if (old_stack_level == 0) in expand_call() 2510 emit_stack_save (SAVE_BLOCK, &old_stack_level, in expand_call() 2995 if (old_stack_level && ! (flags & ECF_SP_DEPRESSED)) in expand_call() [all …]
|
| H A D | builtins.c | 1383 rtx old_stack_level = 0; in expand_builtin_apply() local 1409 emit_stack_save (SAVE_NONLOCAL, &old_stack_level, NULL_RTX); in expand_builtin_apply() 1412 emit_stack_save (SAVE_BLOCK, &old_stack_level, NULL_RTX); in expand_builtin_apply() 1518 emit_stack_restore (SAVE_NONLOCAL, old_stack_level, NULL_RTX); in expand_builtin_apply() 1521 emit_stack_restore (SAVE_BLOCK, old_stack_level, NULL_RTX); in expand_builtin_apply()
|