Home
last modified time | relevance | path

Searched refs:frame_phase (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcfgexpand.c350 static int frame_phase; variable
403 = aligned_lower_bound (frame_offset - frame_phase - size, in alloc_stack_frame_space()
404 align) + frame_phase; in alloc_stack_frame_space()
410 = aligned_upper_bound (frame_offset - frame_phase, in alloc_stack_frame_space()
411 align) + frame_phase; in alloc_stack_frame_space()
1010 offset -= frame_phase; in expand_one_stack_var_at()
2047 frame_phase = off ? align - off : 0; in expand_used_vars()
H A Dfunction.c302 int frame_off, frame_alignment, frame_phase; in try_fit_stack_local() local
308 frame_phase = frame_off ? frame_alignment - frame_off : 0; in try_fit_stack_local()
314 = (aligned_lower_bound (start + length - size - frame_phase, alignment) in try_fit_stack_local()
315 + frame_phase); in try_fit_stack_local()
318 = aligned_upper_bound (start - frame_phase, alignment) + frame_phase; in try_fit_stack_local()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcfgexpand.cc351 static int frame_phase; variable
415 = aligned_lower_bound (frame_offset - frame_phase - size, in alloc_stack_frame_space()
416 align) + frame_phase; in alloc_stack_frame_space()
422 = aligned_upper_bound (frame_offset - frame_phase, in alloc_stack_frame_space()
423 align) + frame_phase; in alloc_stack_frame_space()
1060 offset -= frame_phase; in expand_one_stack_var_at()
2186 frame_phase = off ? align - off : 0; in expand_used_vars()
H A DChangeLog-200415365 frame_phase, get_decl_align_unit, add_stack_var, triangular_index,