Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-vect-slp.c633 enum tree_code first_stmt_code = ERROR_MARK; in vect_build_slp_tree_1() local
725 first_stmt_code = rhs_code; in vect_build_slp_tree_1()
782 if (first_stmt_code != rhs_code in vect_build_slp_tree_1()
785 if (first_stmt_code != rhs_code in vect_build_slp_tree_1()
786 && (first_stmt_code != IMAGPART_EXPR in vect_build_slp_tree_1()
788 && (first_stmt_code != REALPART_EXPR in vect_build_slp_tree_1()
792 && !((first_stmt_code == PLUS_EXPR in vect_build_slp_tree_1()
793 || first_stmt_code == MINUS_EXPR) in vect_build_slp_tree_1()
798 && (first_stmt_code == ARRAY_REF in vect_build_slp_tree_1()
799 || first_stmt_code == BIT_FIELD_REF in vect_build_slp_tree_1()
[all …]
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-vect-slp.c459 enum tree_code first_stmt_code = ERROR_MARK, rhs_code = ERROR_MARK; in vect_build_slp_tree() local
595 first_stmt_code = rhs_code; in vect_build_slp_tree()
648 if (first_stmt_code != rhs_code in vect_build_slp_tree()
649 && (first_stmt_code != IMAGPART_EXPR in vect_build_slp_tree()
651 && (first_stmt_code != REALPART_EXPR in vect_build_slp_tree()
654 && (first_stmt_code == ARRAY_REF in vect_build_slp_tree()
655 || first_stmt_code == INDIRECT_REF in vect_build_slp_tree()
656 || first_stmt_code == COMPONENT_REF in vect_build_slp_tree()
657 || first_stmt_code == MEM_REF))) in vect_build_slp_tree()