|
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 410 ISL_DECLARE_MULTI(aff)
464 ISL_DECLARE_MULTI(pw_aff)
973 ISL_DECLARE_MULTI(union_pw_aff)
tools/polly/lib/External/isl/include/isl/val.h 15 ISL_DECLARE_MULTI(val)
References
tools/polly/lib/External/isl/isl_aff.c 4135 maff1 = isl_multi_aff_add(maff1, maff2);
4286 &isl_multi_aff_add);
tools/polly/lib/External/isl/isl_schedule_band.c 1054 band->mupa = isl_multi_union_pw_aff_add(band->mupa, shift);
tools/polly/lib/External/isl/isl_test.c 5364 { &isl_multi_pw_aff_add, "{ A[] -> [1] }", "{ A[] -> [2] }",
5366 { &isl_multi_pw_aff_add, "{ A[x] -> [(1 : x >= 5)] }",
5369 { &isl_multi_pw_aff_add, "{ A[x] -> [] : x >= 5 }",
5372 { &isl_multi_pw_aff_add, "{ A[x] -> [] : x >= 5 }",
5375 { &isl_multi_pw_aff_add,
5562 { &isl_multi_union_pw_aff_add, "[{ A[] -> [1] }]", "[{ A[] -> [2] }]",
5566 { &isl_multi_union_pw_aff_add,
5574 { &isl_multi_union_pw_aff_add, "[{ A[x] -> [(1)] : x >= 5 }]",
5577 { &isl_multi_union_pw_aff_add, "([] : { A[x] : x >= 5 })",
5580 { &isl_multi_union_pw_aff_add, "([] : { A[x] : x >= 5 })",
5583 { &isl_multi_union_pw_aff_add, "[N] -> ([] : { A[x] : x >= N })",
tools/polly/lib/External/ppcg/gpu_group.c 1759 tiling = isl_multi_aff_add(tiling, shift);
tools/polly/lib/External/ppcg/hybrid.c 800 shift = isl_multi_aff_add(shift, isl_multi_aff_identity(space));
1558 tile = isl_multi_aff_add(space_shift, tile);