Home
last modified time | relevance | path

Searched refs:get_base_for_alignment (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-data-ref.h565 extern tree get_base_for_alignment (tree, unsigned int *);
H A Dtree-data-ref.cc6130 get_base_for_alignment (tree addr, unsigned int *max_alignment) in get_base_for_alignment() function
H A Dtree-vect-data-refs.cc1135 tree base = get_base_for_alignment (drb->base_address, &max_alignment); in vect_compute_data_ref_alignment()
H A DChangeLog-201826877 * tree-data-ref.h (get_base_for_alignment): Declare.
26879 (get_base_for_alignment): Likewise.
26881 get_base_for_alignment to find a suitable base object, instead
H A DChangeLog-201922370 (get_base_for_alignment): Same.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-data-ref.h560 extern tree get_base_for_alignment (tree, unsigned int *);
H A Dtree-data-ref.c5807 get_base_for_alignment (tree addr, unsigned int *max_alignment) in get_base_for_alignment() function
H A Dtree-vect-data-refs.c1028 tree base = get_base_for_alignment (drb->base_address, &max_alignment); in vect_compute_data_ref_alignment()