reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/polly/lib/External/isl/include/isl/space.h
   71 __isl_keep const char *isl_space_get_dim_name(__isl_keep isl_space *dim,

References

tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
15754   auto res = isl_space_get_dim_name(get(), static_cast<enum isl_dim_type>(type), pos);
tools/polly/lib/External/isl/isl_farkas.c
   84 		name = isl_space_get_dim_name(dim, isl_dim_set, i);
  157 		name = isl_space_get_dim_name(dim, type, i);
tools/polly/lib/External/isl/isl_local_space.c
  294 	return ls ? isl_space_get_dim_name(ls->dim, type, pos) : NULL;
tools/polly/lib/External/isl/isl_map.c
  689 	return bmap ? isl_space_get_dim_name(bmap->dim, type, pos) : NULL;
  695 	return bset ? isl_space_get_dim_name(bset->dim, type, pos) : NULL;
  711 	return map ? isl_space_get_dim_name(map->dim, type, pos) : NULL;
  717 	return set ? isl_space_get_dim_name(set->dim, type, pos) : NULL;
 3207 			name = isl_space_get_dim_name(bmap->dim,
tools/polly/lib/External/isl/isl_output.c
  177 			const char *n = isl_space_get_dim_name(dim, t, p);
  197 				   : isl_space_get_dim_name(space, type, pos);
 2077 		name = isl_space_get_dim_name(dim, type, pos);
 2714 		name = isl_space_get_dim_name(ls->dim, type, pos);
tools/polly/lib/External/isl/isl_point.c
  684 			name = isl_space_get_dim_name(pnt->dim, isl_dim_param, i);
tools/polly/lib/External/isl/isl_pw_templ.c
  229 	return pw ? isl_space_get_dim_name(pw->dim, type, pos) : NULL;
tools/polly/lib/External/ppcg/cuda.c
  287 		name = isl_space_get_dim_name(space, isl_dim_param, i);
  306 		name = isl_space_get_dim_name(kernel->space, isl_dim_set, i);