Searched refs:inbranch (Results 1 - 13 of 13) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/gomp/
H A Dsimd-clones-2.c3 #pragma omp declare simd inbranch uniform(c) linear(b:66)
H A Ddeclare-simd-2.c23 #pragma omp declare simd inbranch notinbranch /* { dg-error "clause is incompatible with" } */
H A Ddeclare-simd-1.c7 : 4) simdlen (4) inbranch
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/cilk-plus/SE/
H A Def_error.c19 __attribute__((vector (linear (y:1), inbranch))) /* { dg-error "is not valid for" } */
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/gomp/
H A Ddeclare-simd-1.C7 : 4) simdlen (4) inbranch
43 #pragma omp declare simd uniform (c) aligned (b : 4 * sizeof (int)) linear (a : 4) inbranch simdlen (4)
85 #pragma omp declare simd uniform (c) aligned (b : 4 * sizeof (int)) linear (a : 4) simdlen (4) inbranch
111 #pragma omp declare simd uniform (c) aligned (b : 4 * sizeof (int)) linear (a : 4) simdlen (4) inbranch
H A Ddeclare-simd-2.C55 #pragma omp declare simd inbranch notinbranch // { dg-error "clause is incompatible with" }
/haiku-buildtools/gcc/gcc/fortran/
H A Dopenmp.c944 if ((mask & OMP_CLAUSE_INBRANCH) && !c->inbranch && !c->notinbranch
945 && gfc_match ("inbranch") == MATCH_YES)
947 c->inbranch = needs_space = true;
950 if ((mask & OMP_CLAUSE_NOTINBRANCH) && !c->notinbranch && !c->inbranch
H A Dgfortran.h1228 bool inbranch, notinbranch; member in struct:gfc_omp_clauses
H A Dmodule.c3899 if (ods->clauses->inbranch)
3949 case 0: ods->clauses->inbranch = true; break;
H A Dtrans-openmp.c2382 if (clauses->inbranch)
/haiku-buildtools/gcc/gcc/
H A Dcgraph.h731 unsigned int inbranch : 1;
H A Domp-low.c12496 + ((from->nargs - from->inbranch)
12520 is set to TRUE if the `inbranch' or `notinbranch' clause specified,
12564 clone_info->inbranch = 1;
12568 clone_info->inbranch = 0;
12695 char mask = clone_info->inbranch ? 'M' : 'N';
12952 if (node->simdclone->inbranch)
13368 if (node->simdclone->inbranch)
13655 also create one inbranch and one !inbranch clone of it. */
13670 clone->nargs -= clone_info->inbranch;
[all...]
H A Dtree-vect-stmts.c2791 if (n->simdclone->inbranch)
2798 if (n->simdclone->inbranch)

Completed in 289 milliseconds