Searched refs:band (Results 1 - 25 of 36) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr21817-1.c11 unsigned int band; local
12 for(band=0; band < 2; band++)
/haiku-buildtools/isl/include/isl/
H A Dband.h16 ISL_DECLARE_LIST(band)
18 __isl_give isl_band *isl_band_copy(__isl_keep isl_band *band);
19 void *isl_band_free(__isl_take isl_band *band);
21 isl_ctx *isl_band_get_ctx(__isl_keep isl_band *band);
23 int isl_band_has_children(__isl_keep isl_band *band);
25 __isl_keep isl_band *band);
28 __isl_keep isl_band *band);
30 __isl_keep isl_band *band);
32 __isl_keep isl_band *band);
39 int isl_band_tile(__isl_keep isl_band *band, __isl_tak
[all...]
H A Dschedule.h6 #include <isl/band.h>
56 int (*fn)(__isl_keep isl_band *band, void *user), void *user);
/haiku-buildtools/binutils/gas/testsuite/gas/h8300/
H A Dbitops1.s3 band #0,r0l
4 band #0,@r0
5 band #0,@64:8
H A Dbitops1h.s4 band #0,r0l
5 band #0,@er0
6 band #0,@64:8
H A Dbitops1s.s4 band #0,r0l
5 band #0,@er0
6 band #0,@64:8
7 band #0,@128:16
8 band #0,@65536:32
H A Dt12_bit.s119 band #0x7,r1h ;7671
120 band #0x7,@er1 ;7c107670
121 band #0x7,@0xffffff12:8 ;7e127670
122 band #0x7,@0x1234:16 ;6a1012347670
123 band #0x7,@0x12345678:32 ;6a30123456787670
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/h8300/
H A Dbitops1.s3 band #0,r0l
4 band #0,@r0
5 band #0,@64:8
H A Dbitops1h.s4 band #0,r0l
5 band #0,@er0
6 band #0,@64:8
H A Dbitops1s.s4 band #0,r0l
5 band #0,@er0
6 band #0,@64:8
7 band #0,@128:16
8 band #0,@65536:32
H A Dt12_bit.s119 band #0x7,r1h ;7671
120 band #0x7,@er1 ;7c107670
121 band #0x7,@0xffffff12:8 ;7e127670
122 band #0x7,@0x1234:16 ;6a1012347670
123 band #0x7,@0x12345678:32 ;6a30123456787670
/haiku-buildtools/isl/
H A Disl_band.c17 #define BASE band
21 isl_ctx *isl_band_get_ctx(__isl_keep isl_band *band) argument
23 return band ? isl_union_pw_multi_aff_get_ctx(band->pma) : NULL;
28 isl_band *band; local
30 band = isl_calloc_type(ctx, isl_band);
31 if (!band)
34 band->ref = 1;
36 return band;
39 /* Create a duplicate of the given band
43 isl_band_dup(__isl_keep isl_band *band) argument
85 isl_band_copy(__isl_keep isl_band *band) argument
99 isl_band_free(__isl_take isl_band *band) argument
115 isl_band_has_children(__isl_keep isl_band *band) argument
123 isl_band_get_children( __isl_keep isl_band *band) argument
134 isl_band_n_member(__isl_keep isl_band *band) argument
142 isl_band_member_is_zero_distance(__isl_keep isl_band *band, int pos) argument
156 isl_band_get_prefix_schedule( __isl_keep isl_band *band) argument
184 isl_band_get_partial_schedule_union_pw_multi_aff(__isl_keep isl_band *band) argument
191 isl_band_get_partial_schedule( __isl_keep isl_band *band) argument
257 isl_band_get_suffix_schedule_union_pw_multi_aff(__isl_keep isl_band *band) argument
284 isl_band_get_suffix_schedule( __isl_keep isl_band *band) argument
296 isl_band_list_foreach_band(__isl_keep isl_band_list *list, int (*fn)(__isl_keep isl_band *band, void *user), void *user) argument
306 isl_band *band; local
465 band_get_range_space(__isl_keep isl_band *band) argument
534 isl_band_tile(__isl_keep isl_band *band, __isl_take isl_vec *sizes) argument
638 isl_band_drop(__isl_keep isl_band *band, int pos, int n) argument
667 isl_band_split(__isl_keep isl_band *band, int pos) argument
702 isl_printer_print_band(__isl_take isl_printer *p, __isl_keep isl_band *band) argument
[all...]
H A Disl_band_private.h5 #include <isl/band.h>
9 /* Information about a band within a schedule.
11 * n is the number of scheduling dimensions within the band.
14 * pma is the partial schedule corresponding to this band.
15 * schedule is the schedule that contains this band.
16 * parent is the parent of this band (or NULL if the band is a root).
17 * children are the children of this band (or NULL if the band is a leaf).
22 * that outside references to the band kee
[all...]
H A Dprint.c10 #include <isl/band.h>
66 #define BASE band
H A Disl_schedule.c60 * band contains the band index for each of the rows of the schedule.
62 * level within the same parent band, i.e., bands that are separated
63 * by the parent band or bands that are independent of each other.
66 * in zero dependence distances within its band and with respect
82 int *band; member in struct:isl_sched_node
145 * band_start is the starting row in the node schedules of the current band
459 free(graph->node[i].band);
522 int *band, *band_id, *zero; local
537 band
3141 isl_band *band; local
3469 isl_band *band; local
3484 isl_band *band; local
3501 isl_band *band; local
3558 isl_schedule_foreach_band(__isl_keep isl_schedule *sched, int (*fn)(__isl_keep isl_band *band, void *user), void *user) argument
3577 print_band(__isl_take isl_printer *p, __isl_keep isl_band *band) argument
3607 isl_band *band; local
[all...]
/haiku-buildtools/binutils/ld/testsuite/ld-h8300/
H A Drelax-4.d22 134: band #0x5,@0x0:16
23 13a: band #0x5,@0x7fff:16
24 140: band #0x5,@0x8000:16
25 146: band #0x5,@0xfeff:16
26 14c: band #0x5,@0x0:8
27 150: band #0x5,@0xff:8
42 1a4: band #0x6,@0x0:16
43 1aa: band #0x6,@0x7fff:16
44 1b0: band #0x6,@0x8000:32
45 1b8: band #
[all...]
H A Drelax-4-coff.d27 134: 6a 10 00 00.*band #0x5,@0x0:16
29 13a: 6a 10 7f ff.*band #0x5,@0x7fff:16
31 140: 6a 10 80 00.*band #0x5,@0x8000:16
33 146: 6a 10 fe ff.*band #0x5,@0xfeff:16
35 14c: 7e 00 76 50.*band #0x5,@0x0:8
36 150: 7e ff 76 50.*band #0x5,@0xff:8
59 1a4: 6a 10 00 00.*band #0x6,@0x0:16
61 1aa: 6a 10 7f ff.*band #0x6,@0x7fff:16
63 1b0: 6a 30 00 00.*band #0x6,@0x8000:32
65 1b8: 6a 30 00 00.*band #
[all...]
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-h8300/
H A Drelax-4.d22 134: band #0x5,@0x0:16
23 13a: band #0x5,@0x7fff:16
24 140: band #0x5,@0x8000:16
25 146: band #0x5,@0xfeff:16
26 14c: band #0x5,@0x0:8
27 150: band #0x5,@0xff:8
42 1a4: band #0x6,@0x0:16
43 1aa: band #0x6,@0x7fff:16
44 1b0: band #0x6,@0x8000:32
45 1b8: band #
[all...]
H A Drelax-4-coff.d27 134: 6a 10 00 00.*band #0x5,@0x0:16
29 13a: 6a 10 7f ff.*band #0x5,@0x7fff:16
31 140: 6a 10 80 00.*band #0x5,@0x8000:16
33 146: 6a 10 fe ff.*band #0x5,@0xfeff:16
35 14c: 7e 00 76 50.*band #0x5,@0x0:8
36 150: 7e ff 76 50.*band #0x5,@0xff:8
59 1a4: 6a 10 00 00.*band #0x6,@0x0:16
61 1aa: 6a 10 7f ff.*band #0x6,@0x7fff:16
63 1b0: 6a 30 00 00.*band #0x6,@0x8000:32
65 1b8: 6a 30 00 00.*band #
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/vmx/
H A D7-01.c4 extern vector signed short band[];
25 band, i);
28 band, i+1);
31 band, i+2);
34 band, i+3);
H A D7-01a.c4 extern vector signed short band[];
25 band, i);
28 band, i+1);
31 band, i+2);
34 band, i+3);
/haiku-buildtools/binutils/gas/testsuite/gas/xc16x/
H A Dbit.s7 band r0.1,r0.4 label
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/xc16x/
H A Dbit.s7 band r0.1,r0.4 label
/haiku-buildtools/binutils/gas/testsuite/gas/sh/
H A Dsh2a.s5 band.b #7,@(4095,r3)
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/sh/
H A Dsh2a.s5 band.b #7,@(4095,r3)

Completed in 263 milliseconds

12