Searched refs:ForStaticNoChunk (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/ |
D | loop.cu | 71 INLINE static void ForStaticNoChunk(int &last, T &lb, T &ub, ST &stride, in ForStaticNoChunk() function in omptarget_nvptx_LoopSupport 151 ForStaticNoChunk(lastiter, lb, ub, stride, chunk, gtid, in for_static_init() 163 ForStaticNoChunk(lastiter, lb, ub, stride, chunk, GetOmpTeamId(), in for_static_init() 342 ForStaticNoChunk(lastiter, lb, ub, stride, chunk, threadId, tnum); in dispatch_init()
|