Searched refs:rhs_code (Results 1 - 25 of 42) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-stdarg.c137 enum tree_code rhs_code; local
157 rhs_code = gimple_assign_rhs_code (stmt);
159 if ((get_gimple_rhs_class (rhs_code) == GIMPLE_SINGLE_RHS
167 if ((rhs_code == POINTER_PLUS_EXPR
168 || rhs_code == PLUS_EXPR)
177 if (rhs_code == ADDR_EXPR
187 if (get_gimple_rhs_class (rhs_code) != GIMPLE_SINGLE_RHS)
211 enum tree_code rhs_code; local
224 rhs_code = gimple_assign_rhs_code (stmt);
226 if ((get_gimple_rhs_class (rhs_code)
581 enum tree_code rhs_code = gimple_assign_rhs_code (stmt); local
[all...]
H A Dgimple-ssa-isolate-paths.c237 enum tree_code rhs_code = gimple_assign_rhs_code (stmt); local
238 if (rhs_code == TRUNC_DIV_EXPR
239 || rhs_code == FLOOR_DIV_EXPR
240 || rhs_code == CEIL_DIV_EXPR
241 || rhs_code == EXACT_DIV_EXPR
242 || rhs_code == ROUND_DIV_EXPR
243 || rhs_code == TRUNC_MOD_EXPR
244 || rhs_code == FLOOR_MOD_EXPR
245 || rhs_code == CEIL_MOD_EXPR
246 || rhs_code
[all...]
H A Dtree-vect-patterns.c552 tree_code rhs_code = gimple_assign_rhs_code (assign);
553 if (rhs_code != code && rhs_code != widened_code)
593 if (rhs_code != code
2240 enum tree_code rhs_code; local
2249 rhs_code = gimple_assign_rhs_code (last_stmt);
2250 switch (rhs_code)
2341 rhs_code = LROTATE_EXPR;
2368 optab1 = optab_for_tree_code (rhs_code, vectype, optab_vector);
2400 optab2 = optab_for_tree_code (rhs_code, vectyp
2567 enum tree_code rhs_code; local
3058 enum tree_code rhs_code; local
3631 enum tree_code rhs_code; local
3747 enum tree_code rhs_code, def_rhs_code; local
4018 enum tree_code rhs_code; local
4235 enum tree_code rhs_code; local
4955 tree_code rhs_code = gimple_assign_rhs_code (assign); local
5051 tree_code rhs_code = gimple_assign_rhs_code (assign); local
[all...]
H A Dgimple-ssa-store-merging.c1378 enum tree_code rhs_code; variable in typeref:enum:tree_code
1389 /* Operands. For BIT_*_EXPR rhs_code both operands are used, otherwise
1414 stmt (st), order (ord), rhs_code (rhscode), n (nr),
1817 only_constants = info->rhs_code == INTEGER_CST;
1859 if (info->rhs_code == LROTATE_EXPR)
1866 if (info->rhs_code == stores[0]->rhs_code)
1870 if (info->rhs_code == BIT_INSERT_EXPR && stores[0]->rhs_code == INTEGER_CST)
1873 if (stores[0]->rhs_code
4747 enum tree_code rhs_code = ERROR_MARK; local
[all...]
H A Dsancov.c268 enum tree_code rhs_code; local
272 rhs_code = gimple_assign_rhs_code (stmt);
273 if (TREE_CODE_CLASS (rhs_code) == tcc_comparison)
277 else if (rhs_code == COND_EXPR
H A Dtree-ssa-loop-ch.c464 enum tree_code rhs_code = gimple_assign_rhs_code (stmt); local
466 if (TREE_CODE_CLASS (rhs_code) == tcc_comparison
467 && rhs_code != EQ_EXPR
468 && rhs_code != NE_EXPR
H A Dtree-ssa-threadedge.c614 enum tree_code rhs_code = gimple_assign_rhs_code (def_stmt); local
626 else if (rhs_code == BIT_AND_EXPR && integer_zerop (res1))
635 else if (rhs_code == BIT_IOR_EXPR && integer_nonzerop (res1))
653 else if (rhs_code == BIT_AND_EXPR && integer_zerop (res2))
662 else if (rhs_code == BIT_IOR_EXPR && integer_nonzerop (res2))
674 if (rhs_code == BIT_AND_EXPR
687 if (rhs_code == BIT_IOR_EXPR
H A Dtree-vect-slp.c776 enum tree_code rhs_code = ERROR_MARK; local
845 rhs_code = CALL_EXPR;
868 rhs_code = gimple_assign_rhs_code (stmt);
869 load_p = TREE_CODE_CLASS (rhs_code) == tcc_reference;
875 first_stmt_code = rhs_code;
879 if (rhs_code == LSHIFT_EXPR || rhs_code == RSHIFT_EXPR
880 || rhs_code == LROTATE_EXPR
881 || rhs_code == RROTATE_EXPR)
886 optab = optab_for_tree_code (rhs_code, vectyp
[all...]
H A Dgimple-pretty-print.c333 enum tree_code rhs_code = gimple_assign_rhs_code (gs); local
337 switch (rhs_code)
352 if (op_prio (rhs) < op_code_prio (rhs_code))
373 rhs_code == ABS_EXPR ? "__ABS " : "__ABSU ");
379 rhs_code == ABS_EXPR ? "ABS_EXPR <" : "ABSU_EXPR <");
386 if (TREE_CODE_CLASS (rhs_code) == tcc_declaration
387 || TREE_CODE_CLASS (rhs_code) == tcc_constant
388 || TREE_CODE_CLASS (rhs_code) == tcc_reference
389 || rhs_code == SSA_NAME
390 || rhs_code
[all...]
H A Dtree-ssa-reassoc.c4628 enum tree_code rhs_code local
4639 g = gimple_build_assign (new_lhs, rhs_code, new_op);
4866 rewrite_expr_tree (gimple *stmt, enum tree_code rhs_code, unsigned int opindex, argument
4914 = gimple_build_assign (lhs, rhs_code,
4960 = rewrite_expr_tree (SSA_NAME_DEF_STMT (rhs1), rhs_code, opindex + 1, ops,
4988 stmt = gimple_build_assign (lhs, rhs_code,
6274 enum tree_code rhs_code = gimple_assign_rhs_code (stmt); local
6301 if (get_gimple_rhs_class (rhs_code) != GIMPLE_BINARY_RHS)
6310 if (rhs_code != BIT_IOR_EXPR
6311 && rhs_code !
[all...]
H A Dtree-vrp.c1974 enum tree_code rhs_code = ERROR_MARK; local
1977 rhs_code = gimple_assign_rhs_code (def_stmt);
1982 && (rhs_code == PLUS_EXPR || rhs_code == MINUS_EXPR))
1989 enum tree_code reverse_op = (rhs_code == PLUS_EXPR
2006 if (CONVERT_EXPR_CODE_P (rhs_code)
2038 if (rhs_code == RSHIFT_EXPR)
2099 if (CONVERT_EXPR_CODE_P (rhs_code))
2148 if (rhs_code == BIT_AND_EXPR
2149 || (CONVERT_EXPR_CODE_P (rhs_code)
2382 enum tree_code rhs_code; local
4589 enum tree_code rhs_code = gimple_assign_rhs_code (use_stmt); local
[all...]
H A Dvr-values.c3035 enum tree_code rhs_code = gimple_assign_rhs_code (stmt); local
3040 gcc_assert (rhs_code == EQ_EXPR || rhs_code == NE_EXPR);
3052 if (rhs_code == EQ_EXPR)
3112 enum tree_code rhs_code = gimple_assign_rhs_code (stmt); local
3135 if (rhs_code == TRUNC_MOD_EXPR
3142 if (rhs_code == TRUNC_MOD_EXPR
3169 if (rhs_code == TRUNC_MOD_EXPR
3204 if (rhs_code == TRUNC_DIV_EXPR)
4204 enum tree_code rhs_code local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-stdarg.cc137 enum tree_code rhs_code; local
157 rhs_code = gimple_assign_rhs_code (stmt);
159 if ((get_gimple_rhs_class (rhs_code) == GIMPLE_SINGLE_RHS
167 if ((rhs_code == POINTER_PLUS_EXPR
168 || rhs_code == PLUS_EXPR)
177 if (rhs_code == ADDR_EXPR
187 if (get_gimple_rhs_class (rhs_code) != GIMPLE_SINGLE_RHS)
211 enum tree_code rhs_code; local
224 rhs_code = gimple_assign_rhs_code (stmt);
226 if ((get_gimple_rhs_class (rhs_code)
581 enum tree_code rhs_code = gimple_assign_rhs_code (stmt); local
[all...]
H A Dsancov.cc268 enum tree_code rhs_code; local
272 rhs_code = gimple_assign_rhs_code (stmt);
273 if (TREE_CODE_CLASS (rhs_code) == tcc_comparison)
277 else if (rhs_code == COND_EXPR
H A Dgimple-ssa-isolate-paths.cc237 enum tree_code rhs_code = gimple_assign_rhs_code (stmt); local
238 if (rhs_code == TRUNC_DIV_EXPR
239 || rhs_code == FLOOR_DIV_EXPR
240 || rhs_code == CEIL_DIV_EXPR
241 || rhs_code == EXACT_DIV_EXPR
242 || rhs_code == ROUND_DIV_EXPR
243 || rhs_code == TRUNC_MOD_EXPR
244 || rhs_code == FLOOR_MOD_EXPR
245 || rhs_code == CEIL_MOD_EXPR
246 || rhs_code
[all...]
H A Dgimple-ssa-store-merging.cc1660 enum tree_code rhs_code; member in class:__anon969::store_immediate_info
1671 /* Operands. For BIT_*_EXPR rhs_code both operands are used, otherwise
1696 stmt (st), order (ord), rhs_code (rhscode), n (nr),
2095 bit_insertion = info->rhs_code == BIT_INSERT_EXPR;
2096 string_concatenation = info->rhs_code == STRING_CST;
2097 only_constants = info->rhs_code == INTEGER_CST;
2140 if (info->rhs_code == LROTATE_EXPR)
2147 if (info->rhs_code == stores[0]->rhs_code)
2151 if (info->rhs_code
5111 enum tree_code rhs_code = ERROR_MARK; local
[all...]
H A Dtree-vect-patterns.cc564 tree_code rhs_code = gimple_assign_rhs_code (assign);
565 if (rhs_code != code && rhs_code != widened_code)
596 if (rhs_code != code)
598 /* If rhs_code is widened_code, don't look through further
622 if (rhs_code != code
2596 enum tree_code rhs_code; local
2604 rhs_code = gimple_assign_rhs_code (last_stmt);
2605 switch (rhs_code)
2696 rhs_code
2923 enum tree_code rhs_code; local
3415 enum tree_code rhs_code; local
3989 enum tree_code rhs_code; local
4104 enum tree_code rhs_code, def_rhs_code; local
4378 enum tree_code rhs_code; local
4598 enum tree_code rhs_code; local
5361 tree_code rhs_code = gimple_assign_rhs_code (assign); local
5444 tree_code rhs_code = gimple_assign_rhs_code (assign); local
[all...]
H A Dtree-ssa-loop-ch.cc520 enum tree_code rhs_code = gimple_assign_rhs_code (stmt); local
522 if (TREE_CODE_CLASS (rhs_code) == tcc_comparison
523 && rhs_code != EQ_EXPR
524 && rhs_code != NE_EXPR
H A Dtree-ssa-threadedge.cc513 enum tree_code rhs_code = gimple_assign_rhs_code (def_stmt); local
524 else if (rhs_code == BIT_AND_EXPR && integer_zerop (res1))
533 else if (rhs_code == BIT_IOR_EXPR && integer_nonzerop (res1))
550 else if (rhs_code == BIT_AND_EXPR && integer_zerop (res2))
559 else if (rhs_code == BIT_IOR_EXPR && integer_nonzerop (res2))
571 if (rhs_code == BIT_AND_EXPR
584 if (rhs_code == BIT_IOR_EXPR
H A Dgimple-pretty-print.cc334 enum tree_code rhs_code = gimple_assign_rhs_code (gs); local
338 switch (rhs_code)
353 if (op_prio (rhs) < op_code_prio (rhs_code))
374 rhs_code == ABS_EXPR ? "__ABS " : "__ABSU ");
380 rhs_code == ABS_EXPR ? "ABS_EXPR <" : "ABSU_EXPR <");
387 if (TREE_CODE_CLASS (rhs_code) == tcc_declaration
388 || TREE_CODE_CLASS (rhs_code) == tcc_constant
389 || TREE_CODE_CLASS (rhs_code) == tcc_reference
390 || rhs_code == SSA_NAME
391 || rhs_code
[all...]
H A Dtree-vect-slp.cc917 code_helper rhs_code = ERROR_MARK; local
1003 rhs_code = cfn;
1005 rhs_code = CALL_EXPR;
1030 rhs_code = ERROR_MARK;
1035 rhs_code = gimple_assign_rhs_code (stmt);
1043 first_stmt_code = rhs_code;
1049 if (rhs_code == LSHIFT_EXPR || rhs_code == RSHIFT_EXPR
1050 || rhs_code == LROTATE_EXPR
1051 || rhs_code
[all...]
H A Dtree-vrp.cc1575 enum tree_code rhs_code = ERROR_MARK; local
1578 rhs_code = gimple_assign_rhs_code (def_stmt);
1583 && (rhs_code == PLUS_EXPR || rhs_code == MINUS_EXPR))
1590 enum tree_code reverse_op = (rhs_code == PLUS_EXPR
1607 if (CONVERT_EXPR_CODE_P (rhs_code)
1639 if (rhs_code == RSHIFT_EXPR)
1700 if (CONVERT_EXPR_CODE_P (rhs_code))
1750 if (rhs_code == BIT_AND_EXPR
1751 || (CONVERT_EXPR_CODE_P (rhs_code)
1984 enum tree_code rhs_code; local
3903 enum tree_code rhs_code = gimple_assign_rhs_code (use_stmt); local
[all...]
H A Dtree-ssa-reassoc.cc5022 enum tree_code rhs_code local
5033 g = gimple_build_assign (new_lhs, rhs_code, new_op);
5260 rewrite_expr_tree (gimple *stmt, enum tree_code rhs_code, unsigned int opindex, argument
5309 = gimple_build_assign (lhs, rhs_code,
5355 = rewrite_expr_tree (SSA_NAME_DEF_STMT (rhs1), rhs_code, opindex + 1, ops,
5383 stmt = gimple_build_assign (lhs, rhs_code,
6692 enum tree_code rhs_code = gimple_assign_rhs_code (stmt); local
6719 if (get_gimple_rhs_class (rhs_code) != GIMPLE_BINARY_RHS)
6728 if ((rhs_code != BIT_IOR_EXPR
6729 && rhs_code !
[all...]
H A Dvr-values.cc2932 enum tree_code rhs_code = gimple_assign_rhs_code (stmt); local
2937 gcc_assert (rhs_code == EQ_EXPR || rhs_code == NE_EXPR);
2949 if (rhs_code == EQ_EXPR)
3010 enum tree_code rhs_code = gimple_assign_rhs_code (stmt); local
3033 if (rhs_code == TRUNC_MOD_EXPR
3040 if (rhs_code == TRUNC_MOD_EXPR
3067 if (rhs_code == TRUNC_MOD_EXPR
3102 if (rhs_code == TRUNC_DIV_EXPR)
4237 enum tree_code rhs_code local
[all...]
H A Dgimple-if-to-switch.cc407 enum tree_code rhs_code = gimple_assign_rhs_code (def); local
408 if (rhs_code == BIT_IOR_EXPR)

Completed in 297 milliseconds

12