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

  /src/external/gpl3/gcc.old/dist/gcc/
omp-general.h 106 extern int omp_max_simt_vf (void);
omp-general.cc 982 omp_max_simt_vf (void) function
omp-low.cc 4215 && omp_max_simt_vf ()
4614 sctx->max_vf = sctx->is_simt ? omp_max_simt_vf () : omp_max_vf ();
9947 = simd && omp_maybe_offloaded_ctx (ctx) && omp_max_simt_vf () > 1;
omp-expand.cc 6467 else if (safelen_int < omp_max_simt_vf ())
  /src/external/gpl3/gcc/dist/gcc/
omp-general.h 166 extern int omp_max_simt_vf (void);
omp-general.cc 1012 omp_max_simt_vf (void) function
omp-low.cc 4175 && omp_max_simt_vf ()
4572 sctx->max_vf = sctx->is_simt ? omp_max_simt_vf () : omp_max_vf ();
9905 = simd && omp_maybe_offloaded_ctx (ctx) && omp_max_simt_vf () > 1;
omp-expand.cc 6562 else if (safelen_int < omp_max_simt_vf ())

Completed in 68 milliseconds