Home
last modified time | relevance | path

Searched refs:int_cst_value (Results 1 – 25 of 26) sorted by relevance

12

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-ssa-loop-prefetch.cc291 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()
Dtree-data-ref.cc3998 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()
Domp-oacc-kernels-decompose.cc481 int_cst_value (old_op) == int_cst_value (new_op))) in adjust_nested_loop_clauses()
Dtree-ssa-loop-ivopts.cc2836 *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()
Dtree-ssa-loop-niter.cc872 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()
Dtree-vect-loop-manip.cc1666 = 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()
Dgimple-ssa-warn-restrict.cc339 offset_int off = int_cst_value (offset); in extend_offset_range()
Dtree.cc3256 *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
Dinternal-fn.cc2831 enum tree_code tcode = (tree_code) int_cst_value (gimple_call_arg (stmt, 4)); in expand_vec_cond_optab_fn()
Dtree-vect-data-refs.cc1365 int_cst_value (TYPE_SIZE_UNIT (TREE_TYPE (vectype))); in vector_alignment_reachable_p()
Dgimple-ssa-store-merging.cc704 uint64_t val = int_cst_value (rhs2), mask = 0; in find_bswap_or_nop_1()
Dtree.h5412 extern HOST_WIDE_INT int_cst_value (const_tree);
Dfold-const.cc16427 *diff = int_cst_value (tdiff); in ptr_difference_const()
Ddwarf2out.cc14040 non_default = int_cst_value (TREE_CHAIN (args)); in gen_generic_params_dies()
DChangeLog-200413973 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.
DChangeLog-200713957 initializer_zerop, int_cst_value, num_ending_zeros): Likewise.
13972 real_twop, real_minus_onep, int_cst_value): Likewise.
DChangeLog-200828456 * tree.c (int_cst_value): Instead make this function more
DChangeLog-200515183 is an INTEGER_CST before calling int_cst_value.
DChangeLog-2010304 tree_int_to_gmp instead of int_cst_value.
/netbsd/src/external/gpl3/gcc/dist/gcc/objc/
Dobjc-next-runtime-abi-02.cc3698 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/
Dcp-tree.h3740 int_cst_value (NON_DEFAULT_TEMPLATE_ARGS_COUNT (NODE))
3744 ? int_cst_value (NON_DEFAULT_TEMPLATE_ARGS_COUNT (NODE)) \
Dclass.cc4428 if (int_cst_value (pos) % TYPE_ALIGN_UNIT (ptr_type_node) != 0) in layout_nonempty_base_or_field()
Dconstexpr.cc2088 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/
Dalpha.cc7042 opint[i] = int_cst_value (arg); in alpha_fold_builtin()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386.cc23256 ? int_cst_value (op2) : -1, in add_stmt_cost()

12