Home
last modified time | relevance | path

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

12

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dfold-const-call.cc1244 tree argr = TREE_REALPART (arg); in fold_const_call_1()
1576 tree arg0r = TREE_REALPART (arg0); in fold_const_call_1()
1578 tree arg1r = TREE_REALPART (arg1); in fold_const_call_1()
Dtree.cc2517 TREE_REALPART (t) = real; in build_complex()
2825 return (integer_zerop (TREE_REALPART (expr)) in integer_zerop()
2849 return (integer_onep (TREE_REALPART (expr)) in integer_onep()
2870 return (integer_onep (TREE_REALPART (expr)) in integer_each_onep()
2886 && integer_all_onesp (TREE_REALPART (expr)) in integer_all_onesp()
2911 return (integer_all_onesp (TREE_REALPART (expr)) in integer_minus_onep()
2926 && integer_pow2p (TREE_REALPART (expr)) in integer_pow2p()
2948 && (integer_nonzerop (TREE_REALPART (expr)) in integer_nonzerop()
2986 return tree_log2 (TREE_REALPART (expr)); in tree_log2()
2998 return tree_log2 (TREE_REALPART (expr)); in tree_floor_log2()
[all …]
Dfold-const.cc419 return negate_expr_p (TREE_REALPART (t)) in negate_expr_p()
575 tree rpart = fold_negate_expr (loc, TREE_REALPART (t)); in fold_negate_expr_1()
1403 tree r1 = TREE_REALPART (arg1); in const_binop()
1405 tree r2 = TREE_REALPART (arg2); in const_binop()
1797 return build_complex (type, TREE_REALPART (arg0), ipart); in const_unop()
1835 return fold_convert (type, TREE_REALPART (arg0)); in const_unop()
3167 return (operand_equal_p (TREE_REALPART (arg0), TREE_REALPART (arg1), in operand_equal_p()
3716 hash_operand (TREE_REALPART (t), hstate, flags); in hash_operand()
7876 part = TREE_REALPART (expr); in native_encode_complex()
10475 rpart = TREE_REALPART (expr); in fold_mult_zconjz()
[all …]
Dtree-complex.cc170 real = TREE_REALPART (t); in find_lattice_value()
616 return imagpart_p ? TREE_IMAGPART (t) : TREE_REALPART (t); in extract_component()
Dtree-streamer-out.cc594 stream_write_tree_ref (ob, TREE_REALPART (expr)); in write_ts_complex_tree_pointers()
Dtree-streamer-in.cc701 TREE_REALPART (expr) = stream_read_tree_ref (ib, data_in); in lto_input_ts_complex_tree_pointers()
Dtree-ssa-dse.cc496 tree x = TREE_REALPART (gimple_assign_rhs1 (stmt)); in maybe_trim_complex_store()
Dtree-ssa-ccp.cc506 if (!REAL_VALUE_ISNAN (TREE_REAL_CST (TREE_REALPART (old_val.value))) in valid_lattice_transition()
507 && !operand_equal_p (TREE_REALPART (old_val.value), in valid_lattice_transition()
508 TREE_REALPART (new_val.value), 0)) in valid_lattice_transition()
Dprint-tree.cc838 print_node (file, "real", TREE_REALPART (node), indent + 4); in print_node()
Dgimple-range-fold.cc432 tree imag = TREE_REALPART (cst); in adjust_realpart_expr()
Dvarasm.cc3143 return (const_hash_1 (TREE_REALPART (exp)) * 5 in const_hash_1()
3291 return (compare_constant (TREE_REALPART (t1), TREE_REALPART (t2)) in compare_constant()
5289 output_constant (TREE_REALPART (exp), thissize / 2, align, in output_constant()
Dipa-icf.cc1832 return (sem_variable::equals (TREE_REALPART (t1), TREE_REALPART (t2)) in equals()
Dlto-streamer-out.cc979 DFS_follow_tree_edge (TREE_REALPART (expr)); in DFS_write_tree_body()
1412 visit (TREE_REALPART (t)); in hash_tree()
Dtree-loop-distribution.cc1116 if (!const_with_all_bytes_same (TREE_REALPART (val)) in const_with_all_bytes_same()
Dexpr.cc3516 tree part = imag_p ? TREE_IMAGPART (decl) : TREE_REALPART (decl); in read_complex_part()
6490 if (!initializer_zerop (TREE_REALPART (value))) in categorize_ctor_elements_1()
10773 op0 = expand_expr (TREE_REALPART (exp), rtarg, mode, EXPAND_NORMAL); in expand_expr_real_1()
Dtree-pretty-print.cc2219 dump_generic_node (pp, TREE_REALPART (node), spc, flags, false); in dump_generic_node()
Dbuiltins.cc10785 const REAL_VALUE_TYPE *const re0 = TREE_REAL_CST_PTR (TREE_REALPART (arg0)); in do_mpc_arg2()
10787 const REAL_VALUE_TYPE *const re1 = TREE_REAL_CST_PTR (TREE_REALPART (arg1)); in do_mpc_arg2()
Dtree.def295 /* Contents are in TREE_REALPART and TREE_IMAGPART fields,
Dcfgexpand.cc4554 op0 = expand_debug_expr (TREE_REALPART (exp)); in expand_debug_expr()
Dtree.h1065 #define TREE_REALPART(NODE) (COMPLEX_CST_CHECK (NODE)->complex.real) macro
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dmangle.cc3657 if (TREE_CODE (TREE_REALPART (value)) == INTEGER_CST in write_template_arg_literal()
3660 write_integer_cst (TREE_REALPART (value)); in write_template_arg_literal()
3664 else if (TREE_CODE (TREE_REALPART (value)) == REAL_CST in write_template_arg_literal()
3667 write_real_cst (TREE_REALPART (value)); in write_template_arg_literal()
Dtree.cc3933 return cp_tree_equal (TREE_REALPART (t1), TREE_REALPART (t2)) in cp_tree_equal()
Dmodule.cc5956 WT (TREE_REALPART (t)); in core_vals()
6450 RT (TREE_REALPART (t)); in core_vals()
/netbsd/src/external/gpl3/gcc/dist/gcc/lto/
Dlto-common.cc1404 compare_tree_edges (TREE_REALPART (t1), TREE_REALPART (t2)); in compare_tree_sccs_1()
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dgeneric.texi1091 @code{TREE_REALPART} and @code{TREE_IMAGPART} return the real and the

12