Searched refs:aligned_to (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/gcc/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() 1347 *aligned_to = ssize_int (highest_pow2_factor (right_offset)); in analyze_offset_expr() 1358 *aligned_to = size_binop (MIN_EXPR, left_aligned_to, in analyze_offset_expr() 1361 *aligned_to = left_aligned_to ? in analyze_offset_expr() 1383 *aligned_to = NULL_TREE; in analyze_offset_expr() 1393 *aligned_to = size_binop (MIN_EXPR, left_aligned_to, right_aligned_to); in analyze_offset_expr() 1395 *aligned_to = left_aligned_to ? left_aligned_to : right_aligned_to; in analyze_offset_expr() 1437 tree *offset, tree *misalign, tree *aligned_to, tree *step) in address_analysis() argument 1494 *aligned_to = address_aligned_to; in address_analysis() [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 | 718 tree aligned_to, alignment; in vect_compute_data_ref_alignment() local 727 aligned_to = DR_ALIGNED_TO (dr); in vect_compute_data_ref_alignment() 733 if ((aligned_to && tree_int_cst_compare (aligned_to, alignment) < 0) in vect_compute_data_ref_alignment()
|