| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-ssa-loop-prefetch.cc | 291 fprintf (file, HOST_WIDE_INT_PRINT_DEC, int_cst_value (step)); in dump_mem_details() 329 && int_cst_value ((*groups)->step) < int_cst_value (step)) in find_or_create_group() 449 idelta = int_cst_value (TREE_OPERAND (ibase, 1)); in idx_analyze_ref() 454 idelta += int_cst_value (ibase); in idx_analyze_ref() 463 imult = int_cst_value (stepsize); in idx_analyze_ref() 679 step = int_cst_value (ref->group->step); in prune_ref_by_self_reuse() 792 step = int_cst_value (ref->group->step); in prune_ref_by_group_reuse() 1012 && abs_hwi (int_cst_value (ref->group->step)) in should_issue_prefetch_p() 1019 ref->group->uid, ref->uid, int_cst_value (ref->group->step), in should_issue_prefetch_p() 1193 int_cst_value (ref->group->step); in issue_prefetch_ref()
|
| D | tree-data-ref.cc | 3998 chrec_right = int_cst_value (CHREC_RIGHT (chrec)); in initialize_matrix_A() 4121 step_x = int_cst_value (CHREC_RIGHT (CHREC_LEFT (chrec_a))); in compute_overlap_steps_for_affine_1_2() 4122 step_y = int_cst_value (CHREC_RIGHT (chrec_a)); in compute_overlap_steps_for_affine_1_2() 4123 step_z = int_cst_value (CHREC_RIGHT (chrec_b)); in compute_overlap_steps_for_affine_1_2() 4448 gamma = int_cst_value (init_b) - int_cst_value (init_a); in analyze_subscript_affine_affine() 4469 step_a = int_cst_value (CHREC_RIGHT (chrec_a)); in analyze_subscript_affine_affine() 4470 step_b = int_cst_value (CHREC_RIGHT (chrec_b)); in analyze_subscript_affine_affine() 5134 dist = int_cst_value (SUB_DISTANCE (subscript)); in build_classic_dist_vector_1() 5217 v1 = int_cst_value (CHREC_RIGHT (c_1)); in add_multivariate_self_dist() 5218 v2 = int_cst_value (CHREC_RIGHT (c_2)); in add_multivariate_self_dist()
|
| D | omp-oacc-kernels-decompose.cc | 481 int_cst_value (old_op) == int_cst_value (new_op))) in adjust_nested_loop_clauses()
|
| D | tree-ssa-loop-ivopts.cc | 2836 *offset = off0 * int_cst_value (op1); in strip_offset_1() 2853 st = int_cst_value (step); in strip_offset_1() 2887 boffset = int_cst_value (DECL_FIELD_BIT_OFFSET (field)); in strip_offset_1() 2892 *offset = off0 + int_cst_value (tmp) + abs_off; in strip_offset_1() 3265 cstepi = int_cst_value (step); in add_autoinc_candidates() 4266 int m = exact_log2 (int_cst_value (cst)); in get_shiftadd_cost() 4483 cost = comp_cost (mult_by_coeff_cost (int_cst_value (op0), in force_expr_to_var_cost() 4486 cost = comp_cost (mult_by_coeff_cost (int_cst_value (op1), in force_expr_to_var_cost() 5313 step = int_cst_value (cand->iv->step); in iv_elimination_compare_lt()
|
| D | tree-ssa-loop-niter.cc | 872 ix = int_cst_value (x); in inverse() 873 imask = int_cst_value (mask); in inverse() 3909 if (flag_delete_null_pointer_checks && int_cst_value (low) == 0) in infer_loop_bounds_from_pointer_arith()
|
| D | tree-vect-loop-manip.cc | 1666 = int_cst_value (TYPE_SIZE_UNIT (TREE_TYPE (vectype))); in get_misalign_in_elems() 1741 = int_cst_value (TYPE_SIZE_UNIT (TREE_TYPE (vectype))); in vect_gen_prolog_loop_niters()
|
| D | gimple-ssa-warn-restrict.cc | 339 offset_int off = int_cst_value (offset); in extend_offset_range()
|
| D | tree.cc | 3256 *value = int_cst_value (t); in ptrdiff_tree_p() 3265 value->coeffs[i] = int_cst_value (POLY_INT_CST_COEFF (t, i)); in ptrdiff_tree_p() 10869 int_cst_value (const_tree x) in int_cst_value() function
|
| D | internal-fn.cc | 2831 enum tree_code tcode = (tree_code) int_cst_value (gimple_call_arg (stmt, 4)); in expand_vec_cond_optab_fn()
|
| D | tree-vect-data-refs.cc | 1365 int_cst_value (TYPE_SIZE_UNIT (TREE_TYPE (vectype))); in vector_alignment_reachable_p()
|
| D | gimple-ssa-store-merging.cc | 704 uint64_t val = int_cst_value (rhs2), mask = 0; in find_bswap_or_nop_1()
|
| D | tree.h | 5412 extern HOST_WIDE_INT int_cst_value (const_tree);
|
| D | fold-const.cc | 16427 *diff = int_cst_value (tdiff); in ptr_difference_const()
|
| D | dwarf2out.cc | 14040 non_default = int_cst_value (TREE_CHAIN (args)); in gen_generic_params_dies()
|
| D | ChangeLog-2004 | 13973 get_set_constructor_bits, build_vector_type_for_mode, int_cst_value, 23658 * tree.c (int_cst_value, tree_fold_gcd): New functions. 23659 * tree.h (int_cst_value, tree_fold_gcd): Declared here.
|
| D | ChangeLog-2007 | 13957 initializer_zerop, int_cst_value, num_ending_zeros): Likewise. 13972 real_twop, real_minus_onep, int_cst_value): Likewise.
|
| D | ChangeLog-2008 | 28456 * tree.c (int_cst_value): Instead make this function more
|
| D | ChangeLog-2005 | 15183 is an INTEGER_CST before calling int_cst_value.
|
| D | ChangeLog-2010 | 304 tree_int_to_gmp instead of int_cst_value.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/objc/ |
| D | objc-next-runtime-abi-02.cc | 3698 offs = size_int (2 * int_cst_value (TYPE_SIZE_UNIT (ptr_type_node))); in objc2_build_ehtype_initializer()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | cp-tree.h | 3740 int_cst_value (NON_DEFAULT_TEMPLATE_ARGS_COUNT (NODE)) 3744 ? int_cst_value (NON_DEFAULT_TEMPLATE_ARGS_COUNT (NODE)) \
|
| D | class.cc | 4428 if (int_cst_value (pos) % TYPE_ALIGN_UNIT (ptr_type_node) != 0) in layout_nonempty_base_or_field()
|
| D | constexpr.cc | 2088 HOST_WIDE_INT hint = int_cst_value (CALL_EXPR_ARG (call, 3)); in cxx_eval_dynamic_cast_fn()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/alpha/ |
| D | alpha.cc | 7042 opint[i] = int_cst_value (arg); in alpha_fold_builtin()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/ |
| D | i386.cc | 23256 ? int_cst_value (op2) : -1, in add_stmt_cost()
|