| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-ssa-backprop.cc | 801 tree rhs2, tree rhs3) 803 if (!rhs1 && !rhs2 && !rhs3) 811 if (rhs3) 812 gimple_assign_set_rhs3 (assign, rhs3);
|
| tree-cfg.cc | 4333 tree rhs3 = gimple_assign_rhs3 (stmt); local 4334 tree rhs3_type = TREE_TYPE (rhs3); 4344 || !is_gimple_val (rhs3)) 4402 (2) rhs3 vector is constant and has integer element type. 4403 (3) len(lhs) == len(rhs3) && len(rhs1) == len(rhs2). */ 4418 /* If rhs3 is constant, we allow lhs, rhs1 and rhs2 to be different vector types, 4420 if (TREE_CONSTANT (rhs3) 4434 /* If rhs3 is constant, relax the check len(rhs2) == len(rhs3). */ 4437 || (!TREE_CONSTANT(rhs3) [all...] |
| gimple-match-exports.cc | 782 tree rhs3 = valueize_op (gimple_assign_rhs3 (stmt)); local 783 res_op->set_op (code, type, rhs1, rhs2, rhs3);
|
| tree-vect-generic.cc | 1776 tree rhs3 = gimple_assign_rhs3 (stmt); 1783 new_rhs = expand_vector_parallel (gsi, do_cond, type, rhs2, rhs3, 1787 rhs2, rhs3, COND_EXPR, false); 1775 tree rhs3 = gimple_assign_rhs3 (stmt); local
|
| tree-ssa-phiopt.cc | 2593 tree rhs3 = rhs2; local 2655 rhs3 = gimple_cond_rhs (cond3); 2658 if (!operand_equal_p (rhs3, rhs1, 0)) 2663 if (rhs3 != lhs1)
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-ssa-backprop.cc | 795 tree rhs2, tree rhs3) 797 if (!rhs1 && !rhs2 && !rhs3) 805 if (rhs3) 806 gimple_assign_set_rhs3 (assign, rhs3);
|
| gimple-match-head.cc | 993 tree rhs3 = valueize_op (gimple_assign_rhs3 (stmt)); local 994 res_op->set_op (code, type, rhs1, rhs2, rhs3);
|
| tree-cfg.cc | 4234 tree rhs3 = gimple_assign_rhs3 (stmt); local 4235 tree rhs3_type = TREE_TYPE (rhs3); 4246 || !is_gimple_val (rhs3)) 4350 || (TREE_CODE (rhs3) != VECTOR_CST 4414 && multiple_p (wi::to_poly_offset (rhs3), 4422 if (! tree_fits_uhwi_p (rhs3) 4423 || ! types_compatible_p (bitsizetype, TREE_TYPE (rhs3)) 4437 unsigned HOST_WIDE_INT bitpos = tree_to_uhwi (rhs3); 4448 unsigned HOST_WIDE_INT bitpos = tree_to_uhwi (rhs3);
|
| tree-vect-generic.cc | 1804 tree rhs3 = gimple_assign_rhs3 (stmt); 1811 new_rhs = expand_vector_parallel (gsi, do_cond, type, rhs2, rhs3, 1815 rhs2, rhs3, COND_EXPR, false); 1803 tree rhs3 = gimple_assign_rhs3 (stmt); local
|
| tree-ssa-phiopt.cc | 2475 tree rhs3 = rhs2; local 2537 rhs3 = gimple_cond_rhs (cond3); 2540 if (!operand_equal_p (rhs3, rhs1, 0)) 2545 if (rhs3 != lhs1)
|