Searched refs:can_store_by_pieces (Results 1 – 18 of 18) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | expr.h | 223 extern int can_store_by_pieces (unsigned HOST_WIDE_INT,
|
| D | value-prof.cc | 1699 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()
|
| D | builtins.cc | 3428 && 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()
|
| D | asan.cc | 2061 && can_store_by_pieces (sz, builtin_memset_read_str, &c, in asan_emit_stack_protection()
|
| D | expr.cc | 1517 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()
|
| D | tree-ssa-forwprop.cc | 1405 if (!can_store_by_pieces (src_len, in simplify_builtin_call()
|
| D | ChangeLog-2007 | 9716 (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.
|
| D | ChangeLog-2000 | 2348 * expr.c (can_store_by_pieces): Reinitialize max_size for reverse 2362 (can_store_by_pieces): Likewise. 2364 (can_store_by_pieces): New.
|
| D | ChangeLog-2004 | 14576 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.
|
| D | ChangeLog-2021 | 18294 (can_store_by_pieces): Call widest_fixed_size_mode_for_size 28262 (can_store_by_pieces): Use by_pieces_constfn on constfun.
|
| D | ChangeLog-2002 | 6571 (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.
|
| D | ChangeLog-2010 | 4976 (can_store_by_pieces, store_by_pieces_1): Likewise. 6734 * expr.c (can_store_by_pieces): Add ATTRIBUTE_UNUSED to cst.
|
| D | ChangeLog-2017 | 18097 (can_store_by_pieces): Likewise. 18355 (can_store_by_pieces): Likewise.
|
| D | ChangeLog-2012 | 7637 * expr.c (move_by_pieces, move_by_pieces_ninsns, can_store_by_pieces)
|
| D | ChangeLog-2003 | 15151 * expr.c (can_store_by_pieces): Return true if length is zero.
|
| D | ChangeLog-2016 | 22021 (can_store_by_pieces, store_by_pieces): Use it in arg declarations.
|
| D | ChangeLog-2011 | 28538 * expr.c (move_block_to_reg, can_store_by_pieces, emit_move_insn)
|
| D | ChangeLog-2014 | 10482 (can_store_by_pieces): Likewise.
|