Home
last modified time | relevance | path

Searched refs:dst_type (Results 1 – 24 of 24) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_multi_move_dims_templ.c20 enum isl_dim_type dst_type, unsigned dst_pos, in MULTI()
30 !isl_space_is_named_or_nested(multi->space, dst_type)) in MULTI()
33 if (dst_type == isl_dim_out || src_type == isl_dim_out) in MULTI()
37 if (dst_type == isl_dim_div || src_type == isl_dim_div) in MULTI()
43 if (dst_type == src_type) in MULTI()
52 multi->space = isl_space_move_dims(multi->space, dst_type, dst_pos, in MULTI()
58 dst_type, dst_pos, src_type, src_pos, n); in MULTI()
64 dst_type, dst_pos, in MULTI()
H A Disl_pw_move_dims_templ.c12 enum isl_dim_type dst_type, unsigned dst_pos, in FN()
21 pw->dim = isl_space_move_dims(pw->dim, dst_type, dst_pos, src_type, src_pos, n); in FN()
27 dst_type, dst_pos, src_type, src_pos, n); in FN()
32 if (dst_type == isl_dim_in) in FN()
33 dst_type = isl_dim_set; in FN()
39 dst_type, dst_pos, in FN()
H A Disl_multi_pw_aff_explicit_domain.c117 enum isl_dim_type dst_type, unsigned dst_pos, in isl_multi_pw_aff_move_explicit_domain_dims() argument
125 if (dst_type == isl_dim_in) in isl_multi_pw_aff_move_explicit_domain_dims()
126 dst_type = isl_dim_set; in isl_multi_pw_aff_move_explicit_domain_dims()
129 mpa->u.dom = isl_set_move_dims(mpa->u.dom, dst_type, dst_pos, in isl_multi_pw_aff_move_explicit_domain_dims()
H A Disl_copy_tuple_id_templ.c17 enum isl_dim_type dst_type, __isl_keep isl_space *src, in FN()
30 dst = FN(TYPE,set_tuple_id)(dst, dst_type, id); in FN()
H A Disl_local_space.c1557 enum isl_dim_type dst_type, unsigned dst_pos, in isl_local_space_move_dims() argument
1567 !isl_local_space_is_named_or_nested(ls, dst_type)) in isl_local_space_move_dims()
1572 if (isl_local_space_check_range(ls, dst_type, dst_pos, 0) < 0) in isl_local_space_move_dims()
1577 if (dst_type == isl_dim_div) in isl_local_space_move_dims()
1580 if (dst_type == src_type && dst_pos == src_pos) in isl_local_space_move_dims()
1582 if (dst_type == src_type) in isl_local_space_move_dims()
1592 g_dst_pos = 1 + isl_local_space_offset(ls, dst_type) + dst_pos; in isl_local_space_move_dims()
1593 if (dst_type > src_type) in isl_local_space_move_dims()
1598 ls->dim = isl_space_move_dims(ls->dim, dst_type, dst_pos, in isl_local_space_move_dims()
H A Disl_space.c386 dst = set_id(dst, dst_type, offset + i, isl_id_copy(id)); in copy_ids()
1391 enum isl_dim_type dst_type, unsigned dst_pos, in isl_space_move_dims() argument
1397 space = isl_space_reset(space, dst_type); in isl_space_move_dims()
1406 if (dst_type == src_type && dst_pos == src_pos) in isl_space_move_dims()
1409 isl_assert(space->ctx, dst_type != src_type, goto error); in isl_space_move_dims()
1429 if (t == dst_type) { in isl_space_move_dims()
1453 switch (dst_type) { in isl_space_move_dims()
2987 enum isl_dim_type dst_type, __isl_keep isl_space *src, in isl_space_copy_ids_if_unset() argument
2993 n = isl_space_dim(dst, dst_type); in isl_space_copy_ids_if_unset()
3000 set = isl_space_has_dim_id(dst, dst_type, i); in isl_space_copy_ids_if_unset()
[all …]
H A Disl_multi_no_explicit_domain.c137 enum isl_dim_type dst_type, unsigned dst_pos, in MULTI()
H A Disl_local_space_private.h88 enum isl_dim_type dst_type, unsigned dst_pos,
H A Disl_space_private.h81 enum isl_dim_type dst_type, __isl_keep isl_space *src,
H A Disl_aff_private.h162 enum isl_dim_type dst_type, unsigned dst_pos,
H A Disl_fold.c1708 enum isl_dim_type dst_type; member
1723 qp = isl_qpolynomial_move_dims(qp, data->dst_type, data->dst_pos, in move_dims()
1730 enum isl_dim_type dst_type, unsigned dst_pos, in isl_qpolynomial_fold_move_dims() argument
1734 { dst_type, dst_pos, src_type, src_pos, n }; in isl_qpolynomial_fold_move_dims()
1747 set_dst_type = domain_type(dst_type); in isl_qpolynomial_fold_move_dims()
H A Disl_polynomial.c3417 enum isl_dim_type dst_type, unsigned dst_pos, in isl_qpolynomial_move_dims() argument
3427 if (dst_type == isl_dim_out || src_type == isl_dim_out) in isl_qpolynomial_move_dims()
3433 if (dst_type == isl_dim_in) in isl_qpolynomial_move_dims()
3434 dst_type = isl_dim_set; in isl_qpolynomial_move_dims()
3440 !isl_space_is_named_or_nested(qp->dim, dst_type)) in isl_qpolynomial_move_dims()
3447 g_dst_pos = pos(qp->dim, dst_type) + dst_pos; in isl_qpolynomial_move_dims()
3449 if (dst_type > src_type) in isl_qpolynomial_move_dims()
3469 qp->dim = isl_space_move_dims(qp->dim, dst_type, dst_pos, src_type, src_pos, n); in isl_qpolynomial_move_dims()
H A Disl_map.c4225 enum isl_dim_type dst_type, unsigned dst_pos, in isl_basic_map_move_dims() argument
4239 bmap = isl_basic_map_reset(bmap, dst_type); in isl_basic_map_move_dims()
4246 if (dst_type == src_type && dst_pos == src_pos) in isl_basic_map_move_dims()
4251 if (pos(bmap->dim, dst_type) + dst_pos == in isl_basic_map_move_dims()
4253 ((src_type < dst_type) ? n : 0)) { in isl_basic_map_move_dims()
4274 if (t == dst_type) { in isl_basic_map_move_dims()
4319 enum isl_dim_type dst_type, unsigned dst_pos, in isl_basic_set_move_dims() argument
4329 enum isl_dim_type dst_type, unsigned dst_pos, in isl_set_move_dims() argument
4343 enum isl_dim_type dst_type, unsigned dst_pos, in isl_map_move_dims() argument
4351 map = isl_map_reset(map, dst_type); in isl_map_move_dims()
[all …]
H A Disl_aff.c2723 enum isl_dim_type dst_type, unsigned dst_pos, in isl_aff_move_dims() argument
2734 !isl_local_space_is_named_or_nested(aff->ls, dst_type)) in isl_aff_move_dims()
2737 if (dst_type == isl_dim_out || src_type == isl_dim_out) in isl_aff_move_dims()
2741 if (dst_type == isl_dim_div || src_type == isl_dim_div) in isl_aff_move_dims()
2744 if (dst_type == isl_dim_in) in isl_aff_move_dims()
2745 dst_type = isl_dim_set; in isl_aff_move_dims()
2751 if (dst_type == src_type) in isl_aff_move_dims()
2758 dst_off = isl_aff_domain_offset(aff, dst_type); in isl_aff_move_dims()
2764 if (dst_type > src_type) in isl_aff_move_dims()
2768 aff->ls = isl_local_space_move_dims(aff->ls, dst_type, dst_pos, in isl_aff_move_dims()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DVINTERPInstructions.td132 ValueType dst_type, bit high,
134 (dst_type (op
148 ValueType dst_type, list<ComplexPattern> high_pat> {
149 def : VInterpF16Pat<op, inst, dst_type, 0,
151 def : VInterpF16Pat<op, inst, dst_type, 1, high_pat>;
/llvm-project-15.0.7/libcxxabi/src/
H A Dprivate_typeinfo.cpp623 const __class_type_info *dst_type, in __dynamic_cast() argument
654 …__dynamic_cast_info info = {dst_type, static_ptr, static_type, src2dst_offset, 0, 0, 0, 0, 0, 0, 0… in __dynamic_cast()
657 if (is_equal(dynamic_type, dst_type, false)) in __dynamic_cast()
678 info = {dst_type, static_ptr, static_type, src2dst_offset, 0}; in __dynamic_cast()
705 dst_type->name()); in __dynamic_cast()
707 info = {dst_type, static_ptr, static_type, src2dst_offset, 0}; in __dynamic_cast()
871 else if (is_equal(this, info->dst_type, use_strcmp)) in search_below_dst()
1043 else if (is_equal(this, info->dst_type, use_strcmp)) in search_below_dst()
1120 else if (is_equal(this, info->dst_type, use_strcmp)) in search_below_dst()
H A Dprivate_typeinfo.h72 const __class_type_info* dst_type; member
/llvm-project-15.0.7/polly/lib/External/isl/include/isl/
H A Dpolynomial.h83 enum isl_dim_type dst_type, unsigned dst_pos,
245 enum isl_dim_type dst_type, unsigned dst_pos,
338 enum isl_dim_type dst_type, unsigned dst_pos,
463 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.h141 enum isl_dim_type dst_type, unsigned dst_pos,
372 enum isl_dim_type dst_type, unsigned dst_pos,
546 enum isl_dim_type dst_type, unsigned dst_pos,
1142 enum isl_dim_type dst_type, unsigned dst_pos,
H A Dset.h369 enum isl_dim_type dst_type, unsigned dst_pos,
372 enum isl_dim_type dst_type, unsigned dst_pos,
H A Dmap.h474 enum isl_dim_type dst_type, unsigned dst_pos,
477 enum isl_dim_type dst_type, unsigned dst_pos,
H A Disl-noexceptions.h1570 …inline isl::map move_dims(isl::dim dst_type, unsigned int dst_pos, isl::dim src_type, unsigned int…
2251 …inline isl::map move_dims(isl::dim dst_type, unsigned int dst_pos, isl::dim src_type, unsigned int…
8585 isl::map basic_map::move_dims(isl::dim dst_type, unsigned int dst_pos, isl::dim src_type, unsigned … in move_dims() argument
8587 return isl::map(*this).move_dims(dst_type, dst_pos, src_type, src_pos, n); in move_dims()
11460 isl::map map::move_dims(isl::dim dst_type, unsigned int dst_pos, isl::dim src_type, unsigned int sr… in move_dims() argument
11462 …auto res = isl_map_move_dims(copy(), static_cast<enum isl_dim_type>(dst_type), dst_pos, static_cas… in move_dims()
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A Duser.pod7122 enum isl_dim_type dst_type, unsigned dst_pos,
7153 enum isl_dim_type dst_type, unsigned dst_pos,
7158 enum isl_dim_type dst_type, unsigned dst_pos,
7178 enum isl_dim_type dst_type, unsigned dst_pos,
7183 enum isl_dim_type dst_type, unsigned dst_pos,
7250 enum isl_dim_type dst_type, unsigned dst_pos,
7255 enum isl_dim_type dst_type, unsigned dst_pos,
7260 enum isl_dim_type dst_type, unsigned dst_pos,
7265 enum isl_dim_type dst_type, unsigned dst_pos,