Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
H A Dnvptx.c3161 bool large_vector = (mask & GOMP_DIM_MASK (GOMP_DIM_VECTOR)) in nvptx_needs_shared_bcast() local
3164 return worker || large_vector; in nvptx_needs_shared_bcast()
4692 bool large_vector = ((par->mask & GOMP_DIM_MASK (GOMP_DIM_VECTOR)) in nvptx_process_pars() local
4695 if (worker || large_vector) in nvptx_process_pars()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nvptx/
H A Dnvptx.cc3630 bool large_vector = (mask & GOMP_DIM_MASK (GOMP_DIM_VECTOR)) in nvptx_needs_shared_bcast() local
3633 return worker || large_vector; in nvptx_needs_shared_bcast()
5164 bool large_vector = ((par->mask & GOMP_DIM_MASK (GOMP_DIM_VECTOR)) in nvptx_process_pars() local
5167 if (worker || large_vector) in nvptx_process_pars()