| /src/external/gpl3/gcc/dist/gcc/ |
| tree-vect-loop-manip.cc | 414 vect_adjust_loop_lens_control (tree iv_type, gimple_seq *seq, 420 tree length_limit = build_int_cst (iv_type, nitems_per_ctrl); 442 step = gimple_build (seq, MINUS_EXPR, iv_type, step, 509 tree iv_type = LOOP_VINFO_RGROUP_IV_TYPE (loop_vinfo); local 526 tree nitems_step = build_int_cst (iv_type, vf); 533 tree iv_factor = build_int_cst (iv_type, nitems_per_iter); 536 nitems_step = gimple_build (preheader_seq, MULT_EXPR, iv_type, 569 nitems_total = gimple_convert (preheader_seq, iv_type, nitems_total); 571 : make_ssa_name (iv_type); 577 tree len = gimple_build (header_seq, IFN_SELECT_VL, iv_type, 914 tree iv_type = LOOP_VINFO_RGROUP_IV_TYPE (loop_vinfo); local 991 tree iv_type = LOOP_VINFO_RGROUP_IV_TYPE (loop_vinfo); local [all...] |
| tree-vect-loop.cc | 1347 tree iv_type = NULL_TREE; local 1389 iv_type = this_type; 1405 LOOP_VINFO_RGROUP_IV_TYPE (loop_vinfo) = iv_type; 1429 tree iv_type = NULL_TREE; 1444 iv_type = build_nonstandard_integer_type (cmp_bits, true); 1445 if (iv_type) 1449 if (!iv_type) 1503 /* If iv_type is usable as compare type use that - we can elide the 1505 if (TYPE_PRECISION (iv_type) >= min_ni_width) 1508 = build_vector_type (iv_type, TYPE_VECTOR_SUBPARTS (mask_type)) 1619 tree iv_type = NULL_TREE; local 3171 tree iv_type = LOOP_VINFO_RGROUP_IV_TYPE (loop_vinfo); local 11424 tree iv_type = LOOP_VINFO_RGROUP_IV_TYPE (loop_vinfo); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-vect-loop-manip.cc | 430 tree iv_type = LOOP_VINFO_RGROUP_IV_TYPE (loop_vinfo); local 447 tree nitems_step = build_int_cst (iv_type, vf); 454 tree iv_factor = build_int_cst (iv_type, nitems_per_iter); 457 nitems_step = gimple_build (preheader_seq, MULT_EXPR, iv_type, 470 create_iv (build_int_cst (iv_type, 0), nitems_step, NULL_TREE, loop,
|
| tree-vect-loop.cc | 1101 tree iv_type = NULL_TREE; local 1143 iv_type = this_type; 1156 LOOP_VINFO_RGROUP_IV_TYPE (loop_vinfo) = iv_type; 1225 tree iv_type = NULL_TREE; local 1240 iv_type = build_nonstandard_integer_type (tbits, true); 1245 if (!iv_type) 1254 LOOP_VINFO_RGROUP_COMPARE_TYPE (loop_vinfo) = iv_type; 1255 LOOP_VINFO_RGROUP_IV_TYPE (loop_vinfo) = iv_type;
|
| /src/usr.sbin/sysinst/ |
| partman.c | 123 const char *iv_type; member in struct:cgd_desc 1299 msg_string(MSG_cgd_iv_fmt), dev_ptr->iv_type); 1348 dev_ptr->iv_type = retstring; 1381 .iv_type = "encblkno1", 1469 cgds[i].iv_type, cgds[i].keygen_type, cgds[i].node,
|