Home
last modified time | relevance | path

Searched refs:omp_max_simt_vf (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Domp-general.h106 extern int omp_max_simt_vf (void);
Domp-general.cc982 omp_max_simt_vf (void) in omp_max_simt_vf() function
Domp-low.cc4215 && omp_max_simt_vf () in scan_omp_1_stmt()
4613 sctx->max_vf = sctx->is_simt ? omp_max_simt_vf () : omp_max_vf (); in lower_rec_simd_input_clauses()
9945 = simd && omp_maybe_offloaded_ctx (ctx) && omp_max_simt_vf () > 1; in lower_omp_ordered()
Domp-expand.cc6467 else if (safelen_int < omp_max_simt_vf ()) in expand_omp_simd()
DChangeLog-20161094 (omp_max_simt_vf): Likewise.
4556 (omp_max_vf): Don't max with omp_max_simt_vf.
4557 (lower_rec_simd_input_clauses): Use omp_max_simt_vf if
4586 (omp_max_simt_vf): New. Use it...
DChangeLog-202127173 * omp-general.c (omp_max_simt_vf): Likewise.
DChangeLog-20197543 (omp_max_simt_vf): Expect OFFLOAD_TARGET_NAMES to be separated by