Home
last modified time | relevance | path

Searched refs:min_probe_threshold (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c6735 rtx min_probe_threshold, rtx guard_size) in aarch64_output_probe_sve_stack_clash() argument
6741 gcc_assert (CONST_INT_P (min_probe_threshold) && CONST_INT_P (guard_size)); in aarch64_output_probe_sve_stack_clash()
6742 gcc_assert (INTVAL (guard_size) > INTVAL (min_probe_threshold)); in aarch64_output_probe_sve_stack_clash()
6745 HOST_WIDE_INT residual_probe_guard = INTVAL (min_probe_threshold); in aarch64_output_probe_sve_stack_clash()
6751 gcc_assert (INTVAL (min_probe_threshold) >= residual_probe_guard); in aarch64_output_probe_sve_stack_clash()
7970 HOST_WIDE_INT min_probe_threshold in aarch64_allocate_and_probe_stack_space() local
7991 min_probe_threshold -= lr_offset.to_constant (); in aarch64_allocate_and_probe_stack_space()
7999 gcc_assert (min_probe_threshold > 0); in aarch64_allocate_and_probe_stack_space()
8021 if (known_lt (poly_size, min_probe_threshold) in aarch64_allocate_and_probe_stack_space()
8063 rtx probe_const = gen_int_mode (min_probe_threshold, Pmode); in aarch64_allocate_and_probe_stack_space()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc8048 rtx min_probe_threshold, rtx guard_size) in aarch64_output_probe_sve_stack_clash() argument
8054 gcc_assert (CONST_INT_P (min_probe_threshold) && CONST_INT_P (guard_size)); in aarch64_output_probe_sve_stack_clash()
8055 gcc_assert (INTVAL (guard_size) > INTVAL (min_probe_threshold)); in aarch64_output_probe_sve_stack_clash()
8058 HOST_WIDE_INT residual_probe_guard = INTVAL (min_probe_threshold); in aarch64_output_probe_sve_stack_clash()
8064 gcc_assert (INTVAL (min_probe_threshold) >= residual_probe_guard); in aarch64_output_probe_sve_stack_clash()
9422 HOST_WIDE_INT min_probe_threshold in aarch64_allocate_and_probe_stack_space() local
9429 gcc_assert (min_probe_threshold > 0); in aarch64_allocate_and_probe_stack_space()
9451 if (known_lt (poly_size, min_probe_threshold) in aarch64_allocate_and_probe_stack_space()
9493 rtx probe_const = gen_int_mode (min_probe_threshold, Pmode); in aarch64_allocate_and_probe_stack_space()
9604 min_probe_threshold = 0; in aarch64_allocate_and_probe_stack_space()
[all …]