Home
last modified time | relevance | path

Searched refs:poly_size (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c6541 aarch64_emit_probe_stack_range (HOST_WIDE_INT first, poly_int64 poly_size) in aarch64_emit_probe_stack_range() argument
6544 if (!poly_size.is_constant (&size)) in aarch64_emit_probe_stack_range()
7963 poly_int64 poly_size, in aarch64_allocate_and_probe_stack_space() argument
7993 gcc_assert (!flag_stack_clash_protection || known_eq (poly_size, 0)); in aarch64_allocate_and_probe_stack_space()
8021 if (known_lt (poly_size, min_probe_threshold) in aarch64_allocate_and_probe_stack_space()
8024 aarch64_sub_sp (temp1, temp2, poly_size, frame_related_p); in aarch64_allocate_and_probe_stack_space()
8030 if (!poly_size.is_constant (&size)) in aarch64_allocate_and_probe_stack_space()
8035 print_dec (poly_size, dump_file); in aarch64_allocate_and_probe_stack_space()
8041 poly_size, temp1, temp2, false, true); in aarch64_allocate_and_probe_stack_space()
8075 gen_int_mode (poly_size, Pmode))); in aarch64_allocate_and_probe_stack_space()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc7854 aarch64_emit_probe_stack_range (HOST_WIDE_INT first, poly_int64 poly_size) in aarch64_emit_probe_stack_range() argument
7857 if (!poly_size.is_constant (&size)) in aarch64_emit_probe_stack_range()
9412 poly_int64 poly_size, in aarch64_allocate_and_probe_stack_space() argument
9421 gcc_assert (multiple_p (poly_size, byte_sp_alignment)); in aarch64_allocate_and_probe_stack_space()
9451 if (known_lt (poly_size, min_probe_threshold) in aarch64_allocate_and_probe_stack_space()
9454 aarch64_sub_sp (temp1, temp2, poly_size, frame_related_p); in aarch64_allocate_and_probe_stack_space()
9460 if (!poly_size.is_constant (&size)) in aarch64_allocate_and_probe_stack_space()
9465 print_dec (poly_size, dump_file); in aarch64_allocate_and_probe_stack_space()
9471 poly_size, temp1, temp2, false, true); in aarch64_allocate_and_probe_stack_space()
9505 gen_int_mode (poly_size, Pmode))); in aarch64_allocate_and_probe_stack_space()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-fold.c6956 const poly_uint64 &poly_size, tree from_decl, in fold_ctor_reference() argument
6969 if (!poly_size.is_constant (&size) || !poly_offset.is_constant (&offset)) in fold_ctor_reference()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-fold.cc8064 const poly_uint64 &poly_size, tree from_decl, in fold_ctor_reference() argument
8077 if (!poly_size.is_constant (&size) || !poly_offset.is_constant (&offset)) in fold_ctor_reference()