Searched refs:expand_builtin_memory_copy_args (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | builtins.c | 128 static rtx expand_builtin_memory_copy_args (tree dest, tree src, tree len, 4210 return expand_builtin_memory_copy_args (dest, src, len, target, exp, in expand_builtin_memcpy() 4230 return expand_builtin_memory_copy_args (dest, src, len, target, exp, in expand_builtin_memmove() 4279 expand_builtin_memory_copy_args (tree dest, tree src, tree len, in expand_builtin_memory_copy_args() function 4393 return expand_builtin_memory_copy_args (dest, src, len, target, orig_exp, in expand_builtin_mempcpy_args()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | builtins.cc | 136 static rtx expand_builtin_memory_copy_args (tree dest, tree src, tree len, 3312 return expand_builtin_memory_copy_args (dest, src, len, target, exp, in expand_builtin_memcpy() 3330 return expand_builtin_memory_copy_args (dest, src, len, target, exp, in expand_builtin_memmove() 3377 expand_builtin_memory_copy_args (tree dest, tree src, tree len, in expand_builtin_memory_copy_args() function 3491 return expand_builtin_memory_copy_args (dest, src, len, target, orig_exp, in expand_builtin_mempcpy_args()
|
H A D | ChangeLog-2019 | 11621 * builtins.c (expand_builtin_memory_copy_args): Add might_overlap parm. 11624 (expand_builtin_memmove): Call expand_builtin_memory_copy_args. 11625 (expand_builtin_memory_copy_args): Add might_overlap parm. 28046 * builtins.c (expand_builtin_memory_copy_args): When having a
|
H A D | ChangeLog-2017 | 21645 expand_builtin_memory_copy_args. 21649 (expand_builtin_memory_copy_args): New function created from 21733 expand_builtin_memory_copy_args. 21737 (expand_builtin_memory_copy_args): New function created from
|
H A D | ChangeLog-2020 | 15176 * builtins.c (expand_builtin_memory_copy_args): Rename called function. 17080 (expand_builtin_memory_copy_args): Handle object representations
|
H A D | ChangeLog-2018 | 2673 * builtins.c (expand_builtin_memory_copy_args): Replace int 25604 * builtins.c (expand_builtin_memory_copy_args): Use
|