Searched refs:min_probe_threshold (Results 1 – 2 of 2) sorted by relevance
6735 rtx min_probe_threshold, rtx guard_size) in aarch64_output_probe_sve_stack_clash() argument6741 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() local7991 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 …]
8048 rtx min_probe_threshold, rtx guard_size) in aarch64_output_probe_sve_stack_clash() argument8054 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() local9429 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 …]