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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-data-ref.h104 tree aligned_to; member in struct:data_reference
129 #define DR_ALIGNED_TO(DR) (DR)->aligned_to
H A Dtree-data-ref.c1235 tree *aligned_to,
1252 *aligned_to = NULL_TREE;
1350 *aligned_to = ssize_int (highest_pow2_factor (right_offset));
1361 *aligned_to = size_binop (MIN_EXPR, left_aligned_to,
1364 *aligned_to = left_aligned_to ?
1386 *aligned_to = NULL_TREE;
1396 *aligned_to = size_binop (MIN_EXPR, left_aligned_to, right_aligned_to);
1398 *aligned_to = left_aligned_to ? left_aligned_to : right_aligned_to;
1440 tree *offset, tree *misalign, tree *aligned_to, tree *step)
1497 *aligned_to
1228 analyze_offset_expr(tree expr, struct loop *loop, tree *initial_offset, tree *misalign, tree *aligned_to, tree *step) argument
1436 address_analysis(tree expr, tree stmt, bool is_read, struct data_reference *dr, tree *offset, tree *misalign, tree *aligned_to, tree *step) argument
1595 object_analysis(tree memref, tree stmt, bool is_read, struct data_reference **dr, tree *offset, tree *misalign, tree *aligned_to, tree *step, tree *memtag, struct ptr_info_def **ptr_info, subvar_t *subvars) argument
1964 tree aligned_to, type = NULL_TREE, orig_offset; local
[all...]
H A Dtree-vect-analyze.c719 tree aligned_to, alignment; local
728 aligned_to = DR_ALIGNED_TO (dr);
734 if ((aligned_to && tree_int_cst_compare (aligned_to, alignment) < 0)

Completed in 109 milliseconds