Searched refs:get_memory_rtx (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | builtins.c | 78 static rtx get_memory_rtx (tree, tree); 1027 get_memory_rtx (tree exp, tree len) in get_memory_rtx() function 2887 src_mem = get_memory_rtx (src, len); in expand_builtin_memcpy() 2974 dest_mem = get_memory_rtx (dest, len); in expand_builtin_mempcpy() 2988 dest_mem = get_memory_rtx (dest, len); in expand_builtin_mempcpy() 2990 src_mem = get_memory_rtx (src, len); in expand_builtin_mempcpy() 3126 dest_mem = get_memory_rtx (dest, NULL); in expand_movstr() 3127 src_mem = get_memory_rtx (src, NULL); in expand_movstr() 3348 dest_mem = get_memory_rtx (dest, len); in expand_builtin_strncpy() 3611 arg1_rtx = get_memory_rtx (arg1, len); in expand_builtin_memcmp() [all …]
|
| H A D | ChangeLog-2001 | 6827 * builtins.c (get_memory_rtx): Properly set MEM alias set and 7305 * builtins.c (get_memory_rtx): Handle POINTERS_EXTEND_UNSIGNED case. 7718 * builtins.c (get_memory_rtx): Always call set_mem_attributes. 17794 (get_memory_rtx, expand_builtin_va_arg): Likewise.
|
| H A D | ChangeLog-1998 | 9913 * expr.c (get_memory_rtx): New function. 9914 (expand_builtin): Call get_memory_rtx for MEM arguments to builtin
|
| H A D | ChangeLog-1999 | 12618 (get_pointer_alignment, c_strlen, get_memory_rtx, expand_builtin, 20877 (get_memory_rtx): Likewise.
|
| H A D | ChangeLog-2005 | 7984 * builtins.c (get_memory_rtx): Don't strip nops 8042 * builtins.c (get_memory_rtx): Add LEN argument. If MEM_EXPR is 27072 * builtins.c (get_memory_rtx): Expand address exp using EXPAND_NORMAL.
|
| H A D | ChangeLog-2000 | 15086 * builtins.c (get_memory_rtx): Always put into alias set 0. 17071 (get_memory_rtx): Rework to use set_mem_attributes.
|
| H A D | ChangeLog-2003 | 8299 (get_memory_rtx): Likewise.
|
| H A D | ChangeLog-2004 | 11186 * builtins.c (get_memory_rtx): Set mem attributes for non-ADDR_EXPR
|