| /src/external/mit/isl/dist/include/isl/ |
| aff_type.h | 19 ISL_DECLARE_EXPORTED_LIST_TYPE(pw_aff)
|
| cpp-checked.h | 277 class pw_aff; 339 inline isl::checked::pw_aff add(const isl::checked::pw_aff &pwaff2) const; 358 inline isl::checked::pw_aff bind_domain(const isl::checked::multi_id &tuple) const; 359 inline isl::checked::pw_aff bind_domain_wrapped_domain(const isl::checked::multi_id &tuple) const; 361 inline isl::checked::pw_aff coalesce() const; 362 inline isl::checked::pw_aff cond(const isl::checked::pw_aff &pwaff_true, const isl::checked::pw_aff &pwaff_false) const; 367 inline isl::checked::pw_aff div(const isl::checked::pw_aff &pa2) const 2747 class pw_aff { class in namespace:isl::checked 13575 pw_aff::pw_aff(__isl_take isl_pw_aff *ptr) function in class:isl::checked::pw_aff 13578 pw_aff::pw_aff() function in class:isl::checked::pw_aff 13581 pw_aff::pw_aff(const pw_aff &obj) function in class:isl::checked::pw_aff 13587 pw_aff::pw_aff(isl::checked::aff aff) function in class:isl::checked::pw_aff 13593 pw_aff::pw_aff(isl::checked::ctx ctx, const std::string &str) function in class:isl::checked::pw_aff [all...] |
| cpp.h | 342 class pw_aff; 404 inline isl::pw_aff add(const isl::pw_aff &pwaff2) const; 423 inline isl::pw_aff bind_domain(const isl::multi_id &tuple) const; 424 inline isl::pw_aff bind_domain_wrapped_domain(const isl::multi_id &tuple) const; 426 inline isl::pw_aff coalesce() const; 427 inline isl::pw_aff cond(const isl::pw_aff &pwaff_true, const isl::pw_aff &pwaff_false) const; 432 inline isl::pw_aff div(const isl::pw_aff &pa2) const 2813 class pw_aff { class in namespace:isl 18238 pw_aff::pw_aff(__isl_take isl_pw_aff *ptr) function in class:isl::pw_aff 18241 pw_aff::pw_aff() function in class:isl::pw_aff 18244 pw_aff::pw_aff(const pw_aff &obj) function in class:isl::pw_aff 18256 pw_aff::pw_aff(isl::aff aff) function in class:isl::pw_aff 18268 pw_aff::pw_aff(isl::ctx ctx, const std::string &str) function in class:isl::pw_aff [all...] |
| typed_cpp.h | 76 struct pw_aff; 79 using pw_aff_on = pw_aff<Ts..., Anonymous>; 165 friend struct pw_aff; 205 inline typed::pw_aff<Anonymous> add(const typed::pw_aff<Anonymous> &pwaff2) const; 225 inline typed::pw_aff<Anonymous> bind_domain(const typed::multi_id<> &tuple) const = delete; 226 inline typed::pw_aff<Anonymous> bind_domain_wrapped_domain(const typed::multi_id<> &tuple) const = delete; 228 inline typed::pw_aff<Anonymous> coalesce() const; 229 inline typed::pw_aff<Anonymous> cond(const typed::pw_aff<Anonymous> &pwaff_true, const typed::pw_aff<Anonymous> &pwaff_false) const 7348 struct pw_aff<Anonymous> : public isl::pw_aff { struct in namespace:isl::typed 7411 pw_aff(const isl::pw_aff &obj) : isl::pw_aff(obj) {} function in struct:isl::typed::pw_aff 7550 struct pw_aff<Domain, Anonymous> : public isl::pw_aff { struct in namespace:isl::typed 7617 pw_aff(const pw_aff<Arg1, Anonymous> &obj) : isl::pw_aff(obj) {} function in struct:isl::typed::pw_aff 7622 pw_aff(const base &obj) : isl::pw_aff(obj) {} function in struct:isl::typed::pw_aff 7772 struct pw_aff<pair<Domain2, Range2>, Anonymous> : public isl::pw_aff { struct in namespace:isl::typed 7840 pw_aff(const pw_aff<pair<Arg1, Arg2>, Anonymous> &obj) : isl::pw_aff(obj) {} function in struct:isl::typed::pw_aff 7845 pw_aff(const base &obj) : isl::pw_aff(obj) {} function in struct:isl::typed::pw_aff 35280 typed::pw_aff<Anonymous>::pw_aff(const typed::aff<Anonymous> &aff) function in class:isl::typed::typed::pw_aff 35285 typed::pw_aff<Anonymous>::pw_aff(const isl::ctx &ctx, const std::string &str) function in class:isl::typed::typed::pw_aff 35814 typed::pw_aff<Domain, Anonymous>::pw_aff(const typed::aff<Domain, Anonymous> &aff) function in class:isl::typed::typed::pw_aff 35820 typed::pw_aff<Domain, Anonymous>::pw_aff(const isl::ctx &ctx, const std::string &str) function in class:isl::typed::typed::pw_aff 36651 typed::pw_aff<pair<Domain2, Range2>, Anonymous>::pw_aff(const typed::aff<pair<Domain2, Range2>, Anonymous> &aff) function in class:isl::typed::typed::pw_aff 36657 typed::pw_aff<pair<Domain2, Range2>, Anonymous>::pw_aff(const isl::ctx &ctx, const std::string &str) function in class:isl::typed::typed::pw_aff [all...] |
| aff.h | 589 ISL_DECLARE_MULTI(pw_aff) 590 ISL_DECLARE_MULTI_IDENTITY(pw_aff) 591 ISL_DECLARE_MULTI_ARITH(pw_aff) 592 ISL_DECLARE_MULTI_MIN_MAX(pw_aff) 593 ISL_DECLARE_MULTI_ADD_CONSTANT(pw_aff) 594 ISL_DECLARE_MULTI_ZERO(pw_aff) 595 ISL_DECLARE_MULTI_NAN(pw_aff) 596 ISL_DECLARE_MULTI_DIMS(pw_aff) 597 ISL_DECLARE_MULTI_DIM_ID(pw_aff) 598 ISL_DECLARE_MULTI_INSERT_DOMAIN(pw_aff) [all...] |
| cpp-checked-conversion.h | 457 checked::pw_aff check(pw_aff obj) { 461 pw_aff uncheck(checked::pw_aff obj) {
|
| /src/external/mit/isl/dist/ |
| isl_test2.cc | 371 C(arg<isl::set>(&isl::pw_aff::gist), { 376 C(&isl::pw_aff::gist_params, { 523 C(&isl::pw_aff::domain_reverse, {
|
| isl_test_cpp-generic.cc | 183 isl::pw_aff pw_aff(ctx, "[n] -> { [n] }"); 186 isl::ast_expr expr = build.expr_from(pw_aff); 367 isl::pw_aff pa(ctx, "[n] -> { [n + 1] }");
|
| isl_test_python.py | 140 pw_aff = isl.pw_aff("[n] -> { [n] }") 143 expr = build.expr_from(pw_aff) 472 pa = isl.pw_aff("[n] -> { [n + 1] }")
|
| print.c | 77 #define BASE pw_aff
|
| isl_aff_private.h | 210 #define BASE pw_aff
|
| isl_input.c | 3634 #define TYPE_BASE pw_aff 3692 #define BASE pw_aff
|
| isl_aff.c | 46 #define EL_BASE pw_aff 2910 #define BASE pw_aff 6746 #define BASE pw_aff
|
| isl_output.c | 2928 #define BASE pw_aff
|
| isl_map.c | 7041 #define BASE pw_aff
|
| /src/external/mit/isl/dist/interface/ |
| isl.py | 1094 if len(args) == 1 and args[0].__class__ is pw_aff: 1439 if len(args) == 1 and args[0].__class__ is pw_aff: 1557 obj = pw_aff(ctx=ctx, ptr=res) 2051 if not arg2.__class__ is pw_aff: 2052 arg2 = pw_aff(arg2) 2283 if len(args) == 1 and args[0].__class__ is pw_aff: 2393 obj = pw_aff(ctx=ctx, ptr=res) 3092 class pw_aff(union_pw_aff, pw_multi_aff, multi_pw_aff): class in inherits:union_pw_aff, pw_multi_aff, multi_pw_aff 3112 if not arg0.__class__ is pw_aff: 3113 arg0 = pw_aff(arg0 [all...] |