Home
last modified time | relevance | path

Searched refs:first_stmt_code (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-slp.c774 enum tree_code first_stmt_code = ERROR_MARK; in vect_build_slp_tree_1() local
875 first_stmt_code = rhs_code; in vect_build_slp_tree_1()
938 if (first_stmt_code != rhs_code in vect_build_slp_tree_1()
941 if (first_stmt_code != rhs_code in vect_build_slp_tree_1()
942 && (first_stmt_code != IMAGPART_EXPR in vect_build_slp_tree_1()
944 && (first_stmt_code != REALPART_EXPR in vect_build_slp_tree_1()
948 && !((first_stmt_code == PLUS_EXPR in vect_build_slp_tree_1()
949 || first_stmt_code == MINUS_EXPR) in vect_build_slp_tree_1()
954 && (first_stmt_code == ARRAY_REF in vect_build_slp_tree_1()
955 || first_stmt_code == BIT_FIELD_REF in vect_build_slp_tree_1()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-slp.cc915 code_helper first_stmt_code = ERROR_MARK; in vect_build_slp_tree_1() local
1043 first_stmt_code = rhs_code; in vect_build_slp_tree_1()
1104 if (first_stmt_code != rhs_code in vect_build_slp_tree_1()
1107 if ((first_stmt_code != rhs_code in vect_build_slp_tree_1()
1108 && (first_stmt_code != IMAGPART_EXPR in vect_build_slp_tree_1()
1110 && (first_stmt_code != REALPART_EXPR in vect_build_slp_tree_1()
1114 && !((first_stmt_code == PLUS_EXPR in vect_build_slp_tree_1()
1115 || first_stmt_code == MINUS_EXPR) in vect_build_slp_tree_1()
1120 && (first_stmt_code == ARRAY_REF in vect_build_slp_tree_1()
1121 || first_stmt_code == BIT_FIELD_REF in vect_build_slp_tree_1()
[all …]