Home
last modified time | relevance | path

Searched refs:DECL_SIZE_UNIT (Results 1 – 25 of 31) sorted by relevance

12

/NextBSD/contrib/gcc/
HDstor-layout.c329 DECL_SIZE_UNIT (decl) = TYPE_SIZE_UNIT (type); in layout_decl()
331 else if (DECL_SIZE_UNIT (decl) == 0) in layout_decl()
332 DECL_SIZE_UNIT (decl) in layout_decl()
420 || DECL_SIZE_UNIT (decl) == 0 in layout_decl()
421 || TREE_CODE (DECL_SIZE_UNIT (decl)) == INTEGER_CST)) in layout_decl()
450 if (DECL_SIZE_UNIT (decl) != 0 in layout_decl()
451 && TREE_CODE (DECL_SIZE_UNIT (decl)) != INTEGER_CST) in layout_decl()
452 DECL_SIZE_UNIT (decl) = variable_size (DECL_SIZE_UNIT (decl)); in layout_decl()
459 tree size = DECL_SIZE_UNIT (decl); in layout_decl()
490 DECL_SIZE (decl) = DECL_SIZE_UNIT (decl) = 0; in relayout_decl()
[all …]
HDlanghooks.c428 && DECL_SIZE_UNIT (exp) != 0) in lhd_expr_size()
429 return DECL_SIZE_UNIT (exp); in lhd_expr_size()
HDvarasm.c939 if (DECL_SIZE_UNIT (decl) == NULL) in get_block_for_decl()
941 if (!host_integerp (DECL_SIZE_UNIT (decl), 1)) in get_block_for_decl()
1657 size = tree_low_cst (DECL_SIZE_UNIT (decl), 1); in assemble_noswitch_variable()
1701 tree_low_cst (DECL_SIZE_UNIT (decl), 1), in assemble_variable_contents()
1705 assemble_zeros (tree_low_cst (DECL_SIZE_UNIT (decl), 1)); in assemble_variable_contents()
1789 && ! host_integerp (DECL_SIZE_UNIT (decl), 1)) in assemble_variable()
4337 else if (DECL_SIZE_UNIT (field)) in output_constructor()
4341 if (host_integerp (DECL_SIZE_UNIT (field), 1)) in output_constructor()
4342 fieldsize = tree_low_cst (DECL_SIZE_UNIT (field), 1); in output_constructor()
6061 size = tree_low_cst (DECL_SIZE_UNIT (decl), 1); in place_block_symbol()
[all …]
HDemit-rtl.c1548 size = (DECL_SIZE_UNIT (t) in set_mem_attributes_minus_bitpos()
1549 && host_integerp (DECL_SIZE_UNIT (t), 1) in set_mem_attributes_minus_bitpos()
1550 ? GEN_INT (tree_low_cst (DECL_SIZE_UNIT (t), 1)) : 0); in set_mem_attributes_minus_bitpos()
2005 if (! DECL_SIZE_UNIT (field)) in widen_memory_access()
2013 if (TREE_CODE (DECL_SIZE_UNIT (field)) == INTEGER_CST in widen_memory_access()
2014 && compare_tree_int (DECL_SIZE_UNIT (field), size) >= 0 in widen_memory_access()
2033 && DECL_SIZE_UNIT (expr) in widen_memory_access()
2034 && TREE_CODE (DECL_SIZE_UNIT (expr)) == INTEGER_CST in widen_memory_access()
2035 && compare_tree_int (DECL_SIZE_UNIT (expr), size) >= 0 in widen_memory_access()
HDcfgexpand.c219 stack_vars[stack_vars_num].size = tree_low_cst (DECL_SIZE_UNIT (decl), 1); in add_stack_var()
594 size = tree_low_cst (DECL_SIZE_UNIT (var), 1); in expand_one_stack_var()
716 if (optimize == 0 && tree_low_cst (DECL_SIZE_UNIT (var), 1) < 32) in defer_stack_allocation()
HDtree-mudflap.c818 if (TREE_CODE (DECL_SIZE_UNIT (field)) == INTEGER_CST) in mf_xform_derefs_1()
819 size = DECL_SIZE_UNIT (field); in mf_xform_derefs_1()
HDtree-ssa-ccp.c1700 if (!DECL_SIZE_UNIT (f) in maybe_fold_offset_to_component_ref()
1701 || TREE_CODE (DECL_SIZE_UNIT (f)) != INTEGER_CST) in maybe_fold_offset_to_component_ref()
1704 if (!tree_int_cst_lt (t, DECL_SIZE_UNIT (f))) in maybe_fold_offset_to_component_ref()
HDstmt.c1869 DECL_SIZE_UNIT (decl) = TYPE_SIZE_UNIT (type); in expand_decl()
1929 else if (TREE_CODE (DECL_SIZE_UNIT (decl)) == INTEGER_CST in expand_decl()
1931 && 0 < compare_tree_int (DECL_SIZE_UNIT (decl), in expand_decl()
1977 size = expand_normal (DECL_SIZE_UNIT (decl)); in expand_decl()
HDtree-browser.c388 TB_SET_HEAD (DECL_SIZE_UNIT (head)); in browse_tree()
HDgimplify.c711 DECL_SIZE_UNIT (var) in force_constant_size()
712 = build_int_cst (TREE_TYPE (DECL_SIZE_UNIT (var)), max_size); in force_constant_size()
725 if (!host_integerp (DECL_SIZE_UNIT (tmp), 1)) in gimple_add_tmp_var()
1230 gimplify_one_sizepos (&DECL_SIZE_UNIT (decl), stmt_p); in gimplify_decl_expr()
1244 args = tree_cons (NULL, DECL_SIZE_UNIT (decl), NULL); in gimplify_decl_expr()
4461 omp_firstprivatize_variable (ctx, DECL_SIZE_UNIT (decl)); in omp_add_variable()
HDcoverage.c743 DECL_SIZE_UNIT (tree_ctr_tables[counter]) = TYPE_SIZE_UNIT (array_type); in build_ctr_info_value()
HDprint-tree.c440 print_node (file, "unit size", DECL_SIZE_UNIT (node), indent + 4); in print_node()
HDc-decl.c1700 DECL_SIZE_UNIT (newdecl) = DECL_SIZE_UNIT (olddecl); in merge_decls()
3192 DECL_SIZE_UNIT (decl) in add_flexible_array_elts_to_size()
3193 = size_binop (PLUS_EXPR, DECL_SIZE_UNIT (decl), TYPE_SIZE_UNIT (type)); in add_flexible_array_elts_to_size()
3683 DECL_SIZE (decl) = DECL_SIZE_UNIT (decl) = 0; in new_block_byref_decl()
HDfunction.c1996 DECL_SIZE_UNIT (p) = NULL; in split_complex_args()
3207 gimplify_one_sizepos (&DECL_SIZE_UNIT (parm), &stmts); in gimplify_parameters()
3234 args = tree_cons (NULL, DECL_SIZE_UNIT (parm), NULL); in gimplify_parameters()
HDtree.c5851 RETURN_TRUE_IF_VAR (DECL_SIZE_UNIT (t)); in variably_modified_type_p()
7621 WALK_SUBTREE (DECL_SIZE_UNIT (decl)); in walk_tree()
7721 WALK_SUBTREE (DECL_SIZE_UNIT (field)); in walk_tree()
HDexpr.c8995 if (DECL_SIZE_UNIT (array) == NULL_TREE in string_constant()
8996 || TREE_CODE (DECL_SIZE_UNIT (array)) != INTEGER_CST in string_constant()
8998 || compare_tree_int (DECL_SIZE_UNIT (array), length) < 0) in string_constant()
9004 if (compare_tree_int (DECL_SIZE_UNIT (array), length) > 0 in string_constant()
HDomp-low.c669 size = remap_decl (DECL_SIZE_UNIT (decl), &ctx->cb); in fixup_remapped_decl()
672 DECL_SIZE_UNIT (new_decl) = size; in fixup_remapped_decl()
HDtree-inline.c180 walk_tree (&DECL_SIZE_UNIT (t), copy_body_r, id, NULL); in remap_decl()
HDc-format.c1387 array_size = DECL_SIZE_UNIT (format_tree); in check_format_arg()
HDtree.h2466 #define DECL_SIZE_UNIT(NODE) (DECL_COMMON_CHECK (NODE)->decl_common.size_unit) macro
/NextBSD/contrib/gcc/config/
HDdarwin.h556 if (tree_low_cst (DECL_SIZE_UNIT (DECL), 1) == 0) \
/NextBSD/contrib/gcc/config/ia64/
HDpredicates.md73 t = DECL_SIZE_UNIT (t);
/NextBSD/contrib/gcc/cp/
HDclass.c783 DECL_SIZE_UNIT (decl) = TYPE_SIZE_UNIT (TREE_TYPE (decl)); in build_primary_vtable()
1777 DECL_SIZE (vtable) = DECL_SIZE_UNIT (vtable) = NULL_TREE; in layout_vtable_decl()
3614 DECL_SIZE_UNIT (decl) = CLASSTYPE_SIZE_UNIT (basetype); in build_base_field()
HDChangeLog-20005356 (build_base_field): Set DECL_SIZE and DECL_SIZE_UNIT using size_binop.
6054 * decl.c (init_decl_processing): Set DECL_SIZE_UNIT.
6056 * optimize.c (remap_decl): Walk DECL_SIZE_UNIT.
6057 * pt.c (tsubst_decl): Set DECL_SIZE_UNIT.
6059 (walk_tree): Walk DECL_SIZE_UNIT.
HDdecl.c5431 DECL_SIZE (decl) = DECL_SIZE_UNIT (decl) = 0; in new_block_byref_decl()

12