Home
last modified time | relevance | path

Searched refs:isl_local_space_get_dim_name (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/polly/lib/External/isl/include/isl/
Dlocal_space.h37 const char *isl_local_space_get_dim_name(__isl_keep isl_local_space *ls,
Disl-noexceptions.h7858 auto res = isl_local_space_get_dim_name(get(), static_cast<enum isl_dim_type>(type), pos); in get_dim_name()
/external/llvm-project/polly/lib/External/isl/
Disl_constraint.c467 isl_local_space_get_dim_name(constraint->ls, type, pos) : NULL; in isl_constraint_get_dim_name()
Disl_local_space.c297 const char *isl_local_space_get_dim_name(__isl_keep isl_local_space *ls, in isl_local_space_get_dim_name() function
Disl_aff.c523 return isl_local_space_get_dim_name(aff->ls, type, pos); in isl_aff_get_dim_name()
/external/llvm-project/polly/lib/External/isl/doc/
Duser.pod1323 const char *isl_local_space_get_dim_name(