Home
last modified time | relevance | path

Searched refs:move_dims (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/polly/lib/External/isl/
Disl_pw_move_dims_templ.c11 __isl_give PW *FN(PW,move_dims)(__isl_take PW *pw, in FN() argument
26 pw->p[i].FIELD = FN(EL,move_dims)(pw->p[i].FIELD, in FN()
Disl_multi_move_dims_templ.c19 __isl_give MULTI(BASE) *FN(MULTI(BASE),move_dims)(__isl_take MULTI(BASE) *multi, in MULTI()
63 multi->u.p[i] = FN(EL,move_dims)(multi->u.p[i], in MULTI()
Disl_bind_domain_templ.c37 obj = FN(TYPE,move_dims)(obj, isl_dim_in, i, isl_dim_param, param, 1); in FN()
/external/llvm-project/polly/lib/Transform/
DScheduleOptimizer.cpp314 IsolateRelation = IsolateRelation.move_dims(isl::dim::out, 0, isl::dim::in, in getIsolateOptions()
572 Map = Map.move_dims(FreeDim, 0, DimType, MaxDim, 1); in permuteDimensions()
573 Map = Map.move_dims(FreeDim, 0, DimType, MinDim, 1); in permuteDimensions()
574 Map = Map.move_dims(DimType, MinDim, FreeDim, 1, 1); in permuteDimensions()
575 Map = Map.move_dims(DimType, MaxDim, FreeDim, 0, 1); in permuteDimensions()
/external/llvm-project/polly/lib/External/isl/include/isl/
Disl-noexceptions.h296 …inline aff move_dims(isl::dim dst_type, unsigned int dst_pos, isl::dim src_type, unsigned int src_…
698 …inline basic_map move_dims(isl::dim dst_type, unsigned int dst_pos, isl::dim src_type, unsigned in…
852 …inline basic_set move_dims(isl::dim dst_type, unsigned int dst_pos, isl::dim src_type, unsigned in…
1356 …inline map move_dims(isl::dim dst_type, unsigned int dst_pos, isl::dim src_type, unsigned int src_…
1590 …inline multi_aff move_dims(isl::dim dst_type, unsigned int dst_pos, isl::dim src_type, unsigned in…
1688 …inline multi_pw_aff move_dims(isl::dim dst_type, unsigned int dst_pos, isl::dim src_type, unsigned…
2004 …inline pw_aff move_dims(isl::dim dst_type, unsigned int dst_pos, isl::dim src_type, unsigned int s…
2280 …inline pw_qpolynomial move_dims(isl::dim dst_type, unsigned int dst_pos, isl::dim src_type, unsign…
2422 …inline qpolynomial move_dims(isl::dim dst_type, unsigned int dst_pos, isl::dim src_type, unsigned …
2739 …inline set move_dims(isl::dim dst_type, unsigned int dst_pos, isl::dim src_type, unsigned int src_…
[all …]