| /freebsd-9-stable/contrib/gcc/config/i386/ |
| D | netware.c | 65 = TREE_INT_CST_LOW (TYPE_SIZE (TREE_VALUE (formal_type))); in gen_stdcall_or_fastcall_decoration() 111 = TREE_INT_CST_LOW (TYPE_SIZE (TREE_VALUE (formal_type))); in gen_regparm_prefix() 152 TREE_INT_CST_LOW (TREE_VALUE (TREE_VALUE (newid)))); in i386_nlm_encode_section_info()
|
| /freebsd-9-stable/contrib/gcc/ |
| D | tree-dfa.c | 891 bitsize = TREE_INT_CST_LOW (size_tree); in get_ref_base_and_extent() 934 maxsize = (TREE_INT_CST_LOW (csize) in get_ref_base_and_extent() 935 - TREE_INT_CST_LOW (bit_offset)); in get_ref_base_and_extent() 976 maxsize = (TREE_INT_CST_LOW (asize) in get_ref_base_and_extent() 977 - TREE_INT_CST_LOW (bit_offset)); in get_ref_base_and_extent() 1020 && TREE_INT_CST_LOW (bit_offset) + maxsize in get_ref_base_and_extent() 1021 == TREE_INT_CST_LOW (TYPE_SIZE (TREE_TYPE (exp)))) in get_ref_base_and_extent() 1027 *poffset = TREE_INT_CST_LOW (bit_offset); in get_ref_base_and_extent()
|
| D | print-tree.c | 123 fprintf (file, HOST_WIDE_INT_PRINT_UNSIGNED, TREE_INT_CST_LOW (node)); in print_node_brief() 125 && TREE_INT_CST_LOW (node) != 0) in print_node_brief() 127 -TREE_INT_CST_LOW (node)); in print_node_brief() 130 TREE_INT_CST_HIGH (node), TREE_INT_CST_LOW (node)); in print_node_brief() 695 TREE_INT_CST_LOW (node)); in print_node() 697 && TREE_INT_CST_LOW (node) != 0) in print_node() 699 -TREE_INT_CST_LOW (node)); in print_node() 702 TREE_INT_CST_HIGH (node), TREE_INT_CST_LOW (node)); in print_node()
|
| D | tree.c | 780 return (TREE_INT_CST_HIGH (t) ^ TREE_INT_CST_LOW (t) in int_cst_hash_hash() 795 && TREE_INT_CST_LOW (xt) == TREE_INT_CST_LOW (yt)); in int_cst_hash_eq() 869 gcc_assert (TREE_INT_CST_LOW (t) == low); in build_int_cst_wide() 877 TREE_INT_CST_LOW (t) = low; in build_int_cst_wide() 889 TREE_INT_CST_LOW (int_cst_node) = low; in build_int_cst_wide() 1100 TREE_INT_CST_LOW (i), TREE_INT_CST_HIGH (i), in real_value_from_int_cst() 1270 && TREE_INT_CST_LOW (expr) == 0 in integer_zerop() 1286 && TREE_INT_CST_LOW (expr) == 1 in integer_onep() 1313 if (TREE_INT_CST_LOW (expr) == ~(unsigned HOST_WIDE_INT) 0 in integer_all_onesp() 1338 return (TREE_INT_CST_LOW (expr) == ~(unsigned HOST_WIDE_INT) 0 in integer_all_onesp() [all …]
|
| D | fold-const.c | 219 low = TREE_INT_CST_LOW (t); in force_fit_type() 273 || low != TREE_INT_CST_LOW (t) || high != TREE_INT_CST_HIGH (t)) in force_fit_type() 869 int1l = TREE_INT_CST_LOW (arg1); in div_if_zero_remainder() 871 int2l = TREE_INT_CST_LOW (arg2); in div_if_zero_remainder() 1042 if (TREE_INT_CST_LOW (t) != 0) in may_negate_without_overflow_p() 1048 val = TREE_INT_CST_LOW (t); in may_negate_without_overflow_p() 1156 == TREE_INT_CST_LOW (op1)) in negate_expr_p() 1336 == TREE_INT_CST_LOW (op1)) in fold_negate_expr() 1536 int1l = TREE_INT_CST_LOW (arg1); in int_const_binop() 1538 int2l = TREE_INT_CST_LOW (arg2); in int_const_binop() [all …]
|
| D | tree-vectorizer.h | 148 #define LOOP_VINFO_INT_NITERS(L) (TREE_INT_CST_LOW ((L)->num_iters)) 156 && TREE_INT_CST_LOW ((L)->num_iters) > 0)
|
| D | tree-ssa-structalias.c | 3004 rhssize = TREE_INT_CST_LOW (rhstypesize); in do_structure_copy() 3009 lhssize = TREE_INT_CST_LOW (lhstypesize); in do_structure_copy() 3292 if ((TREE_INT_CST_LOW (op1) * BITS_PER_UNIT) / BITS_PER_UNIT in handle_ptr_arith() 3293 != TREE_INT_CST_LOW (op1)) in handle_ptr_arith() 3295 rhsoffset = TREE_INT_CST_LOW (op1) * BITS_PER_UNIT; in handle_ptr_arith() 3655 foasize = TREE_INT_CST_LOW (foa->size); in fieldoff_compare() 3656 fobsize = TREE_INT_CST_LOW (fob->size); in fieldoff_compare() 3698 img_part->offset = offset + TREE_INT_CST_LOW (TYPE_SIZE (TREE_TYPE (type))); in push_fields_onto_fieldstack() 3713 || TREE_INT_CST_LOW (sz) == 0 in push_fields_onto_fieldstack() 3716 || TREE_INT_CST_LOW (elsz) == 0) in push_fields_onto_fieldstack() [all …]
|
| D | tree-sra.c | 432 h = TREE_INT_CST_LOW (t) ^ TREE_INT_CST_HIGH (t); in sra_hash_tree() 1142 sprintf (buffer, HOST_WIDE_INT_PRINT_DEC, TREE_INT_CST_LOW (t)); in build_element_name_1() 1277 *sizep += TREE_INT_CST_LOW (TYPE_SIZE_UNIT (elt->type)); in sum_instantiated_sizes() 2278 TREE_INT_CST_LOW (TREE_OPERAND (elt->element, 0)), in dump_sra_elt_name() 2279 TREE_INT_CST_LOW (TREE_OPERAND (elt->element, 1))); in dump_sra_elt_name() 2282 TREE_INT_CST_LOW (elt->element)); in dump_sra_elt_name()
|
| D | tree-chrec.h | 29 #define CHREC_VARIABLE(NODE) TREE_INT_CST_LOW (CHREC_VAR (NODE))
|
| D | c-pretty-print.c | 810 pp_wide_integer (pp, TREE_INT_CST_LOW (i)); in pp_c_integer_constant() 817 -TREE_INT_CST_LOW (i), in pp_c_integer_constant() 819 + !TREE_INT_CST_LOW (i)); in pp_c_integer_constant() 823 TREE_INT_CST_HIGH (i), TREE_INT_CST_LOW (i)); in pp_c_integer_constant() 847 pp_scalar (pp, "\\x%x", (unsigned) TREE_INT_CST_LOW (c)); in pp_c_character_constant()
|
| D | stmt.c | 2144 r->low = build_int_cst_wide (TREE_TYPE (low), TREE_INT_CST_LOW (low), in add_case_node() 2146 r->high = build_int_cst_wide (TREE_TYPE (high), TREE_INT_CST_LOW (high), in add_case_node() 2686 for (i = (HOST_WIDE_INT) TREE_INT_CST_LOW (n->low); in estimate_case_costs() 2687 i <= (HOST_WIDE_INT) TREE_INT_CST_LOW (n->high); i++) in estimate_case_costs() 2729 cost += COST_TABLE (TREE_INT_CST_LOW (np->high)); in balance_case_nodes() 2733 cost += COST_TABLE (TREE_INT_CST_LOW (np->low)); in balance_case_nodes() 2754 i -= COST_TABLE (TREE_INT_CST_LOW ((*npp)->high)); in balance_case_nodes() 2755 i -= COST_TABLE (TREE_INT_CST_LOW ((*npp)->low)); in balance_case_nodes()
|
| D | c-pragma.c | 165 align = TREE_INT_CST_LOW (x); in handle_pragma_pack() 197 align = TREE_INT_CST_LOW (x); in handle_pragma_pack()
|
| D | tree-optimize.c | 486 = TREE_INT_CST_LOW (TYPE_SIZE_UNIT (ret_type)); in tree_rest_of_compilation()
|
| D | tree-ssa-address.c | 181 st = immed_double_const (TREE_INT_CST_LOW (addr->step), in addr_for_mem_ref() 187 off = immed_double_const (TREE_INT_CST_LOW (addr->offset), in addr_for_mem_ref()
|
| D | c-lex.c | 518 && TREE_INT_CST_LOW (upper) >= low)) in narrowest_unsigned_type() 546 && TREE_INT_CST_LOW (upper) >= low)) in narrowest_signed_type()
|
| D | c-common.c | 731 unsigned ix = TREE_INT_CST_LOW (TREE_VALUE (saved)); in finish_fname_decls() 2214 TREE_INT_CST_LOW (primop1), in shorten_compare() 2578 return (TREE_INT_CST_LOW (expr) != 0 || TREE_INT_CST_HIGH (expr) != 0) in c_common_truthvalue_conversion() 2827 size = TREE_INT_CST_LOW (TYPE_SIZE (t)); in c_type_hash() 3888 TREE_INT_CST_LOW (key)); in match_case_to_enum_1() 3891 && TREE_INT_CST_LOW (key) != 0) in match_case_to_enum_1() 3893 -TREE_INT_CST_LOW (key)); in match_case_to_enum_1() 3896 TREE_INT_CST_HIGH (key), TREE_INT_CST_LOW (key)); in match_case_to_enum_1() 5635 pos = TREE_INT_CST_LOW (p); in check_function_sentinel() 5727 *valp = TREE_INT_CST_LOW (arg_num_expr); in get_nonnull_operand() [all …]
|
| D | tree-eh.c | 1740 region_nr = TREE_INT_CST_LOW (TREE_OPERAND (stmt, 0)); in make_eh_edges() 1808 region_nr = TREE_INT_CST_LOW (TREE_OPERAND (stmt, 0)); in verify_eh_edges() 2032 region_nr = TREE_INT_CST_LOW (TREE_OPERAND (stmt, 0)), is_resx = true; in tree_can_throw_internal() 2047 region_nr = TREE_INT_CST_LOW (TREE_OPERAND (stmt, 0)), is_resx = true; in tree_can_throw_external()
|
| D | dbxout.c | 690 unsigned HOST_WIDE_INT low = TREE_INT_CST_LOW (cst); in stabstr_O() 2162 stabstr_D (TREE_INT_CST_LOW (TREE_VALUE (tem))); in dbxout_type() 2164 && (HOST_WIDE_INT) TREE_INT_CST_LOW (TREE_VALUE (tem)) < 0) in dbxout_type() 2165 stabstr_D (TREE_INT_CST_LOW (TREE_VALUE (tem))); in dbxout_type() 2760 HOST_WIDE_INT ival = TREE_INT_CST_LOW (DECL_INITIAL (decl)); in dbxout_symbol()
|
| D | tree-pretty-print.c | 244 pp_wide_integer (buffer, TREE_INT_CST_LOW (max) + 1); in dump_array_domain() 713 pp_wide_integer (buffer, TREE_INT_CST_LOW (node)); in dump_generic_node() 724 -TREE_INT_CST_LOW (val), in dump_generic_node() 726 + !TREE_INT_CST_LOW (val)); in dump_generic_node() 736 TREE_INT_CST_LOW (val)); in dump_generic_node() 741 pp_wide_integer (buffer, TREE_INT_CST_LOW (node)); in dump_generic_node()
|
| D | tree-chrec.c | 433 && TREE_INT_CST_LOW (n) < k) in tree_fold_binomial() 437 lnum = TREE_INT_CST_LOW (n); in tree_fold_binomial()
|
| /freebsd-9-stable/contrib/gcc/config/ |
| D | sol2-c.c | 98 low = TREE_INT_CST_LOW (x); in solaris_pragma_align()
|
| D | darwin.c | 1138 TREE_INT_CST_LOW (size) == 4 && in machopic_select_section() 1142 TREE_INT_CST_LOW (size) == 8 && in machopic_select_section() 1147 && TREE_INT_CST_LOW (size) == 16 in machopic_select_section()
|
| /freebsd-9-stable/contrib/gcc/cp/ |
| D | tree.c | 803 TREE_INT_CST_LOW (BINFO_OFFSET (elem))); in debug_binfo() 819 (long) n, (long) TREE_INT_CST_LOW (DECL_VINDEX (fndecl))); in debug_binfo() 1455 return TREE_INT_CST_LOW (t1) == TREE_INT_CST_LOW (t2) in cp_tree_equal() 1883 pri = TREE_INT_CST_LOW (initp_expr); in handle_init_priority_attribute()
|
| D | typeck2.c | 699 int size = TREE_INT_CST_LOW (TYPE_SIZE (type)); in digest_init() 794 len = (TREE_INT_CST_LOW (TYPE_MAX_VALUE (domain)) in process_init_constructor_array() 795 - TREE_INT_CST_LOW (TYPE_MIN_VALUE (domain)) in process_init_constructor_array()
|
| /freebsd-9-stable/contrib/gcc/config/sparc/ |
| D | sparc.c | 5459 rtx size_rtx = GEN_INT (TREE_INT_CST_LOW (size) & 0xfff); in sparc_struct_value_rtx() 5461 rtx temp_val = assign_stack_local (Pmode, TREE_INT_CST_LOW (size), 0); in sparc_struct_value_rtx() 8052 = sparc_vis_mul8x16 (TREE_INT_CST_LOW (TREE_VALUE (elts0)), in sparc_handle_vis_mul8x16() 8053 TREE_INT_CST_LOW (TREE_VALUE (elts1))); in sparc_handle_vis_mul8x16() 8061 scale = TREE_INT_CST_LOW (TREE_VALUE (elts1)); in sparc_handle_vis_mul8x16() 8066 = sparc_vis_mul8x16 (TREE_INT_CST_LOW (TREE_VALUE (elts0)), in sparc_handle_vis_mul8x16() 8075 scale = TREE_INT_CST_LOW (TREE_VALUE (TREE_CHAIN (elts1))); in sparc_handle_vis_mul8x16() 8080 = sparc_vis_mul8x16 (TREE_INT_CST_LOW (TREE_VALUE (elts0)), in sparc_handle_vis_mul8x16() 8125 unsigned int val = TREE_INT_CST_LOW (TREE_VALUE (elts)) << 4; in sparc_fold_builtin() 8190 unsigned HOST_WIDE_INT low = TREE_INT_CST_LOW (arg2); in sparc_fold_builtin() [all …]
|