Searched refs:omp_max_simt_vf (Results 1 – 7 of 7) sorted by relevance
106 extern int omp_max_simt_vf (void);
982 omp_max_simt_vf (void) in omp_max_simt_vf() function
4215 && 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()
6467 else if (safelen_int < omp_max_simt_vf ()) in expand_omp_simd()
1094 (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 if4586 (omp_max_simt_vf): New. Use it...
27173 * omp-general.c (omp_max_simt_vf): Likewise.
7543 (omp_max_simt_vf): Expect OFFLOAD_TARGET_NAMES to be separated by