| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | fold-const.h | 45 fold_binary_loc (UNKNOWN_LOCATION, CODE, T1, T2, T3) 46 extern tree fold_binary_loc (location_t, enum tree_code, tree, tree, tree);
|
| HD | tree-ssa-phionlycprop.c | 258 val = fold_binary_loc (gimple_location (use_stmt), in propagate_rhs_into_lhs()
|
| HD | tree-ssa-copy.c | 245 tree folded_cond = fold_binary_loc (loc, gimple_cond_code (stmt), in copy_prop_visit_cond_stmt()
|
| HD | fold-const.c | 6959 diff = fold_binary_loc (loc, MINUS_EXPR, ssizetype, ta1, ta); in fold_to_nonsharp_ineq_using_bound() 6962 diff = fold_binary_loc (loc, MINUS_EXPR, typea, a1, a); in fold_to_nonsharp_ineq_using_bound() 9007 ? fold_binary_loc (loc, POINTER_DIFF_EXPR, type, in fold_addr_of_array_ref_difference() 9010 : fold_binary_loc (loc, MINUS_EXPR, type, in fold_addr_of_array_ref_difference() 9241 fold_binary_loc (location_t loc, enum tree_code code, tree type, in fold_binary_loc() function 9451 tree sum = fold_binary_loc (loc, PLUS_EXPR, TREE_TYPE (cst1), in fold_binary_loc() 11023 rcond = fold_binary_loc (loc, code, type, real0, real1); in fold_binary_loc() 11042 icond = fold_binary_loc (loc, code, type, imag0, imag1); in fold_binary_loc() 11975 tem = fold_binary_loc (loc, code, type, op0, op1); in fold() 12338 tem = fold_binary_loc (loc, code, type, op0, op1); in fold_build2_loc()
|
| HD | tree-ssa-dom.c | 2122 val = fold_binary_loc (gimple_location (stmt), in optimize_stmt()
|
| HD | tree-ssa-forwprop.c | 380 t = fold_binary_loc (gimple_location (stmt), code, type, op0, op1); in combine_cond_expr_cond()
|
| HD | tree-ssa-ccp.c | 1247 return fold_binary_loc (loc, code, boolean_type_node, op0, op1); in ccp_fold()
|
| HD | gimple-fold.c | 6356 = fold_binary_loc (loc, subcode, TREE_TYPE (arg0), op0, op1); in gimple_fold_stmt_to_constant_1()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | gimple-fold.c | 432 result = fold_binary_loc (loc, subcode, in fold_gimple_assign() 457 tem = fold_binary_loc (cond_loc, in fold_gimple_assign() 513 tree result = fold_binary_loc (gimple_location (stmt), in fold_gimple_cond() 2578 return fold_binary_loc (loc, subcode, in gimple_fold_stmt_to_constant_1() 2596 tree tem = fold_binary_loc (loc, TREE_CODE (op0), in gimple_fold_stmt_to_constant_1()
|
| HD | tree-ssa-copy.c | 468 tree folded_cond = fold_binary_loc (loc, gimple_cond_code (stmt), in copy_prop_visit_cond_stmt()
|
| HD | tree-cfgcleanup.c | 125 val = fold_binary_loc (loc, gimple_cond_code (stmt), in cleanup_control_expr_graph()
|
| HD | fold-const.c | 6941 tmp = fold_binary_loc (loc, PLUS_EXPR, itype, in try_move_mult_to_index() 7013 tmp = fold_binary_loc (loc, PLUS_EXPR, itype, in try_move_mult_to_index() 7097 diff = fold_binary_loc (loc, MINUS_EXPR, ssizetype, ta1, ta); in fold_to_nonsharp_ineq_using_bound() 7100 diff = fold_binary_loc (loc, MINUS_EXPR, typea, a1, a); in fold_to_nonsharp_ineq_using_bound() 9739 && (base_offset = fold_binary_loc (loc, MINUS_EXPR, type, in fold_addr_of_array_ref_difference() 9762 fold_binary_loc (location_t loc, in fold_binary_loc() function 10059 tree sum = fold_binary_loc (loc, PLUS_EXPR, TREE_TYPE (cst1), in fold_binary_loc() 10484 tree tmp = fold_binary_loc (loc, MINUS_EXPR, type, arg00, in fold_binary_loc() 11980 tree sum = fold_binary_loc (loc, PLUS_EXPR, TREE_TYPE (arg1), in fold_binary_loc() 12333 tem = fold_binary_loc (loc, BIT_AND_EXPR, type, shift, mask); in fold_binary_loc() [all …]
|
| HD | tree-ssa-dom.c | 2347 val = fold_binary_loc (gimple_location (stmt), in optimize_stmt() 2789 val = fold_binary_loc (gimple_location (use_stmt), in propagate_rhs_into_lhs()
|
| HD | tree-ssa-ccp.c | 1060 return fold_binary_loc (loc, code, boolean_type_node, op0, op1); in ccp_fold()
|
| HD | tree-ssa-forwprop.c | 380 t = fold_binary_loc (gimple_location (stmt), code, type, op0, op1); in combine_cond_expr_cond()
|
| HD | tree.h | 5265 fold_binary_loc (UNKNOWN_LOCATION, CODE, T1, T2, T3) 5266 extern tree fold_binary_loc (location_t, enum tree_code, tree, tree, tree);
|
| HD | tree-cfg.c | 485 cond = fold_binary_loc (loc, gimple_cond_code (stmt), boolean_type_node, in fold_cond_expr_cond()
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | constexpr.c | 1432 tree result = fold_binary_loc (loc, opcode, type, in cxx_eval_internal_function() 2079 r = fold_binary_loc (loc, code, type, lhs, rhs); in cxx_eval_binary_expression()
|