Home
last modified time | relevance | path

Searched refs:const_limit (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-loop-manip.c510 tree const_limit = build_int_cst (compare_type, in vect_set_loop_masks_directly() local
514 nscalars_total, const_limit); in vect_set_loop_masks_directly()
558 poly_uint64 const_limit; in vect_set_loop_masks_directly() local
560 = (poly_int_tree_p (first_limit, &const_limit) in vect_set_loop_masks_directly()
561 && known_ge (const_limit, (i + 1) * nscalars_per_mask)); in vect_set_loop_masks_directly()
H A Dcalls.c4239 HOST_WIDE_INT const_limit = constant_lower_bound (limit); in expand_call() local
4241 = MAX (initial_highest_arg_in_use, const_limit); in expand_call()
5386 HOST_WIDE_INT const_limit = constant_lower_bound (limit); in emit_library_call_value_1() local
5388 const_limit); in emit_library_call_value_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-loop-manip.cc522 tree const_limit = build_int_cst (compare_type, in vect_set_loop_controls_directly() local
526 nitems_total, const_limit); in vect_set_loop_controls_directly()
569 poly_uint64 const_limit; in vect_set_loop_controls_directly() local
571 = (poly_int_tree_p (first_limit, &const_limit) in vect_set_loop_controls_directly()
572 && known_ge (const_limit, (i + 1) * nitems_per_ctrl)); in vect_set_loop_controls_directly()
H A Dcalls.cc3231 HOST_WIDE_INT const_limit = constant_lower_bound (limit); in expand_call() local
3233 = MAX (initial_highest_arg_in_use, const_limit); in expand_call()
4386 HOST_WIDE_INT const_limit = constant_lower_bound (limit); in emit_library_call_value_1() local
4388 const_limit); in emit_library_call_value_1()