Searched refs:aligned_to (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | tree-data-ref.c | 1232 tree *aligned_to, in analyze_offset_expr() argument 1249 *aligned_to = NULL_TREE; in analyze_offset_expr() 1361 *aligned_to = left_aligned_to ? in analyze_offset_expr() 1383 *aligned_to = NULL_TREE; in analyze_offset_expr() 1494 *aligned_to = address_aligned_to; in address_analysis() 1499 *aligned_to = NULL_TREE; in address_analysis() 1597 tree *aligned_to, tree *step, tree *memtag, in object_analysis() argument 1857 *aligned_to = NULL_TREE; in object_analysis() 1869 *aligned_to = object_aligned_to ? in object_analysis() 1970 &misalign, &aligned_to, &step, &memtag, in create_data_ref() [all …]
|
| H A D | tree-data-ref.h | 104 tree aligned_to; member 129 #define DR_ALIGNED_TO(DR) (DR)->aligned_to
|
| H A D | tree-vect-analyze.c | 719 tree aligned_to, alignment; in vect_compute_data_ref_alignment() local 728 aligned_to = DR_ALIGNED_TO (dr); in vect_compute_data_ref_alignment() 734 if ((aligned_to && tree_int_cst_compare (aligned_to, alignment) < 0) in vect_compute_data_ref_alignment()
|
| H A D | ChangeLog-2005 | 10545 aligned_to. Add macros to access the new fields. 10560 stmt. Check aligned_to. Check if the base is aligned. Remove conversion
|