Home
last modified time | relevance | path

Searched refs:old_stack_level (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dcalls.c927 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
2158 &old_stack_level, &old_pending_adj, in expand_call()
2354 if (old_stack_level == 0) in expand_call()
2356 emit_stack_save (SAVE_BLOCK, &old_stack_level, NULL_RTX); in expand_call()
2509 if (old_stack_level == 0) in expand_call()
2511 emit_stack_save (SAVE_BLOCK, &old_stack_level, in expand_call()
2996 if (old_stack_level && ! (flags & ECF_SP_DEPRESSED)) in expand_call()
[all …]
H A Dbuiltins.c1381 rtx old_stack_level = 0; in expand_builtin_apply() local
1407 emit_stack_save (SAVE_NONLOCAL, &old_stack_level, NULL_RTX); in expand_builtin_apply()
1410 emit_stack_save (SAVE_BLOCK, &old_stack_level, NULL_RTX); in expand_builtin_apply()
1516 emit_stack_restore (SAVE_NONLOCAL, old_stack_level, NULL_RTX); in expand_builtin_apply()
1519 emit_stack_restore (SAVE_BLOCK, old_stack_level, NULL_RTX); in expand_builtin_apply()