Home
last modified time | relevance | path

Searched refs:probe_interval (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dexplow.cc1876 HOST_WIDE_INT *probe_interval, in compute_stack_clash_protection_loop_data() argument
1880 *probe_interval in compute_stack_clash_protection_loop_data()
1883 GEN_INT (-*probe_interval)); in compute_stack_clash_protection_loop_data()
1904 && INTVAL (*rounded_size) <= 4 * *probe_interval) in compute_stack_clash_protection_loop_data()
1999 HOST_WIDE_INT probe_interval, probe_range; in anti_adjust_stack_and_probe_stack_clash() local
2002 &residual, &probe_interval, size); in anti_adjust_stack_and_probe_stack_clash()
2012 probe_range = probe_interval - GET_MODE_SIZE (word_mode); in anti_adjust_stack_and_probe_stack_clash()
2017 && INTVAL (rounded_size) <= 4 * probe_interval) in anti_adjust_stack_and_probe_stack_clash()
2021 i += probe_interval) in anti_adjust_stack_and_probe_stack_clash()
2023 anti_adjust_stack (GEN_INT (probe_interval)); in anti_adjust_stack_and_probe_stack_clash()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dexplow.c1844 HOST_WIDE_INT *probe_interval, in compute_stack_clash_protection_loop_data() argument
1848 *probe_interval in compute_stack_clash_protection_loop_data()
1851 GEN_INT (-*probe_interval)); in compute_stack_clash_protection_loop_data()
1872 && INTVAL (*rounded_size) <= 4 * *probe_interval) in compute_stack_clash_protection_loop_data()
1967 HOST_WIDE_INT probe_interval, probe_range; in anti_adjust_stack_and_probe_stack_clash() local
1970 &residual, &probe_interval, size); in anti_adjust_stack_and_probe_stack_clash()
1980 probe_range = probe_interval - GET_MODE_SIZE (word_mode); in anti_adjust_stack_and_probe_stack_clash()
1985 && INTVAL (rounded_size) <= 4 * probe_interval) in anti_adjust_stack_and_probe_stack_clash()
1989 i += probe_interval) in anti_adjust_stack_and_probe_stack_clash()
1991 anti_adjust_stack (GEN_INT (probe_interval)); in anti_adjust_stack_and_probe_stack_clash()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-logue.cc1573 HOST_WIDE_INT probe_interval = get_stack_clash_protection_probe_interval (); in rs6000_emit_probe_stack_range_stack_clash() local
1576 HOST_WIDE_INT rounded_size = ROUND_DOWN (orig_size, probe_interval); in rs6000_emit_probe_stack_range_stack_clash()
1583 || rounded_size > probe_interval in rs6000_emit_probe_stack_range_stack_clash()
1605 if (rounded_size == probe_interval) in rs6000_emit_probe_stack_range_stack_clash()
1607 retval = rs6000_emit_allocate_stack_1 (probe_interval, stack_pointer_rtx); in rs6000_emit_probe_stack_range_stack_clash()
1611 else if (rounded_size <= 8 * probe_interval) in rs6000_emit_probe_stack_range_stack_clash()
1619 for (int i = 0; i < rounded_size; i += probe_interval) in rs6000_emit_probe_stack_range_stack_clash()
1622 = rs6000_emit_allocate_stack_1 (probe_interval, orig_sp); in rs6000_emit_probe_stack_range_stack_clash()
1971 HOST_WIDE_INT probe_interval = get_stack_clash_protection_probe_interval (); in output_probe_stack_range_stack_clash() local
1980 xops[2] = GEN_INT (-probe_interval); in output_probe_stack_range_stack_clash()
H A Drs6000.md10660 HOST_WIDE_INT probe_interval;
10662 &residual, &probe_interval,
10671 rtx update = GEN_INT (-probe_interval);
10672 if (probe_interval > 32768)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-logue.c1545 HOST_WIDE_INT probe_interval = get_stack_clash_protection_probe_interval (); in rs6000_emit_probe_stack_range_stack_clash() local
1548 HOST_WIDE_INT rounded_size = ROUND_DOWN (orig_size, probe_interval); in rs6000_emit_probe_stack_range_stack_clash()
1555 || rounded_size > probe_interval in rs6000_emit_probe_stack_range_stack_clash()
1577 if (rounded_size == probe_interval) in rs6000_emit_probe_stack_range_stack_clash()
1579 retval = rs6000_emit_allocate_stack_1 (probe_interval, stack_pointer_rtx); in rs6000_emit_probe_stack_range_stack_clash()
1583 else if (rounded_size <= 8 * probe_interval) in rs6000_emit_probe_stack_range_stack_clash()
1591 for (int i = 0; i < rounded_size; i += probe_interval) in rs6000_emit_probe_stack_range_stack_clash()
1594 = rs6000_emit_allocate_stack_1 (probe_interval, orig_sp); in rs6000_emit_probe_stack_range_stack_clash()
1943 HOST_WIDE_INT probe_interval = get_stack_clash_protection_probe_interval (); in output_probe_stack_range_stack_clash() local
1952 xops[2] = GEN_INT (-probe_interval); in output_probe_stack_range_stack_clash()
H A Drs6000.md9933 HOST_WIDE_INT probe_interval;
9935 &residual, &probe_interval,
9944 rtx update = GEN_INT (-probe_interval);
9945 if (probe_interval > 32768)
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.cc7715 const HOST_WIDE_INT probe_interval = get_probe_interval (); in ix86_adjust_stack_and_probe() local
7720 size += probe_interval + dope; in ix86_adjust_stack_and_probe()
7737 if (size <= 4 * probe_interval) in ix86_adjust_stack_and_probe()
7740 for (i = probe_interval; i <= size; i += probe_interval) in ix86_adjust_stack_and_probe()
7745 GEN_INT (-probe_interval), -1, in ix86_adjust_stack_and_probe()
7756 HOST_WIDE_INT residual = (i - probe_interval - size); in ix86_adjust_stack_and_probe()
7788 HOST_WIDE_INT rounded_size = size & -probe_interval; in ix86_adjust_stack_and_probe()
7849 GEN_INT (probe_interval + dope), -1, in ix86_adjust_stack_and_probe()
7902 const HOST_WIDE_INT probe_interval = get_probe_interval (); in ix86_emit_probe_stack_range() local
7908 if (size <= 6 * probe_interval) in ix86_emit_probe_stack_range()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.c10968 HOST_WIDE_INT probe_interval in allocate_stack_space() local
10979 rtx offset = GEN_INT (probe_interval - UNITS_PER_LONG); in allocate_stack_space()
10980 HOST_WIDE_INT rounded_size = -INTVAL (size) & -probe_interval; in allocate_stack_space()
10981 HOST_WIDE_INT num_probes = rounded_size / probe_interval; in allocate_stack_space()
10992 GEN_INT (-probe_interval), true); in allocate_stack_space()
11012 GEN_INT (-probe_interval), false); in allocate_stack_space()
11038 if (last_probe_offset >= probe_interval) in allocate_stack_space()
11086 HOST_WIDE_INT probe_interval in s390_emit_prologue() local
11091 : probe_interval - (STACK_BOUNDARY / UNITS_PER_WORD)); in s390_emit_prologue()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.cc11241 HOST_WIDE_INT probe_interval in allocate_stack_space() local
11252 rtx offset = GEN_INT (probe_interval - UNITS_PER_LONG); in allocate_stack_space()
11253 HOST_WIDE_INT rounded_size = -INTVAL (size) & -probe_interval; in allocate_stack_space()
11254 HOST_WIDE_INT num_probes = rounded_size / probe_interval; in allocate_stack_space()
11265 GEN_INT (-probe_interval), true); in allocate_stack_space()
11287 GEN_INT (-probe_interval), false); in allocate_stack_space()
11314 if (last_probe_offset >= probe_interval) in allocate_stack_space()
11362 HOST_WIDE_INT probe_interval in s390_emit_prologue() local
11367 : probe_interval - (STACK_BOUNDARY / UNITS_PER_WORD)); in s390_emit_prologue()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.c7234 HOST_WIDE_INT probe_interval = get_probe_interval (); in ix86_adjust_stack_and_probe_stack_clash() local
7235 if (size <= 4 * probe_interval) in ix86_adjust_stack_and_probe_stack_clash()
7238 for (i = probe_interval; i <= size; i += probe_interval) in ix86_adjust_stack_and_probe_stack_clash()
7243 GEN_INT (-probe_interval), -1, in ix86_adjust_stack_and_probe_stack_clash()
7254 HOST_WIDE_INT residual = (i - probe_interval - size); in ix86_adjust_stack_and_probe_stack_clash()
7279 HOST_WIDE_INT rounded_size = size & -probe_interval; in ix86_adjust_stack_and_probe_stack_clash()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c14798 int probe_interval in aarch64_override_options_internal() local
14800 if (guard_size != probe_interval) in aarch64_override_options_internal()
14802 "%<%d%>", guard_size, probe_interval); in aarch64_override_options_internal()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc17870 int probe_interval in aarch64_override_options_internal() local
17872 if (guard_size != probe_interval) in aarch64_override_options_internal()
17874 "%<%d%>", guard_size, probe_interval); in aarch64_override_options_internal()