Lines Matching refs:aligned_to
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()
1499 *aligned_to = NULL_TREE; in address_analysis()
1509 &dr, offset, misalign, aligned_to, step, in address_analysis()
1524 *aligned_to = ssize_int (TYPE_ALIGN_UNIT (TREE_TYPE (TREE_TYPE (expr)))); in address_analysis()
1597 tree *aligned_to, tree *step, tree *memtag, in object_analysis() argument
1857 *aligned_to = NULL_TREE; in object_analysis()
1866 *aligned_to = size_binop (MIN_EXPR, object_aligned_to, in object_analysis()
1869 *aligned_to = object_aligned_to ? in object_analysis()
1964 tree aligned_to, type = NULL_TREE, orig_offset; in create_data_ref() local
1970 &misalign, &aligned_to, &step, &memtag, in create_data_ref()
1988 DR_ALIGNED_TO (dr) = aligned_to; in create_data_ref()