Home
last modified time | relevance | path

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

12

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dstor-layout.c399 DECL_SIZE_UNIT (decl) = TYPE_SIZE_UNIT (type);
402 DECL_SIZE_UNIT (decl)
431 || DECL_SIZE_UNIT (decl) == 0
432 || TREE_CODE (DECL_SIZE_UNIT (decl)) == INTEGER_CST))
464 && DECL_SIZE_UNIT (decl) != 0)
470 if (DECL_SIZE_UNIT (decl) != 0
471 && TREE_CODE (DECL_SIZE_UNIT (decl)) != INTEGER_CST)
472 DECL_SIZE_UNIT (decl) = variable_size (DECL_SIZE_UNIT (decl));
479 tree size = DECL_SIZE_UNIT (decl);
837 DECL_SIZE_UNIT (field), rli->offset));
[all …]
H A Dlanghooks.c440 && DECL_SIZE_UNIT (exp) != 0)
441 return DECL_SIZE_UNIT (exp);
H A Demit-rtl.c1776 size = (DECL_SIZE_UNIT (t)
1777 && host_integerp (DECL_SIZE_UNIT (t), 1)
1778 ? GEN_INT (tree_low_cst (DECL_SIZE_UNIT (t), 1)) : 0);
2237 if (! DECL_SIZE_UNIT (field))
2245 if (TREE_CODE (DECL_SIZE_UNIT (field)) == INTEGER_CST
2246 && compare_tree_int (DECL_SIZE_UNIT (field), size) >= 0
2264 && DECL_SIZE_UNIT (expr)
2265 && TREE_CODE (DECL_SIZE_UNIT (expr)) == INTEGER_CST
2266 && compare_tree_int (DECL_SIZE_UNIT (expr), size) >= 0
H A Dvarasm.c1501 && ! host_integerp (DECL_SIZE_UNIT (decl), 1))
1593 unsigned HOST_WIDE_INT size = tree_low_cst (DECL_SIZE_UNIT (decl), 1);
1655 tree_low_cst (DECL_SIZE_UNIT (decl), 1),
1659 assemble_zeros (tree_low_cst (DECL_SIZE_UNIT (decl), 1));
4295 else if (DECL_SIZE_UNIT (field))
4299 if (host_integerp (DECL_SIZE_UNIT (field), 1))
4300 fieldsize = tree_low_cst (DECL_SIZE_UNIT (field), 1);
H A Dprint-tree.c389 print_node (file, "unit size", DECL_SIZE_UNIT (node), indent + 4);
H A Dstmt.c3883 DECL_SIZE_UNIT (decl) = TYPE_SIZE_UNIT (type);
3956 else if (TREE_CODE (DECL_SIZE_UNIT (decl)) == INTEGER_CST
3958 && 0 < compare_tree_int (DECL_SIZE_UNIT (decl),
4014 size = expand_expr (DECL_SIZE_UNIT (decl), NULL_RTX, VOIDmode, 0);
/openbsd/gnu/gcc/gcc/
H A Dstor-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 …]
H A Dlanghooks.c428 && DECL_SIZE_UNIT (exp) != 0) in lhd_expr_size()
429 return DECL_SIZE_UNIT (exp); in lhd_expr_size()
H A Dvarasm.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()
1658 size = tree_low_cst (DECL_SIZE_UNIT (decl), 1); in assemble_noswitch_variable()
1702 tree_low_cst (DECL_SIZE_UNIT (decl), 1), in assemble_variable_contents()
1706 assemble_zeros (tree_low_cst (DECL_SIZE_UNIT (decl), 1)); in assemble_variable_contents()
1790 && ! host_integerp (DECL_SIZE_UNIT (decl), 1)) in assemble_variable()
4336 else if (DECL_SIZE_UNIT (field)) in output_constructor()
4340 if (host_integerp (DECL_SIZE_UNIT (field), 1)) in output_constructor()
4341 fieldsize = tree_low_cst (DECL_SIZE_UNIT (field), 1); in output_constructor()
6059 size = tree_low_cst (DECL_SIZE_UNIT (decl), 1); in place_block_symbol()
[all …]
H A Demit-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()
H A Dcfgexpand.c222 stack_vars[stack_vars_num].size = tree_low_cst (DECL_SIZE_UNIT (decl), 1); in add_stack_var()
611 size = tree_low_cst (DECL_SIZE_UNIT (var), 1); in expand_one_stack_var()
733 if (optimize == 0 && tree_low_cst (DECL_SIZE_UNIT (var), 1) < 32) in defer_stack_allocation()
H A Dtree-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()
H A Dstmt.c1858 DECL_SIZE_UNIT (decl) = TYPE_SIZE_UNIT (type); in expand_decl()
1918 else if (TREE_CODE (DECL_SIZE_UNIT (decl)) == INTEGER_CST in expand_decl()
1920 && 0 < compare_tree_int (DECL_SIZE_UNIT (decl), in expand_decl()
1966 size = expand_normal (DECL_SIZE_UNIT (decl)); in expand_decl()
H A Dtree-ssa-ccp.c1702 if (!DECL_SIZE_UNIT (f) in maybe_fold_offset_to_component_ref()
1703 || TREE_CODE (DECL_SIZE_UNIT (f)) != INTEGER_CST) in maybe_fold_offset_to_component_ref()
1706 if (!tree_int_cst_lt (t, DECL_SIZE_UNIT (f))) in maybe_fold_offset_to_component_ref()
H A Dtree-browser.c388 TB_SET_HEAD (DECL_SIZE_UNIT (head)); in browse_tree()
H A Dgimplify.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()
H A Dcoverage.c725 DECL_SIZE_UNIT (tree_ctr_tables[counter]) = TYPE_SIZE_UNIT (array_type); in build_ctr_info_value()
H A Dprint-tree.c436 print_node (file, "unit size", DECL_SIZE_UNIT (node), indent + 4); in print_node()
H A Dfunction.c1988 DECL_SIZE_UNIT (p) = NULL; in split_complex_args()
3199 gimplify_one_sizepos (&DECL_SIZE_UNIT (parm), &stmts); in gimplify_parameters()
3226 args = tree_cons (NULL, DECL_SIZE_UNIT (parm), NULL); in gimplify_parameters()
/openbsd/gnu/usr.bin/gcc/gcc/config/
H A Ddarwin.h385 if (tree_low_cst (DECL_SIZE_UNIT (DECL), 1) == 0) \
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dconstants.c457 DECL_SIZE_UNIT (data_decl) = TYPE_SIZE_UNIT (TREE_TYPE (data_decl)); in build_constants_constructor()
H A Dclass.c990 DECL_SIZE_UNIT (decl) = TYPE_SIZE_UNIT (class_type_node);
1844 DECL_SIZE_UNIT (base_decl) = TYPE_SIZE_UNIT (super_class);
/openbsd/gnu/gcc/gcc/config/
H A Ddarwin.h551 if (tree_low_cst (DECL_SIZE_UNIT (DECL), 1) == 0) \
/openbsd/gnu/gcc/gcc/config/ia64/
H A Dpredicates.md73 t = DECL_SIZE_UNIT (t);
/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dcom.c7522 assert (TREE_CODE (DECL_SIZE_UNIT (t)) == INTEGER_CST); in ffecom_sym_transform_()
7523 assert (0 == compare_tree_int (DECL_SIZE_UNIT (t), in ffecom_sym_transform_()
8553 assert (DECL_SIZE_UNIT (cbt) != NULL_TREE); in ffecom_transform_common_()
8554 assert (TREE_CODE (DECL_SIZE_UNIT (cbt)) == INTEGER_CST); in ffecom_transform_common_()
8555 assert (0 == compare_tree_int (DECL_SIZE_UNIT (cbt), in ffecom_transform_common_()
8685 assert (TREE_CODE (DECL_SIZE_UNIT (eqt)) == INTEGER_CST); in ffecom_transform_equiv_()
8686 assert (0 == compare_tree_int (DECL_SIZE_UNIT (eqt), in ffecom_transform_equiv_()
13286 DECL_SIZE_UNIT (newdecl) = DECL_SIZE_UNIT (olddecl); in duplicate_decls()

12