HomeSort by: relevance | last modified time | path
    Searched refs:aggr_type (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-stmts.cc 3109 to the next or previous copy of AGGR_TYPE. DR_INFO is the data reference
3115 dr_vec_info *dr_info, tree aggr_type,
3121 tree iv_step = TYPE_SIZE_UNIT (aggr_type);
7499 tree aggr_type;
8204 aggr_type = NULL_TREE;
8209 aggr_type = elem_type;
8216 aggr_type = build_array_type_nelts (elem_type, vec_num * nunits);
8218 aggr_type = vectype;
8219 bump = vect_get_data_ptr_increment (vinfo, dr_info, aggr_type,
8324 && alias_sets_conflict_p (get_alias_set (aggr_type),
8769 tree aggr_type; local
    [all...]
tree-vect-stmts.cc 3109 to the next or previous copy of AGGR_TYPE. DR_INFO is the data reference
3115 dr_vec_info *dr_info, tree aggr_type,
3121 tree iv_step = TYPE_SIZE_UNIT (aggr_type);
7499 tree aggr_type;
8204 aggr_type = NULL_TREE;
8209 aggr_type = elem_type;
8216 aggr_type = build_array_type_nelts (elem_type, vec_num * nunits);
8218 aggr_type = vectype;
8219 bump = vect_get_data_ptr_increment (vinfo, dr_info, aggr_type,
8324 && alias_sets_conflict_p (get_alias_set (aggr_type),
8769 tree aggr_type; local
    [all...]
tree-vect-data-refs.cc 4895 Create a new pointer-to-AGGR_TYPE variable (ap), that points to the first
4906 2. AGGR_TYPE: the type of the reference, which should be either a vector
4916 by one copy of AGGR_TYPE up or down, depending on the step of the
4945 tree aggr_type, class loop *at_loop, tree offset,
4972 || TREE_CODE (aggr_type) == ARRAY_TYPE
4973 || TREE_CODE (aggr_type) == VECTOR_TYPE);
4998 get_tree_code_name (TREE_CODE (aggr_type)),
4999 aggr_type);
5017 if (!alias_sets_conflict_p (get_alias_set (aggr_type),
5027 if (!alias_sets_conflict_p (get_alias_set (aggr_type),
    [all...]
tree-vect-data-refs.cc 4895 Create a new pointer-to-AGGR_TYPE variable (ap), that points to the first
4906 2. AGGR_TYPE: the type of the reference, which should be either a vector
4916 by one copy of AGGR_TYPE up or down, depending on the step of the
4945 tree aggr_type, class loop *at_loop, tree offset,
4972 || TREE_CODE (aggr_type) == ARRAY_TYPE
4973 || TREE_CODE (aggr_type) == VECTOR_TYPE);
4998 get_tree_code_name (TREE_CODE (aggr_type)),
4999 aggr_type);
5017 if (!alias_sets_conflict_p (get_alias_set (aggr_type),
5027 if (!alias_sets_conflict_p (get_alias_set (aggr_type),
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-stmts.cc 2925 vec_info *vinfo, tree aggr_type, gimple_stmt_iterator *gsi,
2945 = vect_get_loop_len (loop_vinfo, gsi, loop_lens, 1, aggr_type, 0, 0);
2959 to the next or previous copy of AGGR_TYPE. DR_INFO is the data reference
2965 dr_vec_info *dr_info, tree aggr_type,
2974 return vect_get_loop_variant_data_ptr_increment (vinfo, aggr_type, gsi,
2978 tree iv_step = TYPE_SIZE_UNIT (aggr_type);
8132 tree aggr_type;
8746 aggr_type = NULL_TREE;
8751 aggr_type = elem_type;
8759 aggr_type = build_array_type_nelts (elem_type, vec_num * nunits)
    [all...]
tree-vect-stmts.cc 2925 vec_info *vinfo, tree aggr_type, gimple_stmt_iterator *gsi,
2945 = vect_get_loop_len (loop_vinfo, gsi, loop_lens, 1, aggr_type, 0, 0);
2959 to the next or previous copy of AGGR_TYPE. DR_INFO is the data reference
2965 dr_vec_info *dr_info, tree aggr_type,
2974 return vect_get_loop_variant_data_ptr_increment (vinfo, aggr_type, gsi,
2978 tree iv_step = TYPE_SIZE_UNIT (aggr_type);
8132 tree aggr_type;
8746 aggr_type = NULL_TREE;
8751 aggr_type = elem_type;
8759 aggr_type = build_array_type_nelts (elem_type, vec_num * nunits)
    [all...]
tree-vect-data-refs.cc 5218 Create a new pointer-to-AGGR_TYPE variable (ap), that points to the first
5229 2. AGGR_TYPE: the type of the reference, which should be either a vector
5239 by one copy of AGGR_TYPE up or down, depending on the step of the
5268 tree aggr_type, class loop *at_loop, tree offset,
5295 || TREE_CODE (aggr_type) == ARRAY_TYPE
5296 || TREE_CODE (aggr_type) == VECTOR_TYPE);
5321 get_tree_code_name (TREE_CODE (aggr_type)),
5322 aggr_type);
5340 if (!alias_sets_conflict_p (get_alias_set (aggr_type),
5350 if (!alias_sets_conflict_p (get_alias_set (aggr_type),
    [all...]
tree-vect-data-refs.cc 5218 Create a new pointer-to-AGGR_TYPE variable (ap), that points to the first
5229 2. AGGR_TYPE: the type of the reference, which should be either a vector
5239 by one copy of AGGR_TYPE up or down, depending on the step of the
5268 tree aggr_type, class loop *at_loop, tree offset,
5295 || TREE_CODE (aggr_type) == ARRAY_TYPE
5296 || TREE_CODE (aggr_type) == VECTOR_TYPE);
5321 get_tree_code_name (TREE_CODE (aggr_type)),
5322 aggr_type);
5340 if (!alias_sets_conflict_p (get_alias_set (aggr_type),
5350 if (!alias_sets_conflict_p (get_alias_set (aggr_type),
    [all...]

Completed in 287 milliseconds