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
  417 __isl_give isl_multi_aff *isl_multi_aff_from_aff(__isl_take isl_aff *aff);
  796 __isl_give isl_multi_pw_aff *isl_multi_pw_aff_from_pw_aff(
  979 __isl_give isl_multi_union_pw_aff *isl_multi_union_pw_aff_from_union_pw_aff(

References

tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
 9540   auto res = isl_multi_aff_from_aff(aff.release());
 9997   auto res = isl_multi_pw_aff_from_pw_aff(pa.release());
10460   auto res = isl_multi_union_pw_aff_from_union_pw_aff(upa.release());
tools/polly/lib/External/isl/isl_aff.c
 4757 		ma = isl_multi_aff_from_aff(aff);
 4761 						isl_multi_aff_from_aff(aff));
 5202 	ma = isl_multi_aff_from_aff(aff);
 5576 	ma = isl_multi_aff_from_aff(aff2);
 6306 		ma = isl_multi_aff_from_aff(isl_aff_copy(pa->p[i].aff));
tools/polly/lib/External/ppcg/gpu.c
 4514 		partial_i = isl_multi_union_pw_aff_from_union_pw_aff(upa);
tools/polly/lib/External/ppcg/hybrid.c
 1725 		isl_multi_aff_from_aff(isl_aff_copy(phase->time_tile)),