Searched refs:clear_storage_hints (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | expr.h | 192 extern rtx clear_storage_hints (rtx, rtx, enum block_op_methods,
|
H A D | expr.c | 3048 clear_storage_hints (rtx object, rtx size, enum block_op_methods method, in clear_storage_hints() function 3116 return clear_storage_hints (object, size, method, 0, -1, min, max, max); in clear_storage()
|
H A D | builtins.c | 5060 dest_addr = clear_storage_hints (dest_mem, len_rtx, in expand_builtin_memset_args()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | expr.h | 200 extern rtx clear_storage_hints (rtx, rtx, enum block_op_methods,
|
H A D | expr.cc | 3239 clear_storage_hints (rtx object, rtx size, enum block_op_methods method, in clear_storage_hints() function 3312 return clear_storage_hints (object, size, method, 0, -1, min, max, max, 0); in clear_storage()
|
H A D | builtins.cc | 4273 dest_addr = clear_storage_hints (dest_mem, len_rtx, in expand_builtin_memset_args()
|
H A D | ChangeLog-2013 | 7336 emit_block_move, clear_storage_hints, set_storage_via_setmem): 7338 * expr.h (emit_block_move_hints, clear_storage_hints, 7774 (clear_storage_hints): Likewise. 7777 * expr.h (emit_block_move_hints, clear_storage_hints,
|
H A D | ChangeLog-2021 | 27732 * expr.c (clear_storage_hints): ... this. Try store by 27735 * expr.h (clear_storage_hints): Likewise.
|
H A D | ChangeLog-2007 | 30981 (clear_storage_hints): Break out from ...; add histograms. 30985 (clear_storage_hints, clear_storage_via_libcall): Declare.
|
H A D | ChangeLog-2018 | 19877 (clear_storage_hints, push_block, emit_push_insn): Likewise. 34891 * expr.c (emit_group_load_1, clear_storage_hints): Likewise.
|
H A D | ChangeLog-2009 | 5006 (clear_storage_hints): Likewise.
|
H A D | ChangeLog-2014 | 10484 (clear_storage_hints): Likewise.
|