Searched refs:mpa (Results 1 - 25 of 28) sorted by relevance

12

/netbsd-current/external/mit/isl/dist/
H A Disl_multi_pw_aff_explicit_domain.c9 /* Initialize the explicit domain of "mpa".
15 __isl_take isl_multi_pw_aff *mpa)
17 if (isl_multi_pw_aff_check_has_explicit_domain(mpa) < 0)
18 return isl_multi_pw_aff_free(mpa);
19 mpa->u.dom = isl_set_universe(isl_multi_pw_aff_get_domain_space(mpa));
20 if (!mpa->u.dom)
21 return isl_multi_pw_aff_free(mpa);
22 return mpa;
57 /* Check whether the explicit domain of "mpa" ha
14 isl_multi_pw_aff_init_explicit_domain( __isl_take isl_multi_pw_aff *mpa) argument
61 isl_multi_pw_aff_involves_explicit_domain_dims( __isl_keep isl_multi_pw_aff *mpa, enum isl_dim_type type, unsigned pos, unsigned n) argument
76 isl_multi_pw_aff_insert_explicit_domain_dims(__isl_take isl_multi_pw_aff *mpa, enum isl_dim_type type, unsigned pos, unsigned n) argument
96 isl_multi_pw_aff_drop_explicit_domain_dims(__isl_take isl_multi_pw_aff *mpa, enum isl_dim_type type, unsigned pos, unsigned n) argument
115 isl_multi_pw_aff_move_explicit_domain_dims( __isl_take isl_multi_pw_aff *mpa, enum isl_dim_type dst_type, unsigned dst_pos, enum isl_dim_type src_type, unsigned src_pos, unsigned n) argument
[all...]
H A Disl_multi_pw_aff_pullback_templ.c27 /* Compute the pullback of "mpa" by the function represented by "fn".
28 * In other words, plug in "fn" in "mpa".
30 * If "mpa" has an explicit domain, then it is this domain
34 __isl_take isl_multi_pw_aff *mpa, __isl_take TYPE *fn)
40 FN(isl_multi_pw_aff_align_params,BASE)(&mpa, &fn);
41 mpa = isl_multi_pw_aff_cow(mpa);
42 n = isl_multi_pw_aff_size(mpa);
47 isl_multi_pw_aff_get_space(mpa));
52 pa = isl_multi_pw_aff_take_at(mpa,
[all...]
H A Disl_opt_mpa_templ.c30 isl_multi_pw_aff *mpa; local
32 mpa = isl_multi_pw_aff_alloc(FN(TYPE,get_space)(obj));
33 n = isl_multi_pw_aff_size(mpa);
35 mpa = isl_multi_pw_aff_free(mpa);
40 mpa = isl_multi_pw_aff_set_pw_aff(mpa, i, pa);
42 if (isl_multi_pw_aff_has_explicit_domain(mpa)) {
46 mpa = isl_multi_pw_aff_intersect_domain(mpa, do
[all...]
H A Disl_aff_map.c427 * of the piecewise affine expressions to the range of "mpa"
431 * If "mpa" has an explicit domain (i.e., it is zero-dimensional),
435 __isl_take isl_multi_pw_aff *mpa)
442 dim = isl_multi_pw_aff_dim(mpa, isl_dim_out);
446 if (isl_space_dim(mpa->space, isl_dim_out) != mpa->n)
447 isl_die(isl_multi_pw_aff_get_ctx(mpa), isl_error_internal,
450 space = isl_multi_pw_aff_get_domain_space(mpa);
453 for (i = 0; i < mpa->n; ++i) {
457 pa = isl_pw_aff_copy(mpa
434 map_from_multi_pw_aff( __isl_take isl_multi_pw_aff *mpa) argument
479 isl_map_from_multi_pw_aff(__isl_take isl_multi_pw_aff *mpa) argument
489 isl_multi_pw_aff_as_map(__isl_take isl_multi_pw_aff *mpa) argument
499 isl_set_from_multi_pw_aff(__isl_take isl_multi_pw_aff *mpa) argument
509 isl_multi_pw_aff_as_set(__isl_take isl_multi_pw_aff *mpa) argument
[all...]
H A Disl_aff_lex_templ.c48 * have "mpa" values that lexicographically compare as "ORDER".
51 __isl_take isl_map *map, __isl_take isl_multi_pw_aff *mpa)
53 return isl_map_order_at_multi_pw_aff(map, mpa,
50 at_multi_pw_aff( __isl_take isl_map *map, __isl_take isl_multi_pw_aff *mpa) argument
H A Disl_ast_build_expr.c2486 /* Set the ids of the input dimensions of "mpa" to the iterator ids
2489 * The domain of "mpa" is assumed to live in the internal schedule domain.
2492 __isl_keep isl_ast_build *build, __isl_take isl_multi_pw_aff *mpa)
2497 n = isl_multi_pw_aff_dim(mpa, isl_dim_in);
2499 return isl_multi_pw_aff_free(mpa);
2504 mpa = isl_multi_pw_aff_set_dim_id(mpa, isl_dim_in, i, id);
2507 return mpa;
2511 * the remaining arguments derived from "mpa".
2513 * with arguments/indices specified by "mpa"
2491 set_iterator_names( __isl_keep isl_ast_build *build, __isl_take isl_multi_pw_aff *mpa) argument
2515 isl_ast_build_with_arguments( __isl_keep isl_ast_build *build, enum isl_ast_expr_op_type type, __isl_take isl_ast_expr *arg0, __isl_take isl_multi_pw_aff *mpa) argument
2554 isl_ast_build_from_multi_pw_aff_member( __isl_keep isl_ast_build *build, __isl_take isl_multi_pw_aff *mpa) argument
2590 isl_ast_build_from_multi_pw_aff_internal( __isl_keep isl_ast_build *build, enum isl_ast_expr_op_type type, __isl_take isl_multi_pw_aff *mpa) argument
2634 isl_multi_pw_aff *mpa; local
2647 isl_ast_build_from_multi_pw_aff( __isl_keep isl_ast_build *build, enum isl_ast_expr_op_type type, __isl_take isl_multi_pw_aff *mpa) argument
2690 isl_ast_build_call_from_multi_pw_aff( __isl_keep isl_ast_build *build, __isl_take isl_multi_pw_aff *mpa) argument
2703 isl_ast_build_access_from_multi_pw_aff( __isl_keep isl_ast_build *build, __isl_take isl_multi_pw_aff *mpa) argument
2721 isl_multi_pw_aff *mpa; local
[all...]
H A Disl_aff.c6784 /* Is every element of "mpa" defined over a single universe domain?
6786 isl_bool isl_multi_pw_aff_isa_multi_aff(__isl_keep isl_multi_pw_aff *mpa) argument
6788 return isl_multi_pw_aff_every(mpa, &isl_pw_aff_isa_aff);
6791 /* Given that every element of "mpa" is defined over a single universe domain,
6795 __isl_take isl_multi_pw_aff *mpa)
6801 n = isl_multi_pw_aff_size(mpa);
6803 mpa = isl_multi_pw_aff_free(mpa);
6804 ma = isl_multi_aff_alloc(isl_multi_pw_aff_get_space(mpa));
6808 aff = isl_pw_aff_as_aff(isl_multi_pw_aff_get_at(mpa,
6794 isl_multi_pw_aff_as_multi_aff( __isl_take isl_multi_pw_aff *mpa) argument
6818 isl_map_intersect_multi_pw_aff_explicit_domain( __isl_take isl_map *map, __isl_keep isl_multi_pw_aff *mpa) argument
6834 isl_multi_pw_aff_is_cst(__isl_keep isl_multi_pw_aff *mpa) argument
6844 isl_multi_pw_aff_has_non_trivial_domain( __isl_keep isl_multi_pw_aff *mpa) argument
7050 isl_pw_multi_aff_from_multi_pw_aff_0D( __isl_take isl_multi_pw_aff *mpa) argument
7069 isl_pw_multi_aff_from_multi_pw_aff( __isl_take isl_multi_pw_aff *mpa) argument
7117 isl_multi_pw_aff *mpa; local
7160 isl_multi_pw_aff *mpa; local
7337 isl_multi_pw_aff_apply_aff_aligned( __isl_take isl_multi_pw_aff *mpa, __isl_take isl_aff *aff) argument
7401 isl_multi_pw_aff_apply_aff( __isl_take isl_multi_pw_aff *mpa, __isl_take isl_aff *aff) argument
7433 isl_multi_pw_aff_apply_pw_aff_aligned( __isl_take isl_multi_pw_aff *mpa, __isl_take isl_pw_aff *pa) argument
7474 isl_multi_pw_aff_apply_pw_aff( __isl_take isl_multi_pw_aff *mpa, __isl_take isl_pw_aff *pa) argument
7502 isl_pw_aff_pullback_multi_pw_aff( __isl_take isl_pw_aff *pa, __isl_take isl_multi_pw_aff *mpa) argument
7600 isl_map_order_at_multi_pw_aff( __isl_take isl_map *map, __isl_take isl_multi_pw_aff *mpa, __isl_give isl_map *(*order)(__isl_take isl_multi_pw_aff *mpa1, __isl_take isl_multi_pw_aff *mpa2)) argument
7611 isl_map_eq_at_multi_pw_aff(__isl_take isl_map *map, __isl_take isl_multi_pw_aff *mpa) argument
8792 isl_multi_pw_aff *mpa; local
8815 isl_multi_union_pw_aff_from_multi_pw_aff( __isl_take isl_multi_pw_aff *mpa) argument
9921 isl_multi_pw_aff *mpa; local
[all...]
H A Disl_test.c244 isl_multi_pw_aff *mpa; local
249 mpa = isl_multi_pw_aff_zero(space);
250 r = check_reparse_multi_pw_aff(ctx, mpa);
259 mpa = isl_multi_pw_aff_zero(space);
260 mpa = isl_multi_pw_aff_intersect_domain(mpa, dom);
261 r = check_reparse_multi_pw_aff(ctx, mpa);
267 mpa = isl_multi_pw_aff_from_pw_multi_aff(pma);
268 if (check_reparse_multi_pw_aff(ctx, mpa) < 0)
3277 isl_multi_pw_aff *mpa; local
5974 isl_multi_pw_aff *mpa, *res; local
8751 isl_multi_pw_aff *mpa, *mpa2; local
9302 isl_multi_pw_aff *mpa; local
10106 isl_multi_pw_aff *mpa, *mpa1, *mpa2; local
[all...]
H A Disl_union_map.c3772 * "mpa" is the function under which the preimage should be taken.
3773 * "space" is the space of "mpa".
3780 isl_multi_pw_aff *mpa; member in struct:isl_union_map_preimage_mpa_data
3784 __isl_take isl_multi_pw_aff *mpa);
3788 * under the function represented by data->mpa, provided the domain/range
3789 * space of *entry matches the target space of data->mpa
3806 map = data->fn(map, isl_multi_pw_aff_copy(data->mpa));
3820 * represented by "mpa".
3821 * In other words, plug in "mpa" in the domain or range of "umap".
3826 __isl_take isl_union_map *umap, __isl_take isl_multi_pw_aff *mpa,
3825 preimage_multi_pw_aff( __isl_take isl_union_map *umap, __isl_take isl_multi_pw_aff *mpa, int (*match)(__isl_keep isl_map *map, __isl_keep isl_space *space), __isl_give isl_map *(*fn)(__isl_take isl_map *map, __isl_take isl_multi_pw_aff *mpa)) argument
3870 isl_union_map_preimage_domain_multi_pw_aff( __isl_take isl_union_map *umap, __isl_take isl_multi_pw_aff *mpa) argument
[all...]
H A Disl_output.c3133 isl_multi_pw_aff *mpa = data->user; local
3141 space = isl_multi_pw_aff_get_domain_space(mpa);
3147 pa = mpa->u.p[pos];
3154 space = isl_multi_pw_aff_get_domain_space(mpa);
3169 /* Print "mpa" to "p" in isl format.
3171 * If "mpa" is zero-dimensional and has a non-trivial explicit domain,
3175 __isl_keep isl_multi_pw_aff *mpa)
3180 if (!mpa)
3183 p = print_param_tuple(p, mpa->space, &data);
3186 data.user = mpa;
3174 print_multi_pw_aff_isl(__isl_take isl_printer *p, __isl_keep isl_multi_pw_aff *mpa) argument
3202 isl_printer_print_multi_pw_aff( __isl_take isl_printer *p, __isl_keep isl_multi_pw_aff *mpa) argument
[all...]
H A Disl_aff_private.h220 __isl_take isl_map *map, __isl_keep isl_multi_pw_aff *mpa);
H A Disl_input.c3672 /* Set entry "pos" of "mpa" to the corresponding entry in "tuple",
3680 __isl_take isl_multi_pw_aff *mpa, __isl_take isl_pw_aff *tuple_el,
3686 space = isl_multi_pw_aff_get_domain_space(mpa);
3688 return isl_multi_pw_aff_set_pw_aff(mpa, pos, pa);
3722 isl_multi_pw_aff *mpa; local
3738 mpa = isl_multi_pw_aff_from_tuple(isl_set_get_space(dom), tuple);
3739 if (!mpa)
3747 mpa = isl_multi_pw_aff_intersect_domain(mpa, dom);
3749 return mpa;
3679 isl_multi_pw_aff_set_tuple_entry( __isl_take isl_multi_pw_aff *mpa, __isl_take isl_pw_aff *tuple_el, int pos, unsigned first, unsigned n) argument
3765 isl_multi_pw_aff *mpa; local
[all...]
H A Disl_scheduler.c847 isl_multi_pw_aff *mpa; local
855 mpa = isl_multi_pw_aff_identity(isl_space_map_from_set(space));
856 mpa = isl_multi_pw_aff_range_splice(mpa, pos,
858 decompress = isl_pw_multi_aff_from_multi_pw_aff(mpa);
3808 isl_multi_pw_aff *mpa; local
3825 mpa = isl_multi_pw_aff_from_multi_aff(ma);
3826 mupa = isl_multi_union_pw_aff_from_multi_pw_aff(mpa);
3833 mpa = isl_multi_pw_aff_from_multi_aff(ma);
3834 mupa_i = isl_multi_union_pw_aff_from_multi_pw_aff(mpa);
4768 isl_multi_pw_aff *mpa; local
[all...]
/netbsd-current/sys/arch/xen/include/
H A Dxenpmap.h83 xpmap_mtop_masked(paddr_t mpa) argument
86 (paddr_t)machine_to_phys_mapping[mpa >> PAGE_SHIFT] << PAGE_SHIFT);
90 xpmap_mtop(paddr_t mpa) argument
92 return (xpmap_mtop_masked(mpa) | (mpa & ~PTE_4KFRAME));
110 xpmap_ptom_map(paddr_t ppa, paddr_t mpa) argument
112 xpmap_phys_to_machine_mapping[ppa >> PAGE_SHIFT] = mpa >> PAGE_SHIFT;
/netbsd-current/external/mit/isl/dist/include/isl/
H A Dilp.h46 __isl_take isl_multi_pw_aff *mpa);
49 __isl_take isl_multi_pw_aff *mpa);
H A Daff.h413 __isl_take isl_pw_aff *pa, __isl_take isl_multi_pw_aff *mpa);
1125 uint32_t isl_multi_pw_aff_get_hash(__isl_keep isl_multi_pw_aff *mpa);
1139 __isl_give isl_set *isl_multi_pw_aff_domain(__isl_take isl_multi_pw_aff *mpa);
1142 __isl_take isl_multi_pw_aff *mpa, __isl_take isl_set *set);
1145 __isl_take isl_multi_pw_aff *mpa, __isl_take isl_set *domain);
1149 __isl_take isl_multi_pw_aff *mpa);
1152 __isl_take isl_multi_pw_aff *mpa, __isl_take isl_set *set);
1155 __isl_take isl_multi_pw_aff *mpa, __isl_take isl_set *set);
1157 isl_bool isl_multi_pw_aff_is_cst(__isl_keep isl_multi_pw_aff *mpa);
1163 __isl_take isl_multi_pw_aff *mpa, __isl_tak
[all...]
H A Dast_build.h110 __isl_keep isl_ast_build *build, __isl_take isl_multi_pw_aff *mpa);
116 __isl_keep isl_ast_build *build, __isl_take isl_multi_pw_aff *mpa);
H A Dmap.h386 __isl_take isl_map *map, __isl_take isl_multi_pw_aff *mpa);
745 __isl_take isl_multi_pw_aff *mpa);
748 __isl_take isl_multi_pw_aff *mpa);
751 __isl_take isl_multi_pw_aff *mpa);
754 __isl_take isl_multi_pw_aff *mpa);
757 __isl_take isl_multi_pw_aff *mpa);
H A Dmulti.h143 __isl_take isl_multi_##BASE *mpa, __isl_take isl_val *v); \
146 __isl_take isl_multi_##BASE *mpa, __isl_take isl_multi_val *mv);
H A Dcpp-checked.h446 inline isl::checked::pw_aff pullback(const isl::checked::multi_pw_aff &mpa) const;
579 inline isl::checked::ast_expr access_from(isl::checked::multi_pw_aff mpa) const;
581 inline isl::checked::ast_expr call_from(isl::checked::multi_pw_aff mpa) const;
1455 inline isl::checked::map eq_at(const isl::checked::multi_pw_aff &mpa) const;
1518 inline isl::checked::map lex_ge_at(const isl::checked::multi_pw_aff &mpa) const;
1519 inline isl::checked::map lex_gt_at(const isl::checked::multi_pw_aff &mpa) const;
1520 inline isl::checked::map lex_le_at(const isl::checked::multi_pw_aff &mpa) const;
1521 inline isl::checked::map lex_lt_at(const isl::checked::multi_pw_aff &mpa) const;
1534 inline isl::checked::map preimage_domain(const isl::checked::multi_pw_aff &mpa) const;
1677 inline isl::checked::set preimage(const isl::checked::multi_pw_aff &mpa) cons
12439 multi_union_pw_aff(isl::checked::multi_pw_aff mpa) argument
[all...]
H A Dtyped_cpp.h283 inline typed::pw_aff<Anonymous> pullback(const typed::multi_pw_aff<> &mpa) const = delete;
498 inline typed::pw_aff<Domain2, Anonymous> pullback(const typed::multi_pw_aff<Domain2, Domain> &mpa) const;
499 inline typed::pw_aff<Anonymous> pullback(const typed::multi_pw_aff<Domain> &mpa) const;
727 inline typed::pw_aff<Arg1, Anonymous> pullback(const typed::multi_pw_aff<Arg1, pair<Domain2, Range2>> &mpa) const;
728 inline typed::pw_aff<Anonymous> pullback(const typed::multi_pw_aff<pair<Domain2, Range2>> &mpa) const;
1073 inline typed::map<Domain, Range> eq_at(const typed::multi_pw_aff<> &mpa) const = delete;
1105 inline typed::map<Domain, Range> lex_ge_at(const typed::multi_pw_aff<> &mpa) const = delete;
1106 inline typed::map<Domain, Range> lex_gt_at(const typed::multi_pw_aff<> &mpa) const = delete;
1107 inline typed::map<Domain, Range> lex_le_at(const typed::multi_pw_aff<> &mpa) const = delete;
1108 inline typed::map<Domain, Range> lex_lt_at(const typed::multi_pw_aff<> &mpa) cons
33276 multi_union_pw_aff(const typed::multi_pw_aff<Domain> &mpa) argument
33547 multi_union_pw_aff(const typed::multi_pw_aff<Domain, Range> &mpa) argument
[all...]
H A Dcpp.h511 inline isl::pw_aff pullback(const isl::multi_pw_aff &mpa) const;
645 inline isl::ast_expr access_from(isl::multi_pw_aff mpa) const;
647 inline isl::ast_expr call_from(isl::multi_pw_aff mpa) const;
1521 inline isl::map eq_at(const isl::multi_pw_aff &mpa) const;
1584 inline isl::map lex_ge_at(const isl::multi_pw_aff &mpa) const;
1585 inline isl::map lex_gt_at(const isl::multi_pw_aff &mpa) const;
1586 inline isl::map lex_le_at(const isl::multi_pw_aff &mpa) const;
1587 inline isl::map lex_lt_at(const isl::multi_pw_aff &mpa) const;
1600 inline isl::map preimage_domain(const isl::multi_pw_aff &mpa) const;
1743 inline isl::set preimage(const isl::multi_pw_aff &mpa) cons
16474 multi_union_pw_aff(isl::multi_pw_aff mpa) argument
[all...]
/netbsd-current/sys/arch/hppa/conf/
H A DMakefile.hppa34 CFLAGS+= -mpa-risc-1-1 -msoft-float -mdisable-fpregs
/netbsd-current/sys/arch/hppa/stand/
H A DMakefile.buildboot37 CFLAGS+= -mdisable-fpregs -mfast-indirect-calls -mpa-risc-1-0
/netbsd-current/sys/arch/hppa/stand/xxboot/
H A DMakefile18 COPTS+= -Os -fno-delete-null-pointer-checks -funsigned-char -mdisable-fpregs -mpa-risc-1-0

Completed in 810 milliseconds

12