Searched refs:DR_REF (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | tree-vect-analyze.c | 155 TREE_TYPE (DR_REF (STMT_VINFO_DATA_REF (stmt_info))); in vect_determine_vectorization_factor() 604 print_generic_expr (vect_dump, DR_REF (dra), TDF_SLIM); in vect_analyze_data_ref_dependence() 642 print_generic_expr (vect_dump, DR_REF (dra), TDF_SLIM); in vect_analyze_data_ref_dependence() 644 print_generic_expr (vect_dump, DR_REF (drb), TDF_SLIM); in vect_analyze_data_ref_dependence() 662 print_generic_expr (vect_dump, DR_REF (dra), TDF_SLIM); in vect_analyze_data_ref_dependence() 664 print_generic_expr (vect_dump, DR_REF (drb), TDF_SLIM); in vect_analyze_data_ref_dependence() 714 tree ref = DR_REF (dr); in vect_compute_data_ref_alignment() 948 tree type = (TREE_TYPE (DR_REF (dr))); in vector_alignment_reachable_p() 1325 tree scalar_type = TREE_TYPE (DR_REF (dr)); in vect_analyze_data_ref_access() 1407 if (!dr || !DR_REF (dr)) in vect_analyze_data_refs() [all …]
|
| H A D | tree-data-ref.h | 115 #define DR_REF(DR) (DR)->ref macro
|
| H A D | tree-data-ref.c | 622 print_generic_stmt (outf, DR_REF (dr), 0); in dump_data_reference() 1028 DR_REF (res) = ref; in analyze_array() 1149 DR_REF (res) = ref; in init_data_ref() 1844 DR_REF (*dr) = comp_ref; in object_analysis() 1993 type_size = fold_convert (ssizetype, TYPE_SIZE_UNIT (TREE_TYPE (DR_REF (dr)))); in create_data_ref() 4200 DR_REF (res) = NULL_TREE; in find_data_references_in_loop()
|
| H A D | tree-vect-transform.c | 143 tree ref = DR_REF (dr); in vect_create_addr_base_for_vector_ref() 306 new_type_alias (vect_ptr, tag, DR_REF (dr)); in vect_create_data_ref_ptr()
|