Searched refs:conflicts (Results 1 - 18 of 18) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/goacc/
H A Dloop-2.f9541 !$acc loop seq gang ! { dg-error "conflicts with" }
66 !$acc loop seq worker ! { dg-error "conflicts with" }
69 !$acc loop gang worker ! { dg-error "conflicts with" }
94 !$acc loop seq vector ! { dg-error "conflicts with" }
97 !$acc loop gang vector ! { dg-error "conflicts with" }
100 !$acc loop worker vector ! { dg-error "conflicts with" }
107 !$acc loop seq auto ! { dg-error "conflicts with" }
110 !$acc loop gang auto ! { dg-error "conflicts with" }
113 !$acc loop worker auto ! { dg-error "conflicts with" }
116 !$acc loop vector auto ! { dg-error "conflicts wit
[all...]
H A Dloop-1.f95152 !$acc loop independent seq ! { dg-error "SEQ conflicts with INDEPENDENT" }
/haiku-buildtools/gcc/gcc/
H A Dregrename.h35 /* A unique id to be used as an index into the conflicts bitmaps. */
37 /* A bitmap to record conflicts with other chains. */
38 bitmap_head conflicts; member in struct:du_head
H A Dtree-ssa-coalesce.c494 A full matrix is used for conflicts rather than just upper triangular form.
500 vec<bitmap> conflicts; member in struct:ssa_conflicts_d
512 ptr->conflicts.create (size);
513 ptr->conflicts.safe_grow_cleared (size);
524 ptr->conflicts.release ();
534 bitmap bx = ptr->conflicts[x];
535 bitmap by = ptr->conflicts[y];
540 /* Avoid the lookup if Y has no conflicts. */
552 bitmap bx = ptr->conflicts[x];
553 /* If there are no conflicts ye
[all...]
H A Dira-conflicts.c57 static IRA_INT_TYPE **conflicts; variable
59 /* Macro to test a conflict of C1 and C2 in `conflicts'. */
63 && TEST_MINMAX_SET_BIT (conflicts[OBJECT_CONFLICT_ID (C1)], \
93 SET_MINMAX_SET_BIT (conflicts[id1], id2, OBJECT_MIN (obj1),
95 SET_MINMAX_SET_BIT (conflicts[id2], id1, OBJECT_MIN (obj2),
138 conflicts = (IRA_INT_TYPE **) ira_allocate (sizeof (IRA_INT_TYPE *)
147 conflicts[id] = NULL;
154 conflicts[id]
157 memset (conflicts[id], 0,
206 register due to conflicts
[all...]
H A Dregrename.c194 bitmap_clear (&ptr->conflicts);
207 bitmap_set_bit (&chains->conflicts, id);
246 bitmap_initialize (&head->conflicts, &bitmap_default_obstack);
247 bitmap_copy (&head->conflicts, &open_chains_set);
300 EXECUTE_IF_SET_IN_BITMAP (&head->conflicts, 0, i, bi)
666 bitmap_ior_into (&c1->conflicts, &c2->conflicts);
1722 it conflicts with other output operands of this insn.
H A Dcfgexpand.c242 bitmap conflicts; member in struct:stack_var
361 v->conflicts = NULL;
376 if (!a->conflicts)
377 a->conflicts = BITMAP_ALLOC (&stack_var_bitmap_obstack);
378 if (!b->conflicts)
379 b->conflicts = BITMAP_ALLOC (&stack_var_bitmap_obstack);
380 bitmap_set_bit (a->conflicts, y);
381 bitmap_set_bit (b->conflicts, x);
399 if (!a->conflicts || !b->conflicts)
[all...]
H A DMakefile.in1312 ira-conflicts.o \
/haiku-buildtools/gcc/lto-plugin/
H A Dlto-plugin.c129 struct plugin_symtab conflicts; member in struct:plugin_file_info
397 /* Finish the conflicts' resolution information after the linker resolved
402 struct plugin_symtab *conflicts)
406 if (conflicts->nsyms == 0)
437 j = conflicts->aux[j].next_conflict)
438 conflicts->syms[j].resolution = resolution;
480 finish_conflict_resolution (symtab, &info->conflicts);
482 fprintf (f, "%s %d\n", info->name, symtab->nsyms + info->conflicts.nsyms);
484 if (info->conflicts.nsyms)
486 dump_symtab (f, &info->conflicts);
401 finish_conflict_resolution(struct plugin_symtab *symtab, struct plugin_symtab *conflicts) argument
774 resolve_conflicts(struct plugin_symtab *t, struct plugin_symtab *conflicts) argument
[all...]
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dimport1.go7 // Verify that import conflicts are detected by the compiler.
/haiku-buildtools/legacy/gcc/gcc/
H A Dglobal.c58 for conflicts between allocnos and explicit hard register use
105 /* Define the number of bits in each element of `conflicts' and what
116 `conflicts' is not symmetric; a conflict between allocno's i and j
119 static INT_TYPE *conflicts;
122 This is the length of a row in `conflicts'. */
126 /* Two macros to test or store 1 in an element of `conflicts'. */
129 (conflicts[(I) * allocno_row_words + (J) / INT_BITS] \
133 (conflicts[(I) * allocno_row_words + (J) / INT_BITS] \
490 conflicts = (INT_TYPE *) xmalloc (max_allocno * allocno_row_words
492 bzero ((char *) conflicts,
118 static INT_TYPE *conflicts; variable
[all...]
H A Dfixincludes9 # (This was named INCLUDES, but that conflicts with a name in Makefile.in.)
1347 # Fix non-ANSI memcpy declaration that conflicts with gcc's builtin
1450 echo Fixing $file, parameter name conflicts
1466 # function class(double x) conflicts with C++ keyword on rs/6000
1521 # There are several name conflicts with C++ reserved words in X11
1652 # volatile in the prototype for abort(). This conflicts with
1676 # exit() function prototypes. That conflicts with the
1754 # NeXT 2.0 defines 'int wait(union wait*)', which conflicts with Posix.1.
2973 # Some math.h files define struct exception, which conflicts with
/haiku-buildtools/gcc/gmp/mpn/x86_64/
H A Daorrlsh1_n.asm34 C alignments cause cache conflicts.
H A Dsublsh1_n.asm33 C alignments cause cache conflicts.
/haiku-buildtools/binutils/gas/testsuite/gas/m32r/
H A Dm32rx.d1 #as: -m32rx --no-warn-explicit-parallel-conflicts --hidden -O
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/m32r/
H A Dm32rx.d1 #as: -m32rx --no-warn-explicit-parallel-conflicts --hidden -O
/haiku-buildtools/legacy/binutils/
H A Dltmain.sh3662 /* Prevent the only kind of declaration conflicts we can make. */
4250 $echo "copying selected object files to avoid basename conflicts..."
/haiku-buildtools/legacy/gcc/gcc/config/i386/
H A Di386.c45 error EXTRA_CONSTRAINT conflicts with S constraint letter
1155 /* Only the middle reg conflicts; simply put it last. */

Completed in 247 milliseconds