HomeSort by: relevance | last modified time | path
    Searched defs:large_vector (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/nvptx/
nvptx.cc 3651 bool large_vector = (mask & GOMP_DIM_MASK (GOMP_DIM_VECTOR))
3654 return worker || large_vector;
5185 bool large_vector = ((par->mask & GOMP_DIM_MASK (GOMP_DIM_VECTOR))
5188 if (worker || large_vector)
3646 bool large_vector = (mask & GOMP_DIM_MASK (GOMP_DIM_VECTOR)) local
5180 bool large_vector = ((par->mask & GOMP_DIM_MASK (GOMP_DIM_VECTOR)) local
  /src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
nvptx.cc 3635 bool large_vector = (mask & GOMP_DIM_MASK (GOMP_DIM_VECTOR))
3638 return worker || large_vector;
5169 bool large_vector = ((par->mask & GOMP_DIM_MASK (GOMP_DIM_VECTOR))
5172 if (worker || large_vector)
3630 bool large_vector = (mask & GOMP_DIM_MASK (GOMP_DIM_VECTOR)) local
5164 bool large_vector = ((par->mask & GOMP_DIM_MASK (GOMP_DIM_VECTOR)) local

Completed in 21 milliseconds