Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/
Disl_multi_templ.c482 __isl_give MULTI(BASE) *FN(MULTI(BASE),drop_dims)( in MULTI()
515 multi->u.p[i] = FN(EL,drop_dims)(multi->u.p[i], type, first, n); in MULTI()
609 multi = FN(MULTI(BASE),drop_dims)(multi, in MULTI()
637 multi = FN(MULTI(BASE),drop_dims)(multi, isl_dim_out, 0, total - keep); in MULTI()
663 multi = FN(MULTI(BASE),drop_dims)(multi, isl_dim_set, 0, total - keep); in MULTI()
729 res = FN(MULTI(BASE),drop_dims)(res, isl_dim_out, pos, dim - pos); in MULTI()
730 multi1 = FN(MULTI(BASE),drop_dims)(multi1, isl_dim_out, 0, pos); in MULTI()
Disl_multi_no_domain_templ.c28 static __isl_give EL *FN(EL,drop_dims)(__isl_take EL *el, in FN() argument
Disl_domain_factor_templ.c29 return FN(TYPE,drop_dims)(obj, isl_dim_in, first, n); in FN()
Disl_multi_dims.c114 multi = FN(MULTI(BASE),drop_dims)(multi, isl_dim_in, 0, n); in MULTI()
Disl_bind_domain_templ.c36 obj = FN(TYPE,drop_dims)(obj, isl_dim_in, i, 1); in FN()
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()
Disl_union_templ.c1293 return FN(PART,drop_dims)(part, data->type, data->first, data->n); in FN()
1299 __isl_give UNION *FN(UNION,drop_dims)( __isl_take UNION *u, in FN() argument
/external/llvm-project/polly/lib/External/isl/include/isl/
Disl-noexceptions.h264 inline aff drop_dims(isl::dim type, unsigned int first, unsigned int n) const;
1192 inline local_space drop_dims(isl::dim type, unsigned int first, unsigned int n) const;
1562 inline multi_aff drop_dims(isl::dim type, unsigned int first, unsigned int n) const;
1658 inline multi_pw_aff drop_dims(isl::dim type, unsigned int first, unsigned int n) const;
1756 inline multi_union_pw_aff drop_dims(isl::dim type, unsigned int first, unsigned int n) const;
1844 inline multi_val drop_dims(isl::dim type, unsigned int first, unsigned int n) const;
1967 inline pw_aff drop_dims(isl::dim type, unsigned int first, unsigned int n) const;
2125 inline pw_multi_aff drop_dims(isl::dim type, unsigned int first, unsigned int n) const;
2258 inline pw_qpolynomial drop_dims(isl::dim type, unsigned int first, unsigned int n) const;
2403 inline qpolynomial drop_dims(isl::dim type, unsigned int first, unsigned int n) const;
[all …]
/external/llvm-project/polly/lib/Transform/
DZoneAlgo.cpp777 auto ScevSpace = UseDomainSpace.drop_dims(isl::dim::set, 0, 0); in makeValInst()
/external/llvm-project/polly/lib/Analysis/
DScopBuilder.cpp1167 PMA = PMA.drop_dims(isl::dim::out, 0, N - 1); in mapToDimension()