Searched refs:const_size (Results 1 – 7 of 7) sorted by relevance
209 HOST_WIDE_INT const_size; in setup_live_bytes_from_ref() local211 && 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() local242 if (ref->size.is_constant (&const_size)) in compute_trims()244 int last_orig = (const_size / BITS_PER_UNIT) - 1; in compute_trims()
691 HOST_WIDE_INT const_offset, const_size; in get_ref_base_and_extent_hwi() local696 || !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()
2874 HOST_WIDE_INT const_size = 0; in load_register_parameters() local2892 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 …]
486 HOST_WIDE_INT const_size = size.to_constant (); in add_cfi_args_size() local492 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()
1368 HOST_WIDE_INT const_size; in record_store() local1383 || (MEM_SIZE (mem).is_constant (&const_size) in record_store()1384 && const_size > MAX_OFFSET) in record_store()
2141 poly_uint64 const_size; in set_mem_attributes_minus_bitpos() local2142 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()
4797 int const_size = TREE_CONSTANT (size); in warn_variable_length_array() local4801 if (const_size) in warn_variable_length_array()4824 if (const_size) in warn_variable_length_array()