Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/
Dtree-data-ref.h130 #define DR_OFFSET_MISALIGNMENT(DR) (DR)->misalignment macro
Dtree-data-ref.c1039 DR_OFFSET_MISALIGNMENT (res) = NULL_TREE; in analyze_array()
1160 DR_OFFSET_MISALIGNMENT (res) = misalign; in init_data_ref()
1987 DR_OFFSET_MISALIGNMENT (dr) = misalign; in create_data_ref()
2088 print_generic_expr (dump_file, DR_OFFSET_MISALIGNMENT (dr), TDF_SLIM); in create_data_ref()
2089 if (DR_OFFSET_MISALIGNMENT (dr)) in create_data_ref()
4210 DR_OFFSET_MISALIGNMENT (res) = NULL_TREE; in find_data_references_in_loop()
Dtree-vect-analyze.c727 misalign = DR_OFFSET_MISALIGNMENT (dr); in vect_compute_data_ref_alignment()