Home
last modified time | relevance | path

Searched defs:get_space (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/mit/isl/dist/
H A Disl_multi_no_domain_templ.c41 static __isl_give isl_space *FN(EL,get_space)(__isl_keep EL *el) in FN() argument
H A Disl_multi_templ.c32 __isl_give isl_space *FN(MULTI(BASE),get_space)(__isl_keep MULTI(BASE) *multi) in FN() argument
H A Disl_union_templ.c36 __isl_give isl_space *FN(UNION,get_space)(__isl_keep UNION *u) in FN() argument
H A Disl_pw_templ.c232 __isl_give isl_space *FN(PW,get_space)(__isl_keep PW *pw) in FN() argument
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py436 def get_space(arg0): member in union_pw_multi_aff
969 def get_space(arg0): member in multi_union_pw_aff
1308 def get_space(arg0): member in union_pw_aff
2098 def get_space(arg0): member in multi_pw_aff
2892 def get_space(arg0): member in pw_multi_aff
3727 def get_space(arg0): member in pw_aff
4486 def get_space(arg0): member in multi_aff
8750 def get_space(arg0): member in union_map
10164 def get_space(arg0): member in map
11282 def get_space(arg0): member in union_set
[all …]
/netbsd-src/external/mit/isl/dist/include/isl/
H A Dcpp-checked.h9044 isl::checked::space fixed_box::get_space() const in get_space() function
10552 isl::checked::space map::get_space() const in get_space() function
11502 isl::checked::space multi_aff::get_space() const in get_space() function
11753 isl::checked::space multi_id::get_space() const in get_space() function
12327 isl::checked::space multi_pw_aff::get_space() const in get_space() function
12687 isl::checked::space multi_union_pw_aff::get_space() const in get_space() function
12965 isl::checked::space multi_val::get_space() const in get_space() function
14295 isl::checked::space pw_aff::get_space() const in get_space() function
15295 isl::checked::space pw_multi_aff::get_space() const in get_space() function
17482 isl::checked::space set::get_space() const in get_space() function
[all …]
H A Dcpp.h10940 isl::space fixed_box::get_space() const in get_space() function
13389 isl::space map::get_space() const in get_space() function
14933 isl::space multi_aff::get_space() const in get_space() function
15324 isl::space multi_id::get_space() const in get_space() function
16302 isl::space multi_pw_aff::get_space() const in get_space() function
16912 isl::space multi_union_pw_aff::get_space() const in get_space() function
17382 isl::space multi_val::get_space() const in get_space() function
19398 isl::space pw_aff::get_space() const in get_space() function
21028 isl::space pw_multi_aff::get_space() const in get_space() function
24475 isl::space set::get_space() const in get_space() function
[all …]
/netbsd-src/external/zlib/pigz/dist/
H A Dpigz.c1163 local struct space *get_space(struct pool *pool) in get_space() function