Home
last modified time | relevance | path

Searched refs:const_offset (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-code-entry-handler.cc228 tree const_offset = NULL_TREE; in build_address_operand() local
248 const_offset = build_int_cst (size_type_node, offset); in build_address_operand()
254 const_offset = build_int_cst (size_type_node, offset); in build_address_operand()
259 const_offset in build_address_operand()
260 = build2 (PLUS_EXPR, uint64_type_node, const_offset, in build_address_operand()
441 if (const_offset != NULL_TREE) in build_address_operand()
447 addr = const_offset; in build_address_operand()
450 addr, convert (size_type_node, const_offset)); in build_address_operand()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2cfi.c799 HOST_WIDE_INT const_offset; in def_cfa_0() local
803 && new_cfa->offset.is_constant (&const_offset)) in def_cfa_0()
809 if (const_offset < 0) in def_cfa_0()
813 cfi->dw_cfi_oprnd1.dw_cfi_offset = const_offset; in def_cfa_0()
830 && new_cfa->offset.is_constant (&const_offset)) in def_cfa_0()
837 if (const_offset < 0) in def_cfa_0()
842 cfi->dw_cfi_oprnd2.dw_cfi_offset = const_offset; in def_cfa_0()
901 HOST_WIDE_INT const_offset; in reg_save() local
911 else if (offset.is_constant (&const_offset)) in reg_save()
913 if (need_data_align_sf_opcode (const_offset)) in reg_save()
[all …]
H A Dtree-dfa.c734 HOST_WIDE_INT const_offset, const_size; in get_ref_base_and_extent_hwi() local
738 if (!offset.is_constant (&const_offset) in get_ref_base_and_extent_hwi()
740 || const_offset < 0 in get_ref_base_and_extent_hwi()
745 *poffset = const_offset; in get_ref_base_and_extent_hwi()
H A Ddse.c993 HOST_WIDE_INT i, const_offset, const_width; in set_usage_bits() local
995 if (offset.is_constant (&const_offset) in set_usage_bits()
997 && const_offset > -MAX_OFFSET in set_usage_bits()
998 && const_offset + const_width < MAX_OFFSET) in set_usage_bits()
999 for (i = const_offset; i < const_offset + const_width; ++i) in set_usage_bits()
H A Dvar-tracking.c1875 HOST_WIDE_INT const_offset; in track_offset_p() local
1876 if (!offset.is_constant (&const_offset) in track_offset_p()
1877 || !IN_RANGE (const_offset, 0, MAX_VAR_PARTS - 1)) in track_offset_p()
1879 *offset_out = const_offset; in track_offset_p()
5375 HOST_WIDE_INT const_offset; in track_loc_p() local
5376 if (!track_offset_p (offset, &const_offset)) in track_loc_p()
5382 *offset_out = const_offset; in track_loc_p()
9796 HOST_WIDE_INT const_offset; in vt_add_function_parameter() local
9797 if (!track_loc_p (incoming, parm, offset, false, &mode, &const_offset)) in vt_add_function_parameter()
9818 if (const_offset) in vt_add_function_parameter()
[all …]
H A Ddwarf2out.c1588 HOST_WIDE_INT const_offset; in new_reg_loc_descr() local
1589 if (offset.is_constant (&const_offset)) in new_reg_loc_descr()
1593 const_offset, 0); in new_reg_loc_descr()
1595 return new_loc_descr (DW_OP_bregx, reg, const_offset); in new_reg_loc_descr()
14383 HOST_WIDE_INT const_offset; in based_loc_descr() local
14384 if (offset.is_constant (&const_offset)) in based_loc_descr()
14385 return new_loc_descr (DW_OP_fbreg, const_offset, 0); in based_loc_descr()
14406 HOST_WIDE_INT const_offset; in based_loc_descr() local
14409 && offset.is_constant (&const_offset)) in based_loc_descr()
14417 return new_loc_descr (DW_OP_fbreg, const_offset, 0); in based_loc_descr()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-dfa.cc749 HOST_WIDE_INT const_offset, const_size; in get_ref_base_and_extent_hwi() local
753 if (!offset.is_constant (&const_offset) in get_ref_base_and_extent_hwi()
755 || const_offset < 0 in get_ref_base_and_extent_hwi()
760 *poffset = const_offset; in get_ref_base_and_extent_hwi()
H A Ddwarf2cfi.cc881 HOST_WIDE_INT const_offset; in def_cfa_0() local
886 && new_cfa->offset.is_constant (&const_offset)) in def_cfa_0()
892 if (const_offset < 0) in def_cfa_0()
896 cfi->dw_cfi_oprnd1.dw_cfi_offset = const_offset; in def_cfa_0()
914 && new_cfa->offset.is_constant (&const_offset) in def_cfa_0()
922 if (const_offset < 0) in def_cfa_0()
927 cfi->dw_cfi_oprnd2.dw_cfi_offset = const_offset; in def_cfa_0()
986 HOST_WIDE_INT const_offset; in reg_save() local
996 else if (offset.is_constant (&const_offset)) in reg_save()
998 if (need_data_align_sf_opcode (const_offset)) in reg_save()
[all …]
H A Dvar-tracking.cc1883 HOST_WIDE_INT const_offset; in track_offset_p() local
1884 if (!offset.is_constant (&const_offset) in track_offset_p()
1885 || !IN_RANGE (const_offset, 0, MAX_VAR_PARTS - 1)) in track_offset_p()
1887 *offset_out = const_offset; in track_offset_p()
5382 HOST_WIDE_INT const_offset; in track_loc_p() local
5383 if (!track_offset_p (offset, &const_offset)) in track_loc_p()
5389 *offset_out = const_offset; in track_loc_p()
9827 HOST_WIDE_INT const_offset; in vt_add_function_parameter() local
9828 if (!track_loc_p (incoming, parm, offset, false, &mode, &const_offset)) in vt_add_function_parameter()
9849 if (const_offset) in vt_add_function_parameter()
[all …]
H A Ddwarf2out.cc1645 HOST_WIDE_INT const_offset; in new_reg_loc_descr() local
1646 if (offset.is_constant (&const_offset)) in new_reg_loc_descr()
1650 const_offset, 0); in new_reg_loc_descr()
1652 return new_loc_descr (DW_OP_bregx, reg, const_offset); in new_reg_loc_descr()
14860 HOST_WIDE_INT const_offset; in based_loc_descr() local
14861 if (offset.is_constant (&const_offset)) in based_loc_descr()
14862 return new_loc_descr (DW_OP_fbreg, const_offset, 0); in based_loc_descr()
14883 HOST_WIDE_INT const_offset; in based_loc_descr() local
14886 && offset.is_constant (&const_offset)) in based_loc_descr()
14894 return new_loc_descr (DW_OP_fbreg, const_offset, 0); in based_loc_descr()
H A DChangeLog-201833576 * config/aarch64/aarch64.c (aarch64_address_info): Add a const_offset
H A DChangeLog-20171738 (vt_add_function_parameter): Use const_offset for the final
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c5323 HOST_WIDE_INT const_offset; in aarch64_expand_mov_immediate() local
5332 if (!offset.is_constant (&const_offset)) in aarch64_expand_mov_immediate()
5366 sty = aarch64_classify_symbol (base, const_offset); in aarch64_expand_mov_immediate()
5370 if (const_offset != 0 in aarch64_expand_mov_immediate()
5375 aarch64_add_offset (int_mode, dest, base, const_offset, in aarch64_expand_mov_immediate()
5411 if (const_offset != 0) in aarch64_expand_mov_immediate()
5415 aarch64_add_offset (int_mode, dest, base, const_offset, in aarch64_expand_mov_immediate()
7433 HOST_WIDE_INT const_offset; in aarch64_save_callee_saves() local
7438 && (!offset.is_constant (&const_offset) || const_offset >= 512)) in aarch64_save_callee_saves()
7611 HOST_WIDE_INT const_offset; in aarch64_offset_9bit_signed_unscaled_p() local
[all …]
H A Daarch64-protos.h352 poly_int64 const_offset; member
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc6610 HOST_WIDE_INT const_offset; in aarch64_expand_mov_immediate() local
6619 if (!offset.is_constant (&const_offset)) in aarch64_expand_mov_immediate()
6653 sty = aarch64_classify_symbol (base, const_offset); in aarch64_expand_mov_immediate()
6660 if (const_offset != 0 in aarch64_expand_mov_immediate()
6665 aarch64_add_offset (int_mode, dest, base, const_offset, in aarch64_expand_mov_immediate()
6701 if (const_offset != 0) in aarch64_expand_mov_immediate()
6705 aarch64_add_offset (int_mode, dest, base, const_offset, in aarch64_expand_mov_immediate()
8877 HOST_WIDE_INT const_offset; in aarch64_save_callee_saves() local
8882 && (!offset.is_constant (&const_offset) || const_offset >= 512)) in aarch64_save_callee_saves()
9064 HOST_WIDE_INT const_offset; in aarch64_offset_9bit_signed_unscaled_p() local
[all …]
H A Daarch64-protos.h609 poly_int64 const_offset; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/gcn/
H A Dgcn.c5773 rtx const_offset = NULL_RTX; in print_operand() local
5786 const_offset = XEXP (x0, 1); in print_operand()
5808 if (const_offset != NULL_RTX) in print_operand()
5810 INTVAL (const_offset)); in print_operand()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/gcn/
H A Dgcn.cc6077 rtx const_offset = NULL_RTX; in print_operand() local
6090 const_offset = XEXP (x0, 1); in print_operand()
6112 if (const_offset != NULL_RTX) in print_operand()
6114 INTVAL (const_offset)); in print_operand()