Home
last modified time | relevance | path

Searched refs:store_constructor (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dexpr.c145 static void store_constructor (tree, rtx, int, HOST_WIDE_INT);
4872 store_constructor (exp, target, cleared, bitsize / BITS_PER_UNIT); in store_constructor_field()
4887 store_constructor (tree exp, rtx target, int cleared, HOST_WIDE_INT size) in store_constructor() function
5249 store_constructor (value, xtarget, cleared, in store_constructor()
7193 store_constructor (exp, target, 0, int_expr_size (exp)); in expand_expr_real_1()
H A DFSFChangeLog.102281 (store_constructor): Take 'cleared' parameter.
2284 * expr.c (store_constructor, SET_TYPE): Fix off-by-one-error.
2286 (store_constructor): `continue' in wrong place.
2288 * expr.c (store_constructor): If storing into a range of array
2291 (store_constructor): Handle RANGE_EXPR in array index.
3232 (store_constructor): Track if target is already cleared.
3368 (store_constructor): Likewise for memset.
3392 * expr.c (store_constructor): Fix error in last change: just
3985 * expr.c (store_constructor, record): If field is READONLY,
4707 (store_constructor): Call clear_storage with rtx.
[all …]
H A DChangeLog-200050 * expr.c (copy_blkmode_from_reg, store_constructor): Likewise.
3037 * expr.c (store_constructor): If a field is non addressable and
6026 * expr.c (store_constructor): Apply MEM_ALIAS_SET to MEMs only.
8187 (store_constructor): Pass alias_set to it.
23751 * expr.c (store_constructor): Properly compute displacement and
24030 * expr.c (store_constructor): SIZE now signed.
24305 (store_constructor): Use host_integerp, tree_low_cst, and
26184 (store_constructor): Use fields_length.
27648 * expr.c (store_constructor): Do not emit USE.
27740 (store_constructor): Use proper types for size_binop args.
[all …]
H A DChangeLog-20041904 (store_constructor): Likewise.
14579 store_constructor, store_field, safe_from_p, expand_var,
16948 expand_assignment, store_constructor, store_field,
19057 expand_assignment, store_constructor, store_field,
23442 (store_constructor): Expand increment as an assignment.
23475 store_constructor, store_expr, try_casesi,
26468 (store_constructor): Don't pre-evaluate SAVE_EXPR.
31852 * expr.c (store_constructor): Restore sanity check on
37696 * expr.c (store_constructor): Likewise.
38269 * expr.c (store_expr, store_constructor, safe_from_p,
[all …]
H A DChangeLog-20014018 * expr.c (store_constructor): Actually use the value computed
5605 * expr.c (store_constructor, store_constructor_field): Likewise.
7579 * expr.c (expand_assignment, store_constructor): If can't address,
7583 (store_constructor): Simplify call to store_constructor_field.
8269 (store_constructor, expand_expr_unaligned): Likewise.
10623 * expr.c (store_constructor): Handle zero-length arrays and
14987 * expr.c (store_constructor): Don't clobber memory targets.
18051 (store_constructor): Initialize minelt and maxelt.
27302 * expr.c (store_constructor): Likewise.
31624 (store_constructor): Likewise.
[all …]
H A DFSFChangeLog.11416 * expr.c (store_constructor): Use TARGET, not EXP, for
3743 * expr.c (store_constructor): Use CONST0_RTX macro, not always
9953 * expr.c (store_constructor): Delete unnecessary increment.
13361 (store_constructor): Likewise
13747 * expr.c (store_constructor): Fix test for missing array elements.
H A DChangeLog-1999211 * expr.c (store_constructor): Don't call clear_storage if size is
352 * expr.c (store_constructor): New argument SIZE; pass to clear_storage.
1932 * expr.c (store_constructor): Use EXACT_DIV_EXPR when dividend is
1935 * expr.c (store_constructor): Don't clobber TARGET if CLEARED.
3862 (store_constructor): Set BITSIZE to -1 for variable size and properly
5391 * expr.c (store_constructor): Clear union if constructor is empty.
H A DChangeLog-20028621 * expr.c (emit_push_insn, store_constructor, expand_expr): Likewise.
9903 (store_constructor): Likewise.
25696 (store_constructor, expand_expr, case COMPONENT_REF): Likewise.
26964 * expr.c (store_expr, store_constructor, expand_expr, do_jump,
30993 * expr.c (store_constructor): Handle target REG case for ARRAY_TYPE.
31226 (store_constructor): Same.
H A DChangeLog-20031776 * expr.c (store_constructor): Only set RTX_UNCHANGING_P for
15156 (store_constructor): Simplify code when size is zero, or the
21816 * expr.c (store_constructor, get_inner_reference): Likewise.
25764 * expr.c (store_constructor): Set RTX_UNCHANGING_P if readonly_field_p
27041 * expr.c (store_constructor): Use setbits_libfunc.
27271 (store_constructor): Ditto, and same for copy_size_rtx.
H A DChangeLog-19985463 * expr.c (store_constructor): When initializing a field that is smaller
9302 * expr.c (expand_assignment, store_constructor, expand_expr): Use
16274 (store_constructor): Bracket declaration of startb, endb with
H A DChangeLog-20067566 * expr.c (store_constructor): Don't bother clearing target if
7808 * expr.c (store_expr, store_constructor, get_inner_reference,
H A DChangeLog-200511122 * expr.c (categorize_ctor_elements_1, store_constructor,
14551 * expr.c (store_constructor): Use store of 0 to indicate value
20560 (store_expr, store_constructor): Adjust callers.
35044 * expr.c (store_constructor): Use rtvec_alloc instead of
H A DChangeLog.tree-ssa12896 * expr.c (store_constructor): Initialize variables 'lo', 'hi',