Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Domp-offload.c250 oacc_thread_numbers (bool pos, int mask, gimple_seq *seq) in oacc_thread_numbers() function
351 tree per = oacc_thread_numbers (false, mask, &seq); in oacc_xform_loop()
368 r = oacc_thread_numbers (false, volume, &seq); in oacc_xform_loop()
400 r = oacc_thread_numbers (true, mask, &seq); in oacc_xform_loop()
405 tree inner_size = oacc_thread_numbers (false, inner_mask, &seq); in oacc_xform_loop()
406 tree outer_size = oacc_thread_numbers (false, outer_mask, &seq); in oacc_xform_loop()
424 r = oacc_thread_numbers (true, outer_mask, &seq); in oacc_xform_loop()
428 tree inner = oacc_thread_numbers (true, inner_mask, &seq); in oacc_xform_loop()
452 tree inner_size = oacc_thread_numbers (false, inner_mask, &seq); in oacc_xform_loop()
453 tree outer_size = oacc_thread_numbers (false, outer_mask, &seq); in oacc_xform_loop()