| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | fold-const-call.cc | 1244 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()
|
| D | tree.cc | 2517 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 …]
|
| D | fold-const.cc | 419 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 …]
|
| D | tree-complex.cc | 170 real = TREE_REALPART (t); in find_lattice_value() 616 return imagpart_p ? TREE_IMAGPART (t) : TREE_REALPART (t); in extract_component()
|
| D | tree-streamer-out.cc | 594 stream_write_tree_ref (ob, TREE_REALPART (expr)); in write_ts_complex_tree_pointers()
|
| D | tree-streamer-in.cc | 701 TREE_REALPART (expr) = stream_read_tree_ref (ib, data_in); in lto_input_ts_complex_tree_pointers()
|
| D | tree-ssa-dse.cc | 496 tree x = TREE_REALPART (gimple_assign_rhs1 (stmt)); in maybe_trim_complex_store()
|
| D | tree-ssa-ccp.cc | 506 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()
|
| D | print-tree.cc | 838 print_node (file, "real", TREE_REALPART (node), indent + 4); in print_node()
|
| D | gimple-range-fold.cc | 432 tree imag = TREE_REALPART (cst); in adjust_realpart_expr()
|
| D | varasm.cc | 3143 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()
|
| D | ipa-icf.cc | 1832 return (sem_variable::equals (TREE_REALPART (t1), TREE_REALPART (t2)) in equals()
|
| D | lto-streamer-out.cc | 979 DFS_follow_tree_edge (TREE_REALPART (expr)); in DFS_write_tree_body() 1412 visit (TREE_REALPART (t)); in hash_tree()
|
| D | tree-loop-distribution.cc | 1116 if (!const_with_all_bytes_same (TREE_REALPART (val)) in const_with_all_bytes_same()
|
| D | expr.cc | 3516 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()
|
| D | tree-pretty-print.cc | 2219 dump_generic_node (pp, TREE_REALPART (node), spc, flags, false); in dump_generic_node()
|
| D | builtins.cc | 10785 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()
|
| D | tree.def | 295 /* Contents are in TREE_REALPART and TREE_IMAGPART fields,
|
| D | cfgexpand.cc | 4554 op0 = expand_debug_expr (TREE_REALPART (exp)); in expand_debug_expr()
|
| D | tree.h | 1065 #define TREE_REALPART(NODE) (COMPLEX_CST_CHECK (NODE)->complex.real) macro
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | mangle.cc | 3657 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()
|
| D | tree.cc | 3933 return cp_tree_equal (TREE_REALPART (t1), TREE_REALPART (t2)) in cp_tree_equal()
|
| D | module.cc | 5956 WT (TREE_REALPART (t)); in core_vals() 6450 RT (TREE_REALPART (t)); in core_vals()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/lto/ |
| D | lto-common.cc | 1404 compare_tree_edges (TREE_REALPART (t1), TREE_REALPART (t2)); in compare_tree_sccs_1()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/doc/ |
| D | generic.texi | 1091 @code{TREE_REALPART} and @code{TREE_IMAGPART} return the real and the
|