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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-data-refs.cc 4220 tree offset_vectype = get_vectype_for_scalar_type (vinfo, offset_type);
4221 if (!offset_vectype)
4226 offset_vectype, scale))
4229 *offset_vectype_out = offset_vectype;
4235 offset_vectype,
4239 *offset_vectype_out = offset_vectype;
4244 offset_vectype, scale))
4247 *offset_vectype_out = offset_vectype;
4276 info->offset_vectype = NULL_TREE;
4300 tree offset_vectype;
    [all...]
tree-vect-stmts.cc 1551 gs_info->offset_vectype,
1556 gs_info->offset_vectype,
1738 &gs_info->ifn, &gs_info->offset_vectype)
1779 tree new_offset_type = TREE_TYPE (gs_info->offset_vectype);
2322 TREE_TYPE (gs_info->offset_vectype)))
2332 &gs_info->offset_vectype))
2343 || !TYPE_VECTOR_SUBPARTS (gs_info->offset_vectype).is_constant ()
2344 || VECTOR_BOOLEAN_TYPE_P (gs_info->offset_vectype)
2346 (gs_info->offset_vectype),
2849 = vect_get_num_copies (loop_vinfo, gs_info->offset_vectype);
    [all...]
tree-vectorizer.h 1489 tree offset_vectype; member in struct:gather_scatter_info
tree-vect-patterns.cc 6251 tree offset_type = TREE_TYPE (gs_info.offset_vectype);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-data-refs.cc 3915 tree offset_vectype = get_vectype_for_scalar_type (vinfo, offset_type);
3916 if (!offset_vectype)
3921 offset_vectype, scale))
3924 *offset_vectype_out = offset_vectype;
3930 offset_vectype,
3934 *offset_vectype_out = offset_vectype;
3963 info->offset_vectype = NULL_TREE;
3987 tree offset_vectype;
4154 &offset_vectype)
4159 &offset_vectype))
    [all...]
tree-vect-stmts.cc 1754 gs_info->offset_vectype,
1938 &gs_info->ifn, &gs_info->offset_vectype)
1979 tree new_offset_type = TREE_TYPE (gs_info->offset_vectype);
2476 &gs_info->offset_vectype))
2495 (gs_info->offset_vectype).is_constant ()
2496 || VECTOR_BOOLEAN_TYPE_P (gs_info->offset_vectype)
2498 (gs_info->offset_vectype),
2809 = TYPE_VECTOR_SUBPARTS (gs_info->offset_vectype);
2843 perm_mask = vect_gen_perm_mask_checked (gs_info->offset_vectype,
2870 mask_halftype = truth_type_for (gs_info->offset_vectype);
    [all...]
tree-vectorizer.h 1368 tree offset_vectype; member in struct:gather_scatter_info
tree-vect-patterns.cc 4972 tree offset_type = TREE_TYPE (gs_info.offset_vectype);

Completed in 33 milliseconds