| /netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/ |
| D | frame-header-opt.cc | 175 if (DECL_MODE (t) != SImode) in needs_frame_header_p()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | cfgexpand.cc | 1053 : DECL_MODE (decl), x); in expand_one_stack_var_at() 1659 machine_mode mode = DECL_MODE (var); in expand_one_error_var() 1781 align = MINIMUM_ALIGNMENT (var, DECL_MODE (var), DECL_ALIGN (var)); in expand_one_var() 3743 machine_mode old_mode = DECL_MODE (decl); in expand_value_return() 5495 mode = DECL_MODE (exp); in expand_debug_source_expr() 5939 mode = DECL_MODE (value); in expand_gimple_basic_block() 6002 mode = DECL_MODE (var); in expand_gimple_basic_block() 6019 mode = DECL_MODE (var); in expand_gimple_basic_block() 6336 && DECL_MODE (t) != BLKmode in discover_nonconstant_array_refs_r() 6356 && DECL_MODE (base) != BLKmode in discover_nonconstant_array_refs_r() [all …]
|
| D | function.cc | 2258 if (DECL_MODE (decl) == BLKmode) in use_register_for_decl() 2719 && data->arg.mode != DECL_MODE (parm)) in assign_parm_find_stack_rtl() 2724 poly_int64 offset = subreg_lowpart_offset (DECL_MODE (parm), in assign_parm_find_stack_rtl() 3601 scalar_mode inner = GET_MODE_INNER (DECL_MODE (parm)); in assign_parms_unsplit_complex() 3616 DECL_MODE (parm), in assign_parms_unsplit_complex() 3621 tmp = assign_stack_local (DECL_MODE (parm), size, align); in assign_parms_unsplit_complex() 3634 tmp = gen_rtx_CONCAT (DECL_MODE (parm), real, imag); in assign_parms_unsplit_complex() 3644 tmp = gen_rtx_CONCAT (DECL_MODE (parm), real, imag); in assign_parms_unsplit_complex() 3799 x = gen_rtx_MEM (DECL_MODE (result), addr); in assign_parms() 5138 x = gen_rtx_MEM (DECL_MODE (res), x); in expand_function_start() [all …]
|
| D | stor-layout.cc | 661 if (DECL_MODE (decl) == VOIDmode) in layout_decl() 735 if (TYPE_MODE (type) == BLKmode && DECL_MODE (decl) == BLKmode in layout_decl() 811 PUT_MODE (rtl, DECL_MODE (decl)); in layout_decl() 1875 && known_gt (GET_MODE_PRECISION (DECL_MODE (field)), in compute_record_mode() 1877 mode = DECL_MODE (field); in compute_record_mode()
|
| D | varasm.cc | 1462 if (GET_MODE (x) != DECL_MODE (decl)) in make_decl_rtl() 1463 SET_DECL_RTL (decl, adjust_address_nv (x, DECL_MODE (decl), 0)); in make_decl_rtl() 1507 machine_mode mode = DECL_MODE (decl); in make_decl_rtl() 1630 x = gen_rtx_MEM (DECL_MODE (decl), x); in make_decl_rtl() 3487 if (DECL_ALIGN (decl) < GET_MODE_ALIGNMENT (DECL_MODE (decl)) in build_constant_desc() 3488 && ((optab_handler (movmisalign_optab, DECL_MODE (decl)) in build_constant_desc() 3490 || targetm.slow_unaligned_access (DECL_MODE (decl), in build_constant_desc() 3492 SET_DECL_ALIGN (decl, GET_MODE_ALIGNMENT (DECL_MODE (decl))); in build_constant_desc() 7129 return mergeable_constant_section (DECL_MODE (decl), align, 0); in default_elf_select_section()
|
| D | ipa-param-manipulation.cc | 983 SET_DECL_MODE (ddecl, DECL_MODE (origin)); in modify_call() 1205 SET_DECL_MODE (dp_ddecl, DECL_MODE (dead_param)); in mark_dead_statements() 2370 SET_DECL_MODE (vexpr, DECL_MODE (decl)); in reset_debug_stmts()
|
| D | tree-ssa-coalesce.cc | 1558 var1 ? DECL_MODE (var1) : TYPE_MODE (t1), in gimple_can_coalesce_p() 1561 var2 ? DECL_MODE (var2) : TYPE_MODE (t2), in gimple_can_coalesce_p()
|
| D | expr.cc | 5298 || DECL_MODE (base) == BLKmode) in non_mem_decl_p() 6816 mode = DECL_MODE (field); in store_constructor() 7439 && DECL_MODE (TREE_OPERAND (TREE_OPERAND (exp, 0), 0)) != BLKmode)) in store_field() 7636 && DECL_MODE (field) != BLKmode) in get_inner_reference() 7643 mode = DECL_MODE (field); in get_inner_reference() 7651 else if (DECL_MODE (field) == BLKmode) in get_inner_reference() 10563 && VECTOR_TYPE_P (type) && exp && DECL_MODE (exp) != mode) in expand_expr_real_1() 10615 && !memory_address_addr_space_p (exp ? DECL_MODE (exp) in expand_expr_real_1() 10651 dmode = DECL_MODE (exp); in expand_expr_real_1() 10891 && known_eq (GET_MODE_BITSIZE (DECL_MODE (base)), type_size)) in expand_expr_real_1() [all …]
|
| D | var-tracking.cc | 5182 if (DECL_MODE (t) == BLKmode) in tracked_record_parameter_p() 5372 if ((paradoxical_subreg_p (mode, DECL_MODE (expr)) in track_loc_p() 5374 && !COMPLEX_MODE_P (DECL_MODE (expr)) in track_loc_p() 5375 && hard_regno_nregs (REGNO (loc), DECL_MODE (expr)) == 1)) in track_loc_p() 5376 && known_eq (offset + byte_lowpart_offset (DECL_MODE (expr), mode), 0)) in track_loc_p() 5378 mode = DECL_MODE (expr); in track_loc_p() 6026 && DECL_MODE (REG_EXPR (loc)) != BLKmode in add_stores() 6525 machine_mode mode = DECL_MODE (dtemp); in prepare_call_arguments() 8797 mode = DECL_MODE (decl); in emit_note_insn_var_location()
|
| D | tree-streamer-out.cc | 202 bp_pack_machine_mode (bp, DECL_MODE (expr)); in pack_ts_decl_common_value_fields()
|
| D | ipa-free-lang-data.cc | 647 DECL_MODE (decl) = VOIDmode; in free_lang_data_in_decl()
|
| D | tree-ssa-loop-ivopts.cc | 3771 x = gen_rtx_MEM (DECL_MODE (obj), x); in produce_memory_decl_rtl() 3778 x = gen_rtx_MEM (DECL_MODE (obj), x); in produce_memory_decl_rtl() 3814 x = gen_raw_REG (DECL_MODE (obj), (*regno)++); in prepare_decl_rtl() 3826 if (DECL_MODE (obj) == BLKmode) in prepare_decl_rtl() 3829 x = gen_raw_REG (DECL_MODE (obj), (*regno)++); in prepare_decl_rtl() 7833 SET_DECL_MODE (vexpr, DECL_MODE (SSA_NAME_VAR (def))); in remove_unused_ivs()
|
| D | print-tree.cc | 490 mode = DECL_MODE (node); in print_node()
|
| D | explow.cc | 883 machine_mode mode = DECL_MODE (decl); in promote_decl_mode()
|
| D | tree-inline.cc | 215 SET_DECL_MODE (vexpr, DECL_MODE (SSA_NAME_VAR (name))); in remap_ssa_name() 6450 SET_DECL_MODE (ddecl, DECL_MODE (parm)); in tree_function_versioning() 6487 SET_DECL_MODE (vexpr, DECL_MODE (parm)); in tree_function_versioning()
|
| D | tree-ssa.cc | 445 SET_DECL_MODE (vexpr, DECL_MODE (value)); in insert_debug_temp_for_var_def()
|
| D | tree-into-ssa.cc | 1289 SET_DECL_MODE (def, DECL_MODE (var)); in rewrite_debug_stmt_uses()
|
| D | tree.h | 1155 (DECL_BIT_FIELD (FIELD_DECL_CHECK (NODE)) && DECL_MODE (NODE) != BLKmode) 2662 #define DECL_MODE(NODE) (DECL_COMMON_CHECK (NODE)->decl_common.mode) macro
|
| D | lto-streamer-out.cc | 1252 hstate.add_hwi (DECL_MODE (t)); in hash_tree()
|
| D | ipa-sra.cc | 2211 if (DECL_MODE (parm) != BLKmode in check_gensum_access()
|
| D | dwarf2out.cc | 17458 mode = DECL_MODE (PAT_VAR_LOCATION_DECL (varloc)); in dw_loc_list_1() 17460 mode = DECL_MODE (loc); in dw_loc_list_1() 18980 val &= GET_MODE_MASK (DECL_MODE (loc)); in loc_list_from_tree_1() 20735 && DECL_MODE (decl) != VOIDmode) in rtl_for_decl_location() 20842 && add_const_value_attribute (die, DECL_MODE (decl), rtl)) in add_location_or_const_value_attribute() 20863 && add_const_value_attribute (die, DECL_MODE (decl), rtl)) in add_location_or_const_value_attribute()
|
| /netbsd/src/external/gpl3/gcc/dist/libobjc/ |
| D | encoding.c | 81 #define DECL_MODE(TYPE) *(TYPE) macro
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/sparc/ |
| D | sparc.h | 1168 int end = end_hard_regno (DECL_MODE (decl), REGNO); \
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/lto/ |
| D | lto-common.cc | 1172 compare_values (DECL_MODE); in compare_tree_sccs_1()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/ |
| D | darwin.cc | 1372 machine_mode mode = DECL_MODE (exp); in darwin_mergeable_constant_section()
|