Home
last modified time | relevance | path

Searched refs:aligned_to (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dtree-data-ref.c1232 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 Dtree-data-ref.h104 tree aligned_to; member
129 #define DR_ALIGNED_TO(DR) (DR)->aligned_to
H A Dtree-vect-analyze.c718 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()