Home
last modified time | relevance | path

Searched refs:get_probe_interval (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.c6025 get_probe_interval (void) in get_probe_interval() function
6331 || (flag_stack_clash_protection && to_allocate > get_probe_interval ())) in ix86_compute_frame_layout()
7234 HOST_WIDE_INT probe_interval = get_probe_interval (); in ix86_adjust_stack_and_probe_stack_clash()
7354 if (size <= 4 * get_probe_interval ()) in ix86_adjust_stack_and_probe()
7363 for (i = get_probe_interval (); i < size; i += get_probe_interval ()) in ix86_adjust_stack_and_probe()
7367 adjust = 2 * get_probe_interval () + dope; in ix86_adjust_stack_and_probe()
7371 adjust = get_probe_interval (); in ix86_adjust_stack_and_probe()
7380 adjust = size + get_probe_interval () + dope; in ix86_adjust_stack_and_probe()
7382 adjust = size + get_probe_interval () - i; in ix86_adjust_stack_and_probe()
7392 (get_probe_interval () in ix86_adjust_stack_and_probe()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.cc6515 get_probe_interval (void) in get_probe_interval() function
6823 && to_allocate > get_probe_interval ())) in ix86_compute_frame_layout()
7715 const HOST_WIDE_INT probe_interval = get_probe_interval (); in ix86_adjust_stack_and_probe()
7872 xops[1] = GEN_INT (get_probe_interval ()); in output_adjust_stack_and_probe()
7902 const HOST_WIDE_INT probe_interval = get_probe_interval (); in ix86_emit_probe_stack_range()
8006 xops[1] = GEN_INT (get_probe_interval ()); in output_probe_stack_range()
8723 const HOST_WIDE_INT probe_interval = get_probe_interval (); in ix86_expand_prologue()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20178270 (get_probe_interval): New functions.
8271 (ix86_adjust_stack_and_probe_stack_clash): Use get_probe_interval.
H A DChangeLog-201830943 * i386.c (get_probe_interval): Move to earlier point.
H A DChangeLog-20195512 * config/i386/i386.c (get_probe_interval): Likewise.