Searched refs:isl_local_space_get_div (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/polly/lib/External/isl/include/isl/ |
D | local_space.h | 50 __isl_give isl_aff *isl_local_space_get_div(__isl_keep isl_local_space *ls,
|
D | isl-noexceptions.h | 7865 auto res = isl_local_space_get_div(get(), pos); in get_div()
|
/external/llvm-project/polly/lib/External/isl/ |
D | isl_coalesce.c | 2875 div1 = isl_local_space_get_div(ls1, i); in harmonize_divs_with_hulls() 2876 div2 = isl_local_space_get_div(ls2, i); in harmonize_divs_with_hulls() 3653 aff = isl_local_space_get_div(ls, i); in set_up_substitutions()
|
D | isl_constraint.c | 524 return isl_local_space_get_div(constraint->ls, pos); in isl_constraint_get_div()
|
D | isl_local_space.c | 370 __isl_give isl_aff *isl_local_space_get_div(__isl_keep isl_local_space *ls, in isl_local_space_get_div() function
|
D | isl_ast_build_expr.c | 193 aff = isl_local_space_get_div(ls, pos); in var_div()
|
D | isl_aff.c | 1301 return isl_local_space_get_div(aff->ls, pos); in isl_aff_get_div()
|
D | isl_map.c | 13355 div = isl_local_space_get_div(ls, pos); in isl_basic_map_get_div()
|
/external/llvm-project/polly/lib/External/isl/doc/ |
D | user.pod | 1896 __isl_give isl_aff *isl_local_space_get_div( 1903 Note that C<isl_local_space_get_div> can only be used on local spaces
|