Searched refs:dst_pos (Results 1 - 25 of 27) sorted by relevance

12

/netbsd-current/external/mit/isl/dist/
H A Disl_dim_map.h15 unsigned dst_pos, int dst_stride, unsigned src_pos, int src_stride,
19 unsigned first, unsigned n, unsigned dst_pos);
21 __isl_keep isl_space *space, enum isl_dim_type type, unsigned dst_pos);
23 __isl_keep isl_basic_map *bmap, unsigned dst_pos);
H A Disl_pw_move_dims_templ.c12 enum isl_dim_type dst_type, unsigned dst_pos,
20 space = isl_space_move_dims(space, dst_type, dst_pos,
33 dst_type, dst_pos, src_type, src_pos, n);
46 domain = isl_set_move_dims(domain, dst_type, dst_pos,
H A Disl_dim_map.c54 unsigned dst_pos, int dst_stride, unsigned src_pos, int src_stride,
63 unsigned d = 1 + dst_pos + dst_stride * i;
72 unsigned first, unsigned n, unsigned dst_pos)
82 dim_map->m[1 + dst_pos + i].pos = 1 + off + first + i;
83 dim_map->m[1 + dst_pos + i].sgn = 1;
88 __isl_keep isl_space *space, enum isl_dim_type type, unsigned dst_pos)
94 isl_dim_map_dim_range(dim_map, space, type, 0, dim, dst_pos);
98 __isl_keep isl_basic_map *bmap, unsigned dst_pos)
108 dim_map->m[1 + dst_pos + i].pos = src_pos + i;
109 dim_map->m[1 + dst_pos
53 isl_dim_map_range(__isl_keep isl_dim_map *dim_map, unsigned dst_pos, int dst_stride, unsigned src_pos, int src_stride, unsigned n, int sign) argument
70 isl_dim_map_dim_range(__isl_keep isl_dim_map *dim_map, __isl_keep isl_space *space, enum isl_dim_type type, unsigned first, unsigned n, unsigned dst_pos) argument
87 isl_dim_map_dim(__isl_keep isl_dim_map *dim_map, __isl_keep isl_space *space, enum isl_dim_type type, unsigned dst_pos) argument
97 isl_dim_map_div(__isl_keep isl_dim_map *dim_map, __isl_keep isl_basic_map *bmap, unsigned dst_pos) argument
[all...]
H A Disl_multi_move_dims_templ.c15 * to dimensions of "dst_type" at "dst_pos".
20 enum isl_dim_type dst_type, unsigned dst_pos,
52 space = isl_space_move_dims(space, dst_type, dst_pos,
58 dst_type, dst_pos, src_type, src_pos, n);
64 el = FN(EL,move_dims)(el, dst_type, dst_pos,
H A Disl_vec.c611 * to "dst_pos". The elements originally at "dst_pos" are moved
612 * up or down depending on whether "dst_pos" is smaller or greater
616 unsigned dst_pos, unsigned src_pos, unsigned n)
626 if (dst_pos + n > vec->size)
631 if (n == 0 || dst_pos == src_pos)
638 if (dst_pos < src_pos) {
639 isl_seq_cpy(res->el, vec->el, dst_pos);
640 isl_seq_cpy(res->el + dst_pos, vec->el + src_pos, n);
641 isl_seq_cpy(res->el + dst_pos
615 isl_vec_move_els(__isl_take isl_vec *vec, unsigned dst_pos, unsigned src_pos, unsigned n) argument
[all...]
H A Disl_local.h25 unsigned dst_pos, unsigned src_pos, unsigned n);
H A Disl_multi_pw_aff_explicit_domain.c113 * of the explicit domain of "mpa" to dimensions of "dst_type" at "dst_pos".
117 enum isl_dim_type dst_type, unsigned dst_pos,
129 mpa->u.dom = isl_set_move_dims(mpa->u.dom, dst_type, dst_pos,
115 isl_multi_pw_aff_move_explicit_domain_dims( __isl_take isl_multi_pw_aff *mpa, enum isl_dim_type dst_type, unsigned dst_pos, enum isl_dim_type src_type, unsigned src_pos, unsigned n) argument
H A Disl_local.c296 /* Move the "n" variables starting at "src_pos" of "local" to "dst_pos".
301 unsigned dst_pos, unsigned src_pos, unsigned n)
312 if (dst_pos >= v_div || src_pos >= v_div)
317 mat = isl_mat_move_cols(mat, 2 + dst_pos, 2 + src_pos, n);
300 isl_local_move_vars(__isl_take isl_local *local, unsigned dst_pos, unsigned src_pos, unsigned n) argument
H A Disl_local_space_private.h94 enum isl_dim_type dst_type, unsigned dst_pos,
H A Disl_multi_no_explicit_domain.c132 * of the explicit domain of "multi" to dimensions of "dst_type" at "dst_pos".
137 enum isl_dim_type dst_type, unsigned dst_pos,
H A Disl_aff_private.h167 enum isl_dim_type dst_type, unsigned dst_pos,
H A Disl_fold.c1710 unsigned dst_pos; member in struct:isl_fold_move_dims_data
1724 qp = isl_qpolynomial_move_dims(qp, data->dst_type, data->dst_pos,
1731 enum isl_dim_type dst_type, unsigned dst_pos,
1735 { dst_type, dst_pos, src_type, src_pos, n };
1755 space = isl_space_move_dims(space, set_dst_type, dst_pos,
1729 isl_qpolynomial_fold_move_dims( __isl_take isl_qpolynomial_fold *fold, enum isl_dim_type dst_type, unsigned dst_pos, enum isl_dim_type src_type, unsigned src_pos, unsigned n) argument
H A Disl_local_space.c1626 * to dimensions of "dst_type" at "dst_pos".
1633 enum isl_dim_type dst_type, unsigned dst_pos,
1651 if (isl_local_space_check_range(ls, dst_type, dst_pos, 0) < 0)
1659 if (dst_type == src_type && dst_pos == src_pos)
1671 g_dst_pos = v_dst + dst_pos;
1680 space = isl_space_move_dims(space, dst_type, dst_pos,
1631 isl_local_space_move_dims( __isl_take isl_local_space *ls, enum isl_dim_type dst_type, unsigned dst_pos, enum isl_dim_type src_type, unsigned src_pos, unsigned n) argument
H A Disl_space.c1406 enum isl_dim_type dst_type, unsigned dst_pos,
1421 if (dst_type == src_type && dst_pos == src_pos)
1445 get_ids(space, t, 0, dst_pos, ids + off);
1446 off += dst_pos;
1449 get_ids(space, t, dst_pos, s[t - o] - dst_pos,
1451 off += s[t - o] - dst_pos;
1405 isl_space_move_dims(__isl_take isl_space *space, enum isl_dim_type dst_type, unsigned dst_pos, enum isl_dim_type src_type, unsigned src_pos, unsigned n) argument
H A Disl_polynomial.c3575 /* Move the "n" variables starting at "src_pos" of "qp" to "dst_pos".
3581 unsigned dst_pos, unsigned src_pos, unsigned n)
3590 local = isl_local_move_vars(local, dst_pos, src_pos, n);
3598 reordering = reordering_move(ctx, total, dst_pos, src_pos, n);
3612 enum isl_dim_type dst_type, unsigned dst_pos,
3649 g_dst_pos = dst_off + dst_pos;
3657 space = isl_space_move_dims(space, dst_type, dst_pos,
3579 local_poly_move_dims( __isl_take isl_qpolynomial *qp, unsigned dst_pos, unsigned src_pos, unsigned n) argument
3610 isl_qpolynomial_move_dims( __isl_take isl_qpolynomial *qp, enum isl_dim_type dst_type, unsigned dst_pos, enum isl_dim_type src_type, unsigned src_pos, unsigned n) argument
H A Disl_map.c4267 enum isl_dim_type dst_type, unsigned dst_pos,
4288 if (dst_type == src_type && dst_pos == src_pos)
4293 if (pos(bmap->dim, dst_type) + dst_pos ==
4297 space = isl_space_move_dims(space, dst_type, dst_pos,
4318 0, dst_pos, off);
4319 off += dst_pos;
4324 dst_pos, size - dst_pos, off);
4325 off += size - dst_pos;
4344 space = isl_space_move_dims(space, dst_type, dst_pos,
4265 isl_basic_map_move_dims( __isl_take isl_basic_map *bmap, enum isl_dim_type dst_type, unsigned dst_pos, enum isl_dim_type src_type, unsigned src_pos, unsigned n) argument
4360 isl_basic_set_move_dims(__isl_take isl_basic_set *bset, enum isl_dim_type dst_type, unsigned dst_pos, enum isl_dim_type src_type, unsigned src_pos, unsigned n) argument
4370 isl_set_move_dims(__isl_take isl_set *set, enum isl_dim_type dst_type, unsigned dst_pos, enum isl_dim_type src_type, unsigned src_pos, unsigned n) argument
4384 isl_map_move_dims(__isl_take isl_map *map, enum isl_dim_type dst_type, unsigned dst_pos, enum isl_dim_type src_type, unsigned src_pos, unsigned n) argument
[all...]
/netbsd-current/external/bsd/less/dist/
H A Dcvt.c70 int dst_pos = (int) (dst - odst); local
98 chpos[dst_pos] = src_pos;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_clock.cc159 u64 *dst_pos = &clk_[0]; local
162 if (*dst_pos < epoch) {
163 *dst_pos = epoch;
166 dst_pos++;
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_clock.cc157 u64 *dst_pos = &clk_[0]; local
160 if (*dst_pos < epoch) {
161 *dst_pos = epoch;
164 dst_pos++;
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_clock.cpp155 u64 *dst_pos = &clk_[0]; local
158 if (*dst_pos < epoch) {
159 *dst_pos = epoch;
162 dst_pos++;
/netbsd-current/external/mit/isl/dist/include/isl/
H A Dpolynomial.h85 enum isl_dim_type dst_type, unsigned dst_pos,
249 enum isl_dim_type dst_type, unsigned dst_pos,
342 enum isl_dim_type dst_type, unsigned dst_pos,
467 enum isl_dim_type dst_type, unsigned dst_pos,
H A Dspace.h99 enum isl_dim_type dst_type, unsigned dst_pos,
H A Daff.h144 enum isl_dim_type dst_type, unsigned dst_pos,
387 enum isl_dim_type dst_type, unsigned dst_pos,
564 enum isl_dim_type dst_type, unsigned dst_pos,
1177 enum isl_dim_type dst_type, unsigned dst_pos,
H A Dset.h371 enum isl_dim_type dst_type, unsigned dst_pos,
374 enum isl_dim_type dst_type, unsigned dst_pos,
H A Dmap.h482 enum isl_dim_type dst_type, unsigned dst_pos,
485 enum isl_dim_type dst_type, unsigned dst_pos,

Completed in 326 milliseconds

12