Searched refs:get_probe_interval (Results 1 – 5 of 5) sorted by relevance
6025 get_probe_interval (void) in get_probe_interval() function6331 || (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 …]
6515 get_probe_interval (void) in get_probe_interval() function6823 && 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()
8270 (get_probe_interval): New functions.8271 (ix86_adjust_stack_and_probe_stack_clash): Use get_probe_interval.
30943 * i386.c (get_probe_interval): Move to earlier point.
5512 * config/i386/i386.c (get_probe_interval): Likewise.