Home
last modified time | relevance | path

Searched refs:TREE_REALPART (Results 1 – 25 of 47) sorted by relevance

12

/dragonfly/contrib/gcc-8.0/gcc/
H A Dfold-const-call.c1117 tree argr = TREE_REALPART (arg); in fold_const_call_1()
1423 tree arg0r = TREE_REALPART (arg0); in fold_const_call_1()
1425 tree arg1r = TREE_REALPART (arg1); in fold_const_call_1()
H A Dtree.c2179 TREE_REALPART (t) = real; in build_complex()
2507 return (integer_onep (TREE_REALPART (expr)) in integer_onep()
2525 return (integer_onep (TREE_REALPART (expr)) in integer_each_onep()
2573 && integer_pow2p (TREE_REALPART (expr)) in integer_pow2p()
2624 return tree_log2 (TREE_REALPART (expr)); in tree_log2()
2636 return tree_log2 (TREE_REALPART (expr)); in tree_floor_log2()
2764 return real_zerop (TREE_REALPART (expr)) in real_zerop()
2794 return real_onep (TREE_REALPART (expr)) in real_onep()
11469 WALK_SUBTREE (TREE_REALPART (*tp)); in walk_tree_1()
12730 if (TREE_OVERFLOW (TREE_REALPART (t))) in drop_tree_overflow()
[all …]
H A Dtree-ssa-dse.c286 tree x = TREE_REALPART (gimple_assign_rhs1 (stmt)); in maybe_trim_complex_store()
H A Dfold-const.c406 return negate_expr_p (TREE_REALPART (t)) in negate_expr_p()
1381 tree r1 = TREE_REALPART (arg1); in const_binop()
1383 tree r2 = TREE_REALPART (arg2); in const_binop()
3101 return (operand_equal_p (TREE_REALPART (arg0), TREE_REALPART (arg1), in operand_equal_p()
7274 part = TREE_REALPART (expr); in native_encode_complex()
8881 rpart = TREE_REALPART (expr); in fold_mult_zconjz()
10036 && real_zerop (TREE_REALPART (arg1))) in fold_binary_loc()
11008 real0 = TREE_REALPART (arg0); in fold_binary_loc()
11019 real1 = TREE_REALPART (arg1); in fold_binary_loc()
13976 TREE_REALPART (op0), in fold_relational_const()
[all …]
H A Dtree-complex.c168 real = TREE_REALPART (t); in find_lattice_value()
610 return imagpart_p ? TREE_IMAGPART (t) : TREE_REALPART (t);
H A Dtree-ssa-ccp.c483 if (!REAL_VALUE_ISNAN (TREE_REAL_CST (TREE_REALPART (old_val.value))) in valid_lattice_transition()
484 && !operand_equal_p (TREE_REALPART (old_val.value), in valid_lattice_transition()
485 TREE_REALPART (new_val.value), 0)) in valid_lattice_transition()
H A Dtree-streamer-out.c570 stream_write_tree (ob, TREE_REALPART (expr), ref_p); in write_ts_complex_tree_pointers()
H A Dprint-tree.c786 print_node (file, "real", TREE_REALPART (node), indent + 4); in print_node()
H A Dtree-streamer-in.c689 TREE_REALPART (expr) = stream_read_tree (ib, data_in); in lto_input_ts_complex_tree_pointers()
H A Dvarasm.c3023 return (const_hash_1 (TREE_REALPART (exp)) * 5 in const_hash_1()
3165 return (compare_constant (TREE_REALPART (t1), TREE_REALPART (t2)) in compare_constant()
4939 output_constant (TREE_REALPART (exp), thissize / 2, align, reverse); in output_constant()
H A Dlto-streamer-out.c761 DFS_follow_tree_edge (TREE_REALPART (expr)); in DFS_write_tree_body()
1216 visit (TREE_REALPART (t)); in hash_tree()
H A Dipa-icf.c2029 return (sem_variable::equals (TREE_REALPART (t1), TREE_REALPART (t2)) in equals()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dmangle.c2936 if (TREE_CODE (TREE_REALPART (value)) == INTEGER_CST in write_template_arg_literal()
2939 write_integer_cst (TREE_REALPART (value)); in write_template_arg_literal()
2943 else if (TREE_CODE (TREE_REALPART (value)) == REAL_CST in write_template_arg_literal()
2946 write_real_cst (TREE_REALPART (value)); in write_template_arg_literal()
H A Dtree.c2519 return cp_tree_equal (TREE_REALPART (t1), TREE_REALPART (t2)) in cp_tree_equal()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree.c1564 TREE_REALPART (t) = real; in build_complex()
1721 && integer_zerop (TREE_REALPART (expr)) in integer_zerop()
1737 && integer_onep (TREE_REALPART (expr)) in integer_onep()
1803 && integer_pow2p (TREE_REALPART (expr)) in integer_pow2p()
1872 return tree_log2 (TREE_REALPART (expr)); in tree_log2()
1908 return tree_log2 (TREE_REALPART (expr)); in tree_floor_log2()
1945 && real_zerop (TREE_REALPART (expr)) in real_zerop()
1962 && real_onep (TREE_REALPART (expr)) in real_onep()
1978 && real_twop (TREE_REALPART (expr)) in real_twop()
1994 && real_minus_onep (TREE_REALPART (expr)) in real_minus_onep()
[all …]
H A Dtree-browser.c220 TB_SET_HEAD (TREE_REALPART (head));
H A Dtree-complex.c150 real = TREE_REALPART (t); in find_lattice_value()
591 return imagpart_p ? TREE_IMAGPART (t) : TREE_REALPART (t); in extract_component()
H A Dfold-const.c438 return negate_expr_p (TREE_REALPART (t)) in negate_expr_p()
582 tree rpart = negate_expr (TREE_REALPART (t)); in fold_negate_expr()
1245 tree r1 = TREE_REALPART (arg1); in const_binop()
1247 tree r2 = TREE_REALPART (arg2); in const_binop()
2528 return (operand_equal_p (TREE_REALPART (arg0), TREE_REALPART (arg1), in operand_equal_p()
7334 part = TREE_REALPART (expr); in native_encode_complex()
9540 rpart = TREE_REALPART (expr); in fold_mult_zconjz()
13064 real0 = TREE_REALPART (arg0); in fold_binary_loc()
13075 real1 = TREE_REALPART (arg1); in fold_binary_loc()
15999 TREE_REALPART (op0), in fold_relational_const()
[all …]
H A Dtree-streamer-out.c457 stream_write_tree (ob, TREE_REALPART (expr), ref_p); in write_ts_complex_tree_pointers()
H A Dvarasm.c2731 return (const_hash_1 (TREE_REALPART (exp)) * 5 in const_hash_1()
2871 return (compare_constant (TREE_REALPART (t1), TREE_REALPART (t2)) in compare_constant()
3028 copy_constant (TREE_REALPART (exp)), in copy_constant()
4614 output_constant (TREE_REALPART (exp), thissize / 2, align); in output_constant()
H A Dprint-tree.c839 print_node (file, "real", TREE_REALPART (node), indent + 4); in print_node()
H A Dtree-streamer-in.c541 TREE_REALPART (expr) = stream_read_tree (ib, data_in); in lto_input_ts_complex_tree_pointers()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dmangle.c3415 if (TREE_CODE (TREE_REALPART (value)) == INTEGER_CST in write_template_arg_literal()
3418 write_integer_cst (TREE_REALPART (value)); in write_template_arg_literal()
3422 else if (TREE_CODE (TREE_REALPART (value)) == REAL_CST in write_template_arg_literal()
3425 write_real_cst (TREE_REALPART (value)); in write_template_arg_literal()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-warn.c125 if (TREE_CODE (TREE_REALPART (value)) == INTEGER_CST) in overflow_warning()
131 else if (TREE_CODE (TREE_REALPART (value)) == REAL_CST) in overflow_warning()
/dragonfly/contrib/gcc-8.0/gcc/lto/
H A Dlto.c1320 compare_tree_edges (TREE_REALPART (t1), TREE_REALPART (t2)); in compare_tree_sccs_1()

12