Home
last modified time | relevance | path

Searched refs:can_store_by_pieces (Results 1 – 18 of 18) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dexpr.h223 extern int can_store_by_pieces (unsigned HOST_WIDE_INT,
Dvalue-prof.cc1699 if (!can_store_by_pieces (val, builtin_memset_read_str, in gimple_stringops_transform()
1705 if (!can_store_by_pieces (val, builtin_memset_read_str, in gimple_stringops_transform()
Dbuiltins.cc3428 && can_store_by_pieces (INTVAL (len_rtx), builtin_memcpy_read_str, in expand_builtin_memory_copy_args()
3783 || !can_store_by_pieces (tree_to_uhwi (len), in expand_builtin_strncpy()
4064 if (!can_store_by_pieces (xlenest, builtin_memset_read_str, in try_store_by_multiple_pieces()
4221 && can_store_by_pieces (tree_to_uhwi (len), in expand_builtin_memset_args()
4249 && can_store_by_pieces (tree_to_uhwi (len), in expand_builtin_memset_args()
Dasan.cc2061 && can_store_by_pieces (sz, builtin_memset_read_str, &c, in asan_emit_stack_protection()
Dexpr.cc1517 can_store_by_pieces (unsigned HOST_WIDE_INT len, in can_store_by_pieces() function
6029 if (can_store_by_pieces (exp_len, string_cst_read_str, (void *) str, in store_expr()
6046 if (!can_store_by_pieces (str_copy_len, string_cst_read_str, in store_expr()
Dtree-ssa-forwprop.cc1405 if (!can_store_by_pieces (src_len, in simplify_builtin_call()
DChangeLog-20079716 (can_store_by_pieces, store_by_pieces): Add MEMSETP argument; use
9718 (store_expr): Pass MEMSETP argument to can_store_by_pieces and
9721 (can_store_by_pieces, store_by_pieces): Update prototypes.
9723 can_store_by_pieces/store_by_pieces.
9727 for optimize_size so that can_store_by_pieces/SET_BY_PIECES_P can
9730 to can_store_by_pieces.
11920 (can_store_by_pieces): Likewise.
DChangeLog-20002348 * expr.c (can_store_by_pieces): Reinitialize max_size for reverse
2362 (can_store_by_pieces): Likewise.
2364 (can_store_by_pieces): New.
DChangeLog-200414576 can_store_by_pieces, store_by_pieces, store_by_pieces_1,
19468 (can_store_by_pieces): Similar for store with STORE_MAX_PIECES.
20011 (can_store_by_pieces): Change max_size type to unsigned int.
DChangeLog-202118294 (can_store_by_pieces): Call widest_fixed_size_mode_for_size
28262 (can_store_by_pieces): Use by_pieces_constfn on constfun.
DChangeLog-20026571 (can_store_by_pieces, store_by_pieces): Use STORE_BY_PIECES_P
20624 (can_store_by_pieces): ... and here to limit the largest mode used.
DChangeLog-20104976 (can_store_by_pieces, store_by_pieces_1): Likewise.
6734 * expr.c (can_store_by_pieces): Add ATTRIBUTE_UNUSED to cst.
DChangeLog-201718097 (can_store_by_pieces): Likewise.
18355 (can_store_by_pieces): Likewise.
DChangeLog-20127637 * expr.c (move_by_pieces, move_by_pieces_ninsns, can_store_by_pieces)
DChangeLog-200315151 * expr.c (can_store_by_pieces): Return true if length is zero.
DChangeLog-201622021 (can_store_by_pieces, store_by_pieces): Use it in arg declarations.
DChangeLog-201128538 * expr.c (move_block_to_reg, can_store_by_pieces, emit_move_insn)
DChangeLog-201410482 (can_store_by_pieces): Likewise.