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

Declarations

tools/polly/lib/External/isl/include/isl/aff.h
   22 __isl_give isl_aff *isl_aff_var_on_domain(__isl_take isl_local_space *ls,

References

tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
 4302   auto res = isl_aff_var_on_domain(ls.release(), static_cast<enum isl_dim_type>(type), pos);
tools/polly/lib/External/isl/isl_aff.c
  230 	return isl_pw_aff_from_aff(isl_aff_var_on_domain(ls, type, pos));
  250 	return isl_aff_var_on_domain(ls, isl_dim_param, pos);
 3937 		aff = isl_aff_var_on_domain(isl_local_space_copy(ls),
 3978 		aff = isl_aff_var_on_domain(isl_local_space_copy(ls),
 4036 		aff = isl_aff_var_on_domain(isl_local_space_copy(ls),
 4044 		aff = isl_aff_var_on_domain(isl_local_space_copy(ls),
 4931 		aff = isl_aff_var_on_domain(isl_local_space_copy(ls),
tools/polly/lib/External/isl/isl_ast_build_expr.c
 1038 			rat_j = isl_aff_var_on_domain(isl_local_space_copy(ls),
tools/polly/lib/External/isl/isl_ilp.c
  889 	obj = isl_aff_var_on_domain(ls, isl_dim_set, pos);
tools/polly/lib/External/isl/isl_multi_templ.c
  631 		el = FN(EL,var_on_domain)(isl_local_space_copy(ls),
tools/polly/lib/External/isl/isl_scheduler.c
  922 	obj = isl_aff_var_on_domain(ls, isl_dim_set, 0);
tools/polly/lib/External/ppcg/gpu.c
  825 		aff = isl_aff_var_on_domain(isl_local_space_copy(ls),
 2986 		aff = isl_aff_var_on_domain(isl_local_space_copy(ls),
tools/polly/lib/External/ppcg/gpu_group.c
 1586 		aff = isl_aff_var_on_domain(isl_local_space_copy(ls),
 1593 		aff2 = isl_aff_var_on_domain(isl_local_space_copy(ls),
tools/polly/lib/External/ppcg/hybrid.c
  560 	aff = isl_aff_var_on_domain(ls, isl_dim_set, 0);
  730 	t = isl_aff_var_on_domain(ls, isl_dim_set, 0);
  779 	s = isl_aff_var_on_domain(ls, isl_dim_set, 1);
 1517 	s = isl_aff_var_on_domain(ls, isl_dim_set, 1);