Searched refs:var_on_domain (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/polly/lib/External/isl/ |
D | isl_multi_identity_templ.c | 53 el = FN(EL,var_on_domain)(isl_local_space_copy(ls), in MULTI()
|
/external/llvm-project/polly/lib/Analysis/ |
D | ScopInfo.cpp | 317 isl::aff::var_on_domain(isl::local_space(Space), isl::dim::param, 0); in applyAndSetFAD() 438 isl::aff Var = isl::aff::var_on_domain(LArraySpace, isl::dim::set, i); in wrapConstantDimensions() 440 isl::aff::var_on_domain(LArraySpace, isl::dim::set, i - 1); in wrapConstantDimensions() 671 isl::pw_aff Var = isl::pw_aff::var_on_domain(LS, isl::dim::set, i); in assumeNoOutOfBound()
|
/external/llvm-project/polly/lib/CodeGen/ |
D | PPCGCodeGeneration.cpp | 2855 isl::pw_aff Val = isl::aff::var_on_domain(LS, isl::dim::set, 0); in getExtent() 2881 isl::pw_aff Val = isl::aff::var_on_domain( in getExtent()
|
/external/llvm-project/polly/lib/External/isl/include/isl/ |
D | isl-noexceptions.h | 318 static inline aff var_on_domain(local_space ls, isl::dim type, unsigned int pos); 2033 static inline pw_aff var_on_domain(local_space ls, isl::dim type, unsigned int pos); 2436 static inline qpolynomial var_on_domain(space dim, isl::dim type, unsigned int pos); 4300 aff aff::var_on_domain(local_space ls, isl::dim type, unsigned int pos) in var_on_domain() function 11930 pw_aff pw_aff::var_on_domain(local_space ls, isl::dim type, unsigned int pos) in var_on_domain() function 13653 qpolynomial qpolynomial::var_on_domain(space dim, isl::dim type, unsigned int pos) in var_on_domain() function
|