Home
last modified time | relevance | path

Searched refs:DECL_MODE (Results 1 – 25 of 32) sorted by relevance

12

/NextBSD/contrib/gcc/
HDstor-layout.c323 if (DECL_MODE (decl) == VOIDmode) in layout_decl()
324 DECL_MODE (decl) = TYPE_MODE (type); in layout_decl()
391 DECL_MODE (decl) = xmode; in layout_decl()
397 if (TYPE_MODE (type) == BLKmode && DECL_MODE (decl) == BLKmode in layout_decl()
477 PUT_MODE (rtl, DECL_MODE (decl)); in layout_decl()
491 DECL_MODE (decl) = VOIDmode; in relayout_decl()
1349 mode = DECL_MODE (field); in compute_record_mode()
HDstmt.c1546 = DECL_MODE (DECL_RESULT (current_function_decl)); in expand_value_return()
1866 DECL_MODE (decl) = TYPE_MODE (type); in expand_decl()
1908 = promote_mode (type, DECL_MODE (decl), &unsignedp, 0); in expand_decl()
1951 DECL_ALIGN (decl) = (DECL_MODE (decl) == BLKmode ? BIGGEST_ALIGNMENT in expand_decl()
1952 : GET_MODE_BITSIZE (DECL_MODE (decl))); in expand_decl()
1988 x = gen_rtx_MEM (DECL_MODE (decl), address); in expand_decl()
2064 if (mode == BLKmode && DECL_MODE (decl) != BLKmode) in expand_anon_union_decl()
2065 DECL_MODE (decl_elt) = mode in expand_anon_union_decl()
HDfunction.c1852 if (DECL_MODE (decl) == BLKmode) in use_register_for_decl()
1994 DECL_MODE (p) = VOIDmode; in split_complex_args()
2926 enum machine_mode inner = GET_MODE_INNER (DECL_MODE (parm)); in assign_parms_unsplit_complex()
2943 tmp = assign_stack_local (DECL_MODE (parm), size, in assign_parms_unsplit_complex()
2955 tmp = gen_rtx_CONCAT (DECL_MODE (parm), real, imag); in assign_parms_unsplit_complex()
2965 tmp = gen_rtx_CONCAT (DECL_MODE (parm), real, imag); in assign_parms_unsplit_complex()
3066 x = gen_rtx_MEM (DECL_MODE (result), addr); in assign_parms()
3276 && mode != DECL_MODE (arg)) in promoted_input_arg()
3278 *pmode = DECL_MODE (arg); in promoted_input_arg()
4108 x = gen_rtx_MEM (DECL_MODE (DECL_RESULT (subr)), x); in expand_function_start()
[all …]
HDcfgexpand.c531 x = gen_rtx_MEM (DECL_MODE (decl), x); in expand_one_stack_var_at()
646 = promote_mode (type, DECL_MODE (var), &unsignedp, 0); in expand_one_register_var()
674 enum machine_mode mode = DECL_MODE (var); in expand_one_error_var()
HDvarasm.c1027 if (GET_MODE (x) != DECL_MODE (decl)) in make_decl_rtl()
1028 SET_DECL_RTL (decl, adjust_address_nv (x, DECL_MODE (decl), 0)); in make_decl_rtl()
1099 SET_DECL_RTL (decl, gen_rtx_raw_REG (DECL_MODE (decl), reg_number)); in make_decl_rtl()
1111 nregs = hard_regno_nregs[reg_number][DECL_MODE (decl)]; in make_decl_rtl()
1153 x = gen_rtx_MEM (DECL_MODE (decl), x); in make_decl_rtl()
5553 return mergeable_constant_section (DECL_MODE (decl), align, 0); in default_elf_select_section()
HDtree-ssa-loop-ivopts.c2444 return gen_rtx_MEM (DECL_MODE (obj), x); in produce_memory_decl_rtl()
2473 x = gen_raw_REG (DECL_MODE (obj), (*regno)++); in prepare_decl_rtl()
2485 if (DECL_MODE (obj) == BLKmode) in prepare_decl_rtl()
2488 x = gen_raw_REG (DECL_MODE (obj), (*regno)++); in prepare_decl_rtl()
3578 rtx x = gen_rtx_MEM (DECL_MODE (var), in force_expr_to_var_cost()
HDprint-tree.c426 mode = DECL_MODE (node); in print_node()
HDexpr.c4970 mode = DECL_MODE (field); in store_constructor()
5222 = gen_reg_rtx (promote_mode (domain, DECL_MODE (index), in store_constructor()
5666 mode = DECL_MODE (TREE_OPERAND (exp, 1)); in get_inner_reference()
6953 && (!memory_address_p (DECL_MODE (exp), XEXP (decl_rtl, 0)) in expand_expr_real_1()
6974 && GET_MODE (decl_rtl) != DECL_MODE (exp)) in expand_expr_real_1()
6980 pmode = promote_mode (type, DECL_MODE (exp), &unsignedp, in expand_expr_real_1()
7398 || ((GET_MODE_CLASS (DECL_MODE (field)) == MODE_INT) in expand_expr_real_1()
7399 && (GET_MODE_BITSIZE (DECL_MODE (field)) in expand_expr_real_1()
HDc-decl.c1701 DECL_MODE (newdecl) = DECL_MODE (olddecl); in merge_decls()
2550 DECL_MODE (label) = VOIDmode; in make_label()
6200 DECL_MODE (*fieldlistp) = TYPE_MODE (TREE_TYPE (*fieldlistp)); in finish_struct()
6277 && (!TYPE_FIELDS (t) || TYPE_MODE (t) != DECL_MODE (TYPE_FIELDS (t)))) in finish_struct()
HDtree-sra.c1330 && DECL_MODE (f) != TYPE_MODE (field_type)) in instantiate_missing_elements()
HDtree.def310 and DECL_MODE fields exist in decl nodes just as in type nodes.
HDtree.h2477 #define DECL_MODE(NODE) (DECL_COMMON_CHECK (NODE)->decl_common.mode) macro
HDc-common.c4530 || TYPE_MODE (type) != DECL_MODE (TYPE_FIELDS (type))) in handle_transparent_union_attribute()
HDtree.c551 DECL_MODE (t) = FUNCTION_MODE; in make_node_stat()
HDc-typeck.c1504 if (pedantic || DECL_MODE (decl) == BLKmode) in decl_constant_value_for_broken_optimization()
HDdwarf2out.c9231 val &= GET_MODE_MASK (DECL_MODE (loc)); in loc_descriptor_from_tree_1()
/NextBSD/contrib/gcc/cp/
HDclass.c1484 DECL_MODE (TYPE_MAIN_DECL (t)) = BLKmode; in finish_struct_bits()
3617 DECL_MODE (decl) = TYPE_MODE (basetype); in build_base_field()
4737 DECL_MODE (field) = TYPE_MODE (type); in layout_class_type()
4739 && DECL_MODE (field) != TYPE_MODE (type)) in layout_class_type()
4909 DECL_MODE (*next_field) = DECL_MODE (field); in layout_class_type()
5113 DECL_MODE (x) = TYPE_MODE (t); in finish_struct_1()
HDdecl.c2243 DECL_MODE (decl) = VOIDmode; in make_label_decl()
HDChangeLog-20023467 * class.c (finish_struct_1): Update static field's DECL_MODE even
HDChangeLog-20046711 the DECL_SIZE and DECL_MODE of fields to the base class type.
/NextBSD/contrib/gcc/config/sparc/
HDsparc.h1634 int end = HARD_REGNO_NREGS ((REGNO), DECL_MODE (decl)) + (REGNO); \
HDsparc.c4716 && DECL_MODE (field) == BLKmode) in function_arg_record_value_1()
4840 enum machine_mode mode = DECL_MODE (field); in function_arg_record_value_2()
/NextBSD/contrib/gcc/config/mips/
HDmips.c6314 && GET_MODE_CLASS (DECL_MODE (return_type)) == MODE_FLOAT in mips_save_reg_p()
6315 && GET_MODE_SIZE (DECL_MODE (return_type)) <= UNITS_PER_FPVALUE) in mips_save_reg_p()
7140 && GET_MODE_CLASS (DECL_MODE (return_type)) == MODE_FLOAT in mips_can_use_return_insn()
7141 && GET_MODE_SIZE (DECL_MODE (return_type)) <= UNITS_PER_FPVALUE) in mips_can_use_return_insn()
/NextBSD/contrib/gcc/config/i386/
HDi386.c14379 if (DECL_MODE (TYPE_FIELDS (type)) == DFmode && align < 64) in ix86_data_alignment()
14381 if (ALIGN_MODE_128 (DECL_MODE (TYPE_FIELDS (type))) && align < 128) in ix86_data_alignment()
14434 if (DECL_MODE (TYPE_FIELDS (type)) == DFmode && align < 64) in ix86_local_alignment()
14436 if (ALIGN_MODE_128 (DECL_MODE (TYPE_FIELDS (type))) && align < 128) in ix86_local_alignment()
/NextBSD/contrib/gcc/config/arm/
HDarm.c10364 mode = DECL_MODE (DECL_RESULT (current_function_decl)); in arm_size_return_regs()
13132 mode = DECL_MODE (DECL_RESULT (current_function_decl)); in thumb_exit()

12