Lines Matching refs:rhs_code

776   enum tree_code rhs_code = ERROR_MARK;  in vect_build_slp_tree_1()  local
845 rhs_code = CALL_EXPR; in vect_build_slp_tree_1()
868 rhs_code = gimple_assign_rhs_code (stmt); in vect_build_slp_tree_1()
869 load_p = TREE_CODE_CLASS (rhs_code) == tcc_reference; in vect_build_slp_tree_1()
875 first_stmt_code = rhs_code; in vect_build_slp_tree_1()
879 if (rhs_code == LSHIFT_EXPR || rhs_code == RSHIFT_EXPR in vect_build_slp_tree_1()
880 || rhs_code == LROTATE_EXPR in vect_build_slp_tree_1()
881 || rhs_code == RROTATE_EXPR) in vect_build_slp_tree_1()
886 optab = optab_for_tree_code (rhs_code, vectype, in vect_build_slp_tree_1()
893 optab = optab_for_tree_code (rhs_code, vectype, in vect_build_slp_tree_1()
924 else if (rhs_code == WIDEN_LSHIFT_EXPR) in vect_build_slp_tree_1()
938 if (first_stmt_code != rhs_code in vect_build_slp_tree_1()
940 alt_stmt_code = rhs_code; in vect_build_slp_tree_1()
941 if (first_stmt_code != rhs_code in vect_build_slp_tree_1()
943 || rhs_code != REALPART_EXPR) in vect_build_slp_tree_1()
945 || rhs_code != IMAGPART_EXPR) in vect_build_slp_tree_1()
952 && rhs_code == alt_stmt_code) in vect_build_slp_tree_1()
972 if (!load_p && rhs_code == CALL_EXPR) in vect_build_slp_tree_1()
1051 if (TREE_CODE_CLASS (rhs_code) != tcc_binary in vect_build_slp_tree_1()
1052 && TREE_CODE_CLASS (rhs_code) != tcc_unary in vect_build_slp_tree_1()
1053 && TREE_CODE_CLASS (rhs_code) != tcc_expression in vect_build_slp_tree_1()
1054 && TREE_CODE_CLASS (rhs_code) != tcc_comparison in vect_build_slp_tree_1()
1055 && rhs_code != VIEW_CONVERT_EXPR in vect_build_slp_tree_1()
1056 && rhs_code != CALL_EXPR) in vect_build_slp_tree_1()
1067 if (rhs_code == COND_EXPR) in vect_build_slp_tree_1()