Home
last modified time | relevance | path

Searched refs:const_size (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDtree-ssa-dse.c209 HOST_WIDE_INT const_size; in setup_live_bytes_from_ref() local
211 && ref->size.is_constant (&const_size) in setup_live_bytes_from_ref()
212 && (const_size / BITS_PER_UNIT in setup_live_bytes_from_ref()
216 bitmap_set_range (live_bytes, 0, const_size / BITS_PER_UNIT); in setup_live_bytes_from_ref()
241 HOST_WIDE_INT const_size; in compute_trims() local
242 if (ref->size.is_constant (&const_size)) in compute_trims()
244 int last_orig = (const_size / BITS_PER_UNIT) - 1; in compute_trims()
HDtree-dfa.c691 HOST_WIDE_INT const_offset, const_size; in get_ref_base_and_extent_hwi() local
696 || !size.is_constant (&const_size) in get_ref_base_and_extent_hwi()
699 || maybe_ne (max_size, const_size)) in get_ref_base_and_extent_hwi()
703 *psize = const_size; in get_ref_base_and_extent_hwi()
HDcalls.c2874 HOST_WIDE_INT const_size = 0; in load_register_parameters() local
2892 const_size = int_size_in_bytes (TREE_TYPE (args[i].tree_value)); in load_register_parameters()
2893 gcc_assert (const_size >= 0); in load_register_parameters()
2894 nregs = (const_size + (UNITS_PER_WORD - 1)) / UNITS_PER_WORD; in load_register_parameters()
2895 size = const_size; in load_register_parameters()
2954 gcc_checking_assert (known_eq (size, const_size)); in load_register_parameters()
2960 && const_size != 0 in load_register_parameters()
2962 (XEXP (args[i].value, 0), const_size))) in load_register_parameters()
2965 if (const_size % UNITS_PER_WORD == 0 in load_register_parameters()
2975 unsigned int bitsize = const_size * BITS_PER_UNIT - bitoff; in load_register_parameters()
[all …]
HDdwarf2cfi.c486 HOST_WIDE_INT const_size = size.to_constant (); in add_cfi_args_size() local
492 gcc_assert (const_size >= 0); in add_cfi_args_size()
495 cfi->dw_cfi_oprnd1.dw_cfi_offset = const_size; in add_cfi_args_size()
HDdse.c1368 HOST_WIDE_INT const_size; in record_store() local
1383 || (MEM_SIZE (mem).is_constant (&const_size) in record_store()
1384 && const_size > MAX_OFFSET) in record_store()
HDemit-rtl.c2141 poly_uint64 const_size; in set_mem_attributes_minus_bitpos() local
2142 if (poly_int_tree_p (new_size, &const_size)) in set_mem_attributes_minus_bitpos()
2145 attrs.size = const_size; in set_mem_attributes_minus_bitpos()
/dragonfly/contrib/gcc-4.7/gcc/
HDc-decl.c4797 int const_size = TREE_CONSTANT (size); in warn_variable_length_array() local
4801 if (const_size) in warn_variable_length_array()
4824 if (const_size) in warn_variable_length_array()