Searched refs:get_pointer_alignment (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | builtins.c | 76 static int get_pointer_alignment PARAMS ((tree, unsigned int)); 165 get_pointer_alignment (exp, max_align) in get_pointer_alignment() function 1623 = get_pointer_alignment (src, BIGGEST_ALIGNMENT) / BITS_PER_UNIT; 1959 unsigned int src_align = get_pointer_alignment (src, BIGGEST_ALIGNMENT); 1961 = get_pointer_alignment (dest, BIGGEST_ALIGNMENT); 2126 = get_pointer_alignment (dest, BIGGEST_ALIGNMENT); 2227 = get_pointer_alignment (dest, BIGGEST_ALIGNMENT); 2428 = get_pointer_alignment (arg1, BIGGEST_ALIGNMENT) / BITS_PER_UNIT; 2430 = get_pointer_alignment (arg2, BIGGEST_ALIGNMENT) / BITS_PER_UNIT; 2556 = get_pointer_alignment (arg1, BIGGEST_ALIGNMENT) / BITS_PER_UNIT; [all …]
|
| H A D | FSFChangeLog | 2046 * expr.c (get_pointer_alignment, compare, do_store_flag): Likewise.
|
| H A D | ChangeLog.3 | 8527 * builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst. 9398 * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.
|
| H A D | ChangeLog.2 | 12618 (get_pointer_alignment, c_strlen, get_memory_rtx, expand_builtin,
|
| H A D | ChangeLog.6 | 16402 * builtins.c (get_pointer_alignment): Likewise.
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | builtins.c | 74 static int get_pointer_alignment (tree, unsigned int); 231 get_pointer_alignment (tree exp, unsigned int max_align) in get_pointer_alignment() function 2667 align = get_pointer_alignment (src, BIGGEST_ALIGNMENT) / BITS_PER_UNIT; in expand_builtin_strlen() 2840 unsigned int src_align = get_pointer_alignment (src, BIGGEST_ALIGNMENT); in expand_builtin_memcpy() 2842 = get_pointer_alignment (dest, BIGGEST_ALIGNMENT); in expand_builtin_memcpy() 2938 unsigned int src_align = get_pointer_alignment (src, BIGGEST_ALIGNMENT); in expand_builtin_mempcpy() 2940 = get_pointer_alignment (dest, BIGGEST_ALIGNMENT); in expand_builtin_mempcpy() 3021 unsigned int src_align = get_pointer_alignment (src, BIGGEST_ALIGNMENT); in expand_builtin_memmove() 3023 = get_pointer_alignment (dest, BIGGEST_ALIGNMENT); in expand_builtin_memmove() 3351 = get_pointer_alignment (dest, BIGGEST_ALIGNMENT); in expand_builtin_strncpy() [all …]
|