Home
last modified time | relevance | path

Searched refs:this_offset (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dstringpool.cc420 section_offset_type this_offset; in set_string_offsets() local
422 this_offset = 0; in set_string_offsets()
430 this_offset = (last_offset in set_string_offsets()
435 this_offset = align_address(offset, this->addralign_); in set_string_offsets()
436 offset = this_offset + ((*curr)->first.length + 1) * charsize; in set_string_offsets()
438 this->key_to_offset_[(*curr)->second - 1] = this_offset; in set_string_offsets()
439 last_offset = this_offset; in set_string_offsets()
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dstringpool.cc419 section_offset_type this_offset; in set_string_offsets() local
421 this_offset = 0; in set_string_offsets()
429 this_offset = (last_offset in set_string_offsets()
434 this_offset = align_address(offset, this->addralign_); in set_string_offsets()
435 offset = this_offset + ((*curr)->first.length + 1) * charsize; in set_string_offsets()
437 this->key_to_offset_[(*curr)->second - 1] = this_offset; in set_string_offsets()
438 last_offset = this_offset; in set_string_offsets()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/or1k/
H A Dor1k.cc214 HOST_WIDE_INT reg_offset, this_offset; in or1k_expand_prologue() local
228 this_offset = MAX (sp_offset, -32764); in or1k_expand_prologue()
229 reg_offset -= this_offset; in or1k_expand_prologue()
230 sp_offset -= this_offset; in or1k_expand_prologue()
233 GEN_INT (this_offset))); in or1k_expand_prologue()
254 GEN_INT (-this_offset))); in or1k_expand_prologue()
266 gcc_assert (reg_offset + this_offset == 0); in or1k_expand_prologue()
293 this_offset = MAX (sp_offset, -32768); in or1k_expand_prologue()
294 sp_offset -= this_offset; in or1k_expand_prologue()
298 GEN_INT (this_offset))); in or1k_expand_prologue()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-dfa.c428 tree this_offset = component_ref_field_offset (exp); in get_ref_base_and_extent() local
430 if (this_offset && poly_int_tree_p (this_offset)) in get_ref_base_and_extent()
432 poly_offset_int woffset = (wi::to_poly_offset (this_offset) in get_ref_base_and_extent()
785 tree this_offset = component_ref_field_offset (exp); in get_addr_base_and_unit_offset_1() local
788 if (!this_offset in get_addr_base_and_unit_offset_1()
789 || !poly_int_tree_p (this_offset, &hthis_offset) in get_addr_base_and_unit_offset_1()
H A Dtree-ssa-sccvn.c867 tree this_offset = component_ref_field_offset (ref); in copy_reference_ops_from_ref() local
868 if (this_offset in copy_reference_ops_from_ref()
869 && poly_int_tree_p (this_offset)) in copy_reference_ops_from_ref()
875 = (wi::to_poly_offset (this_offset) in copy_reference_ops_from_ref()
1093 tree this_offset = DECL_FIELD_OFFSET (field); in ao_ref_init_from_vn_reference() local
1095 if (op->op1 || !poly_int_tree_p (this_offset)) in ao_ref_init_from_vn_reference()
1099 poly_offset_int woffset = (wi::to_poly_offset (this_offset) in ao_ref_init_from_vn_reference()
H A Dipa-devirt.c2782 unsigned HOST_WIDE_INT this_offset;
2786 if (!vtable_pointer_value_to_vtable (v, &v, &this_offset))
2789 if (offset == this_offset
H A Dvar-tracking.c9627 HOST_WIDE_INT this_offset; in vt_get_decl_and_offset() local
9628 if (!track_offset_p (REG_OFFSET (reg), &this_offset)) in vt_get_decl_and_offset()
9630 offset = MIN (offset, this_offset); in vt_get_decl_and_offset()
H A Dexpr.c7343 tree this_offset = component_ref_field_offset (exp); in get_inner_reference() local
7348 if (this_offset == 0) in get_inner_reference()
7351 offset = size_binop (PLUS_EXPR, offset, this_offset); in get_inner_reference()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-dfa.cc434 tree this_offset = component_ref_field_offset (exp); in get_ref_base_and_extent() local
436 if (this_offset && poly_int_tree_p (this_offset)) in get_ref_base_and_extent()
438 poly_offset_int woffset = (wi::to_poly_offset (this_offset) in get_ref_base_and_extent()
800 tree this_offset = component_ref_field_offset (exp); in get_addr_base_and_unit_offset_1() local
803 if (!this_offset in get_addr_base_and_unit_offset_1()
804 || !poly_int_tree_p (this_offset, &hthis_offset) in get_addr_base_and_unit_offset_1()
H A Dtree-ssa-sccvn.cc936 tree this_offset = component_ref_field_offset (ref); in copy_reference_ops_from_ref() local
937 if (this_offset in copy_reference_ops_from_ref()
938 && poly_int_tree_p (this_offset)) in copy_reference_ops_from_ref()
944 = (wi::to_poly_offset (this_offset) in copy_reference_ops_from_ref()
1166 tree this_offset = DECL_FIELD_OFFSET (field); in ao_ref_init_from_vn_reference() local
1168 if (op->op1 || !poly_int_tree_p (this_offset)) in ao_ref_init_from_vn_reference()
1172 poly_offset_int woffset = (wi::to_poly_offset (this_offset) in ao_ref_init_from_vn_reference()
H A Dipa-devirt.cc2798 unsigned HOST_WIDE_INT this_offset; in subbinfo_with_vtable_at_offset() local
2802 if (!vtable_pointer_value_to_vtable (v, &v, &this_offset)) in subbinfo_with_vtable_at_offset()
2805 if (offset == this_offset in subbinfo_with_vtable_at_offset()
H A Dvar-tracking.cc9658 HOST_WIDE_INT this_offset; in vt_get_decl_and_offset() local
9659 if (!track_offset_p (REG_OFFSET (reg), &this_offset)) in vt_get_decl_and_offset()
9661 offset = MIN (offset, this_offset); in vt_get_decl_and_offset()
H A Dexpr.cc7704 tree this_offset = component_ref_field_offset (exp); in get_inner_reference() local
7709 if (this_offset == 0) in get_inner_reference()
7712 offset = size_binop (PLUS_EXPR, offset, this_offset); in get_inner_reference()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-common.c1111 unsigned HOST_WIDE_INT this_offset; in align_segment() local
1121 this_offset = this_align - ((s->offset + offset) & (this_align - 1)); in align_segment()
1122 if (this_offset & (max_align - 1)) in align_segment()
1129 offset += this_offset; in align_segment()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-common.cc1140 unsigned HOST_WIDE_INT this_offset; in align_segment() local
1150 this_offset = this_align - ((s->offset + offset) & (this_align - 1)); in align_segment()
1151 if (this_offset & (max_align - 1)) in align_segment()
1158 offset += this_offset; in align_segment()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.cc11705 HOST_WIDE_INT this_offset; in umips_build_save_restore() local
11718 this_offset = *offset - UNITS_PER_WORD * (nregs - 1); in umips_build_save_restore()
11721 if (!UMIPS_12BIT_OFFSET_P (this_offset)) in umips_build_save_restore()
11731 HOST_WIDE_INT offset = this_offset + j * UNITS_PER_WORD; in umips_build_save_restore()
11749 HOST_WIDE_INT offset = this_offset + j * UNITS_PER_WORD; in umips_build_save_restore()
20931 HOST_WIDE_INT this_offset; in umips_save_restore_pattern_p() local
20946 mips_split_plus (XEXP (mem, 0), &this_base, &this_offset); in umips_save_restore_pattern_p()
20952 if (!UMIPS_12BIT_OFFSET_P (this_offset)) in umips_save_restore_pattern_p()
20955 first_offset = this_offset; in umips_save_restore_pattern_p()
20961 || this_offset != first_offset + UNITS_PER_WORD * n) in umips_save_restore_pattern_p()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c11564 HOST_WIDE_INT this_offset; in umips_build_save_restore() local
11577 this_offset = *offset - UNITS_PER_WORD * (nregs - 1); in umips_build_save_restore()
11580 if (!UMIPS_12BIT_OFFSET_P (this_offset)) in umips_build_save_restore()
11590 HOST_WIDE_INT offset = this_offset + j * UNITS_PER_WORD; in umips_build_save_restore()
11608 HOST_WIDE_INT offset = this_offset + j * UNITS_PER_WORD; in umips_build_save_restore()
20747 HOST_WIDE_INT this_offset; in umips_save_restore_pattern_p() local
20762 mips_split_plus (XEXP (mem, 0), &this_base, &this_offset); in umips_save_restore_pattern_p()
20768 if (!UMIPS_12BIT_OFFSET_P (this_offset)) in umips_save_restore_pattern_p()
20771 first_offset = this_offset; in umips_save_restore_pattern_p()
20777 || this_offset != first_offset + UNITS_PER_WORD * n) in umips_save_restore_pattern_p()