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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-slp.cc 767 /* For the swapping logic below force vect_reduction_def
773 dts[i] = dt = vect_reduction_def;
781 case vect_reduction_def:
855 vect_reduction_def (a phi node), and the rest
858 && !(oprnd_info->first_dt == vect_reduction_def
871 != (oprnd_info->first_dt != vect_reduction_def))))
927 || dt == vect_reduction_def)
928 && oprnd_info->first_dt == vect_reduction_def
1887 else if (def_type == vect_reduction_def
1910 if (all_same && def_type == vect_reduction_def)
    [all...]
tree-vectorizer.h 65 vect_reduction_def, enumerator in enum:vect_def_type
105 #define VECTORIZABLE_CYCLE_DEF(D) (((D) == vect_reduction_def) \
tree-vect-loop.cc 705 STMT_VINFO_DEF_TYPE (stmt_vinfo) = vect_reduction_def;
706 STMT_VINFO_DEF_TYPE (reduc_stmt_info) = vect_reduction_def;
2134 i.e., this phi is vect_reduction_def), cause this case
2191 else if ((STMT_VINFO_DEF_TYPE (stmt_info) == vect_reduction_def
3369 if (STMT_VINFO_DEF_TYPE (stmt_info) == vect_reduction_def
7485 if (STMT_VINFO_DEF_TYPE (stmt_info) != vect_reduction_def
8852 && STMT_VINFO_DEF_TYPE (stmt_info) == vect_reduction_def
12049 || STMT_VINFO_DEF_TYPE (stmt_info) == vect_reduction_def
12075 || STMT_VINFO_DEF_TYPE (stmt_info) == vect_reduction_def
tree-vect-stmts.cc 549 && STMT_VINFO_DEF_TYPE (stmt_vinfo) == vect_reduction_def
551 && STMT_VINFO_DEF_TYPE (dstmt_vinfo) == vect_reduction_def
582 gcc_assert (STMT_VINFO_DEF_TYPE (stmt_vinfo) != vect_reduction_def);
587 gcc_assert (STMT_VINFO_DEF_TYPE (stmt_vinfo) != vect_reduction_def);
615 relevant = (STMT_VINFO_DEF_TYPE (stmt_vinfo) == vect_reduction_def
745 case vect_reduction_def:
13247 case vect_reduction_def:
13293 || STMT_VINFO_DEF_TYPE (stmt_info) == vect_reduction_def))
13921 case vect_reduction_def:
13982 || *dt == vect_reduction_def
    [all...]
tree-vect-patterns.cc 1030 if (STMT_VINFO_DEF_TYPE (stmt_info) == vect_reduction_def)
2990 if (STMT_VINFO_DEF_TYPE (last_stmt_info) == vect_reduction_def)
tree-vect-loop-manip.cc 2115 if (STMT_VINFO_DEF_TYPE (stmt_info) == vect_reduction_def
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-slp.cc 650 /* For the swapping logic below force vect_reduction_def
656 dts[i] = dt = vect_reduction_def;
664 case vect_reduction_def:
711 vect_reduction_def (a phi node), and the rest
714 && !(oprnd_info->first_dt == vect_reduction_def
727 != (oprnd_info->first_dt != vect_reduction_def))))
777 || dt == vect_reduction_def)
778 && oprnd_info->first_dt == vect_reduction_def
1684 else if (def_type == vect_reduction_def
1705 if (all_same && def_type == vect_reduction_def)
    [all...]
tree-vect-loop.cc 578 STMT_VINFO_DEF_TYPE (stmt_vinfo) = vect_reduction_def;
579 STMT_VINFO_DEF_TYPE (reduc_stmt_info) = vect_reduction_def;
1690 i.e., this phi is vect_reduction_def), cause this case
1746 else if ((STMT_VINFO_DEF_TYPE (stmt_info) == vect_reduction_def
2740 if (STMT_VINFO_DEF_TYPE (stmt_info) == vect_reduction_def
6582 if (STMT_VINFO_DEF_TYPE (stmt_info) != vect_reduction_def
6635 if (STMT_VINFO_DEF_TYPE (stmt_info) == vect_reduction_def)
7777 && STMT_VINFO_DEF_TYPE (stmt_info) == vect_reduction_def
9824 || STMT_VINFO_DEF_TYPE (stmt_info) == vect_reduction_def
9849 || STMT_VINFO_DEF_TYPE (stmt_info) == vect_reduction_def
    [all...]
tree-vectorizer.h 65 vect_reduction_def, enumerator in enum:vect_def_type
94 #define VECTORIZABLE_CYCLE_DEF(D) (((D) == vect_reduction_def) \
tree-vect-stmts.cc 517 && STMT_VINFO_DEF_TYPE (stmt_vinfo) == vect_reduction_def
519 && STMT_VINFO_DEF_TYPE (dstmt_vinfo) == vect_reduction_def
550 gcc_assert (STMT_VINFO_DEF_TYPE (stmt_vinfo) != vect_reduction_def);
555 gcc_assert (STMT_VINFO_DEF_TYPE (stmt_vinfo) != vect_reduction_def);
583 relevant = (STMT_VINFO_DEF_TYPE (stmt_vinfo) == vect_reduction_def
713 case vect_reduction_def:
11197 case vect_reduction_def:
11241 || STMT_VINFO_DEF_TYPE (stmt_info) == vect_reduction_def))
11817 case vect_reduction_def:
11872 || *dt == vect_reduction_def
    [all...]
tree-vect-patterns.cc 929 if (STMT_VINFO_DEF_TYPE (stmt_info) == vect_reduction_def)
1881 if (STMT_VINFO_DEF_TYPE (last_stmt_info) == vect_reduction_def)
tree-vect-loop-manip.cc 1422 if (STMT_VINFO_DEF_TYPE (stmt_info) == vect_reduction_def

Completed in 54 milliseconds