HomeSort by: relevance | last modified time | path
    Searched refs:gwv (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/fortran/
openmp.cc 827 match_oacc_clause_gwv (gfc_omp_clauses *cp, unsigned gwv)
834 if (gwv == GOMP_DIM_GANG)
868 else if (gwv == GOMP_DIM_WORKER)
876 else if (gwv == GOMP_DIM_VECTOR)
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
openmp.cc 683 match_oacc_clause_gwv (gfc_omp_clauses *cp, unsigned gwv)
690 if (gwv == GOMP_DIM_GANG)
724 else if (gwv == GOMP_DIM_WORKER)
732 else if (gwv == GOMP_DIM_VECTOR)
  /src/external/gpl3/gcc/dist/gcc/
omp-expand.cc 1586 /* gwv-outer=*/integer_zero_node,
1587 /* gwv-inner=*/integer_zero_node);
7577 (constant 0 for no chunking) and we will have a GWV partitioning
7587 T chunk_max = GOACC_LOOP_CHUNK (dir, range, S, CHUNK_SIZE, GWV);
7588 T step = GOACC_LOOP_STEP (dir, range, S, CHUNK_SIZE, GWV);
7591 T offset = GOACC_LOOP_OFFSET (dir, range, S, CHUNK_SIZE, GWV, chunk_no);
7592 T bound = GOACC_LOOP_BOUND (dir, range, S, CHUNK_SIZE, GWV, offset);
7635 tree gwv = integer_zero_node; local
7733 gwv = build_int_cst (integer_type_node, GOMP_DIM_MASK (GOMP_DIM_GANG));
7822 dir, range, s, chunk_size, gwv);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
omp-expand.cc 1585 /* gwv-outer=*/integer_zero_node,
1586 /* gwv-inner=*/integer_zero_node);
7488 (constant 0 for no chunking) and we will have a GWV partitioning
7498 T chunk_max = GOACC_LOOP_CHUNK (dir, range, S, CHUNK_SIZE, GWV);
7499 T step = GOACC_LOOP_STEP (dir, range, S, CHUNK_SIZE, GWV);
7502 T offset = GOACC_LOOP_OFFSET (dir, range, S, CHUNK_SIZE, GWV, chunk_no);
7503 T bound = GOACC_LOOP_BOUND (dir, range, S, CHUNK_SIZE, GWV, offset);
7546 tree gwv = integer_zero_node; local
7644 gwv = build_int_cst (integer_type_node, GOMP_DIM_MASK (GOMP_DIM_GANG));
7733 dir, range, s, chunk_size, gwv);
    [all...]

Completed in 38 milliseconds