Home
last modified time | relevance | path

Searched refs:gist_params (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/mit/isl/dist/
H A Disl_multi_gist.c24 dom1 = FN(DOM,gist_params)(dom1, params); in FN()
45 __isl_give MULTI(BASE) *FN(MULTI(BASE),gist_params)( in MULTI()
48 return FN(MULTI(BASE),apply_set)(multi, context, &FN(EL,gist_params), in MULTI()
49 &FN(DOM,gist_params), &FN(DOM,gist_params)); in MULTI()
H A Disl_test2.cc376 C(&isl::pw_aff::gist_params, { in test_gist()
395 C(&isl::multi_aff::gist_params, { in test_gist()
429 C(&isl::multi_pw_aff::gist_params, { in test_gist()
459 C(&isl::multi_union_pw_aff::gist_params, { in test_gist()
H A Disl_union_templ.c716 __isl_give UNION *FN(UNION,gist_params)(__isl_take UNION *u, in FN() argument
719 return FN(UNION,any_set_op)(u, set, &FN(PW,gist_params)); in FN()
980 return FN(UNION,gist_params)(u, isl_set_from_union_set(uset)); in FN()
H A Disl_pw_templ.c1191 __isl_give PW *FN(PW,gist_params)(__isl_take PW *pw, in FN() argument
/netbsd-src/external/mit/isl/dist/include/isl/
H A Dtyped_cpp.h244 inline typed::aff<Anonymous> gist_params(const typed::set<> &context) const;
245 inline typed::aff<Anonymous> gist_params(const typed::basic_set<> &context) const;
246 inline typed::aff<Anonymous> gist_params(const typed::point<> &context) const;
457 inline typed::aff<Domain, Anonymous> gist_params(const typed::set<> &context) const;
458 inline typed::aff<Domain, Anonymous> gist_params(const typed::basic_set<> &context) const;
459 inline typed::aff<Domain, Anonymous> gist_params(const typed::point<> &context) const;
684 …inline typed::aff<pair<Domain2, Range2>, Anonymous> gist_params(const typed::set<> &context) const;
685 …inline typed::aff<pair<Domain2, Range2>, Anonymous> gist_params(const typed::basic_set<> &context)…
686 …inline typed::aff<pair<Domain2, Range2>, Anonymous> gist_params(const typed::point<> &context) con…
1086 inline typed::map<Domain, Range> gist_params(const typed::set<> &context) const;
[all …]
H A Dcpp-checked.h388 inline isl::checked::aff gist_params(isl::checked::set context) const;
1473 inline isl::checked::map gist_params(const isl::checked::set &context) const;
1631 inline isl::checked::set gist_params(const isl::checked::set &context) const;
1982 inline isl::checked::map gist_params(isl::checked::set context) const;
2217 inline isl::checked::multi_aff gist_params(isl::checked::set context) const;
2413 inline isl::checked::multi_pw_aff gist_params(isl::checked::set set) const;
2521 inline isl::checked::multi_union_pw_aff gist_params(isl::checked::set context) const;
2663 inline isl::checked::set gist_params(const isl::checked::set &context) const;
2815 inline isl::checked::pw_aff gist_params(isl::checked::set context) const;
3030 inline isl::checked::pw_multi_aff gist_params(isl::checked::set set) const;
[all …]
H A Dcpp.h453 inline isl::aff gist_params(isl::set context) const;
1539 inline isl::map gist_params(const isl::set &context) const;
1697 inline isl::set gist_params(const isl::set &context) const;
2048 inline isl::map gist_params(isl::set context) const;
2283 inline isl::multi_aff gist_params(isl::set context) const;
2479 inline isl::multi_pw_aff gist_params(isl::set set) const;
2587 inline isl::multi_union_pw_aff gist_params(isl::set context) const;
2729 inline isl::set gist_params(const isl::set &context) const;
2881 inline isl::pw_aff gist_params(isl::set context) const;
3096 inline isl::pw_multi_aff gist_params(isl::set set) const;
[all …]
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py702 def gist_params(arg0, arg1): member in multi_union_pw_aff
1666 def gist_params(arg0, arg1): member in multi_pw_aff
1676 return multi_union_pw_aff(arg0).gist_params(arg1)
2532 def gist_params(arg0, arg1): member in pw_multi_aff
2542 return union_pw_multi_aff(arg0).gist_params(arg1)
3382 def gist_params(arg0, arg1): member in pw_aff
3392 return union_pw_aff(arg0).gist_params(arg1)
4168 def gist_params(arg0, arg1): member in multi_aff
4178 return pw_multi_aff(arg0).gist_params(arg1)
4858 def gist_params(arg0, arg1): member in aff
[all …]