Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDtree-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 …]
HDtree-data-ref.h104 tree aligned_to; member
129 #define DR_ALIGNED_TO(DR) (DR)->aligned_to
HDtree-vect-analyze.c719 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()
HDChangeLog-200510545 aligned_to. Add macros to access the new fields.
10560 stmt. Check aligned_to. Check if the base is aligned. Remove conversion