Home
last modified time | relevance | path

Searched refs:drop_dims (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_multi_templ.c491 __isl_give MULTI(BASE) *FN(MULTI(BASE),drop_dims)( in MULTI()
524 multi->u.p[i] = FN(EL,drop_dims)(multi->u.p[i], type, first, n); in MULTI()
618 multi = FN(MULTI(BASE),drop_dims)(multi, in MULTI()
646 multi = FN(MULTI(BASE),drop_dims)(multi, isl_dim_out, 0, total - keep); in MULTI()
672 multi = FN(MULTI(BASE),drop_dims)(multi, isl_dim_set, 0, total - keep); in MULTI()
738 res = FN(MULTI(BASE),drop_dims)(res, isl_dim_out, pos, dim - pos); in MULTI()
739 multi1 = FN(MULTI(BASE),drop_dims)(multi1, isl_dim_out, 0, pos); in MULTI()
H A Disl_multi_no_domain_templ.c28 static __isl_give EL *FN(EL,drop_dims)(__isl_take EL *el, in FN() argument
H A Disl_domain_factor_templ.c29 return FN(TYPE,drop_dims)(obj, isl_dim_in, first, n); in FN()
H A Disl_multi_dims.c114 multi = FN(MULTI(BASE),drop_dims)(multi, isl_dim_in, 0, n); in MULTI()
H A Disl_bind_domain_templ.c36 obj = FN(TYPE,drop_dims)(obj, isl_dim_in, i, 1); in FN()
H A Disl_pw_templ.c1155 __isl_give PW *FN(PW,drop_dims)(__isl_take PW *pw, in FN() argument
1175 pw->p[i].FIELD = FN(EL,drop_dims)(pw->p[i].FIELD, type, first, n); in FN()
1220 pw->p[i].FIELD = FN(EL,drop_dims)(pw->p[i].FIELD, type, first, n); in FN()
1268 pw = FN(PW,drop_dims)(pw, isl_dim_param, i, 1); in FN()
H A Disl_union_templ.c1286 return FN(PART,drop_dims)(part, data->type, data->first, data->n); in FN()
1292 __isl_give UNION *FN(UNION,drop_dims)( __isl_take UNION *u, in FN() argument
H A Disl_fold.c373 static __isl_give isl_qpolynomial *drop_dims(__isl_take isl_qpolynomial *qp, in drop_dims() function
399 list = isl_qpolynomial_list_map(list, &drop_dims, &data); in isl_qpolynomial_fold_drop_dims()
/llvm-project-15.0.7/polly/lib/Transform/
H A DZoneAlgo.cpp784 auto ScevSpace = UseDomainSpace.drop_dims(isl::dim::set, 0, 0); in makeValInst()
/llvm-project-15.0.7/polly/lib/External/isl/include/isl/
H A Disl-noexceptions.h380 inline isl::pw_multi_aff drop_dims(isl::dim type, unsigned int first, unsigned int n) const;
2410 inline isl::pw_multi_aff drop_dims(isl::dim type, unsigned int first, unsigned int n) const;
3072 inline isl::pw_multi_aff drop_dims(isl::dim type, unsigned int first, unsigned int n) const;
3292 inline isl::pw_multi_aff drop_dims(isl::dim type, unsigned int first, unsigned int n) const;
4140 inline isl::space drop_dims(isl::dim type, unsigned int first, unsigned int num) const;
5138 isl::pw_multi_aff aff::drop_dims(isl::dim type, unsigned int first, unsigned int n) const in drop_dims() function
5140 return isl::pw_aff(*this).drop_dims(type, first, n); in drop_dims()
12192 return isl::pw_multi_aff(*this).drop_dims(type, first, n); in drop_dims()
15278 isl::pw_multi_aff pw_aff::drop_dims(isl::dim type, unsigned int first, unsigned int n) const in drop_dims() function
15280 return isl::pw_multi_aff(*this).drop_dims(type, first, n); in drop_dims()
[all …]
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopBuilder.cpp1169 PMA = PMA.drop_dims(isl::dim::out, 0, N - 1); in mapToDimension()