Searched refs:c0 (Results 1 - 25 of 1733) sorted by relevance

1234567891011>>

/haiku-buildtools/isl/test_inputs/codegen/cloog/
H A Dmulti-stride2.c1 for (int c0 = 5; c0 <= 100; c0 += 6)
2 S1(c0, (c0 - 1) / 2, (c0 - 2) / 3);
H A Dbasic-bounds-1.c1 for (int c0 = 0; c0 <= 2; c0 += 1)
2 S1(c0); variable
H A Dmod4.c1 for (int c0 = 2; c0 <= 10; c0 += 3) {
2 S1(c0, (c0 + 1) / 3, (c0 + 1) / 3, 2, (c0 - 2) / 3);
3 S2(c0, (c0 + 1) / 3, (c0
[all...]
H A Dnul_basic1.c1 for (int c0 = 0; c0 <= M; c0 += 2)
2 S1(c0, c0 / 2);
H A Dlex.c1 for (int c0 = 0; c0 <= 10; c0 += 1) {
2 S2(c0); variable
3 S1(c0); variable
H A Dmod.c1 for (int c0 = 0; c0 <= 3; c0 += 1)
2 if ((c0 + 1) % 3 >= 1)
3 S1(c0); variable
H A Dmod2.c1 for (int c0 = 0; c0 <= 3; c0 += 1)
2 if ((c0 + 1) % 3 >= 1)
3 S1(c0); variable
H A Dstride.c2 for (int c0 = 3; c0 <= 24; c0 += 3)
3 S2(c0, c0 / 3);
5 for (int c0 = 27; c0 <= 100; c0 += 3)
6 S2(c0, c0 /
[all...]
H A Dstride2.c2 for (int c0 = 3; c0 <= 26; c0 += 3)
3 S2(c0, c0 / 3);
6 for (int c0 = 30; c0 <= 100; c0 += 3)
7 S2(c0, c0 /
[all...]
H A Dblock2.c1 for (int c0 = 0; c0 <= 9; c0 += 1) {
2 S1(c0, 1);
3 S3(c0, 1);
4 S2(c0, 1);
/haiku-buildtools/isl/test_inputs/codegen/omega/
H A Ddagstuhl1-1.c1 for (int c0 = 0; c0 <= 99; c0 += 1)
2 s0(c0, (c0 + 10) % 10, (c0 + 10) / 10 - 1);
H A Dgc-0.c1 for (int c0 = 2; c0 <= 8; c0 += 2)
2 s0(c0); variable
H A Diter1-0.c1 for (int c0 = 2; c0 <= 9; c0 += 1)
2 s0(c0); variable
H A Dstride1-0.c1 for (int c0 = 3; c0 <= 9; c0 += 3)
2 s0(c0); variable
H A Dstride4-0.c1 for (int c0 = 18; c0 <= 98; c0 += 5)
2 s0(c0); variable
H A Ddagstuhl1-0.c1 for (int c0 = 0; c0 <= 99; c0 += 1)
2 s0(c0 % 10, c0 / 10);
H A Diter6-1.c1 for (int c0 = 46; c0 <= 70; c0 += 12)
2 s0(c0, (17 * c0 - 170) / 12);
H A Diter7-0.c1 for (int c0 = 1; c0 <= 3; c0 += 2)
2 s0(c0, (-3 * c0 + 15) / 2);
H A Dsubstitution-2.c1 for (int c0 = -3; c0 <= 96; c0 += 1)
2 s0(c0, c0 + 4);
H A Dbasics-0.c2 for (int c0 = 5; c0 <= 8; c0 += 1)
3 s0(c0); variable
4 for (int c0 = 10; c0 <= 16; c0 += 2)
5 s0(c0); variable
6 for (int c0 = 20; c0 <
7 s0(c0); variable
[all...]
H A Dp6-0.c2 for (int c0 = 5; c0 <= 8; c0 += 1)
3 s0(c0); variable
4 for (int c0 = 10; c0 <= 16; c0 += 2)
5 s0(c0); variable
6 for (int c0 = 20; c0 <
7 s0(c0); variable
[all...]
/haiku-buildtools/isl/test_inputs/codegen/
H A Datomic4.c1 for (int c0 = 0; c0 <= 64; c0 += 1)
H A Datomic.c1 for (int c0 = 0; c0 <= 10; c0 += 1) {
2 if (c0 >= 1)
3 b(c0 - 1);
4 if (c0 <= 9)
5 a(c0); variable
H A Dshift.c1 for (int c0 = 0; c0 <= 9; c0 += 1) {
2 A(c0); variable
3 B(c0); variable
/haiku-buildtools/cloog/test/
H A Dblock2.c2 for (c0=0;c0<=9;c0++) {
3 S1(c0,1);
4 S3(c0,1);
5 S2(c0,1);

Completed in 106 milliseconds

1234567891011>>