Searched refs:frame_phase (Results 1 – 3 of 3) sorted by relevance
142 static int frame_phase; variable181 new_frame_offset -= size + frame_phase; in alloc_stack_frame_space()183 new_frame_offset += frame_phase; in alloc_stack_frame_space()188 new_frame_offset -= frame_phase; in alloc_stack_frame_space()191 new_frame_offset += frame_phase; in alloc_stack_frame_space()534 offset -= frame_phase; in expand_one_stack_var_at()992 frame_phase = off ? align - off : 0; in expand_used_vars()
411 int frame_off, frame_alignment, frame_phase; in assign_stack_local_1() local454 frame_phase = frame_off ? frame_alignment - frame_off : 0; in assign_stack_local_1()469 = (FLOOR_ROUND (function->x_frame_offset - frame_phase, in assign_stack_local_1()471 + frame_phase); in assign_stack_local_1()474 = (CEIL_ROUND (function->x_frame_offset - frame_phase, in assign_stack_local_1()476 + frame_phase); in assign_stack_local_1()
15365 frame_phase, get_decl_align_unit, add_stack_var, triangular_index,