|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/polly/lib/External/isl/include/isl/aff.h 39 __isl_give isl_space *isl_aff_get_space(__isl_keep isl_aff *aff);
References
tools/polly/lib/External/isl/include/isl/isl-noexceptions.h 4086 auto res = isl_aff_get_space(get());
tools/polly/lib/External/isl/isl_aff.c 6783 mpa = isl_multi_pw_aff_align_params(mpa, isl_aff_get_space(aff));
8783 isl_aff_get_space(aff));
tools/polly/lib/External/isl/isl_multi_templ.c 298 FN(EL,get_space)(el));
578 space = isl_space_align_params(space, FN(EL,get_space)(el));
697 space = FN(EL,get_space(el));
tools/polly/lib/External/isl/isl_pw_templ.c 86 el_dim = FN(EL,get_space(el));
115 el_space = FN(EL,get_space)(el);
154 pw = FN(PW,alloc_size)(FN(EL,get_space)(el), 1);
tools/polly/lib/External/ppcg/hybrid.c 1717 space = isl_aff_get_space(phase->time_tile);