Searched refs:ForStaticChunk (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/ |
D | loop.cu | 50 INLINE static void ForStaticChunk(int &last, T &lb, T &ub, ST &stride, in ForStaticChunk() function in omptarget_nvptx_LoopSupport 127 ForStaticChunk(lastiter, lb, ub, stride, chunk, gtid, in for_static_init() 143 ForStaticChunk(lastiter, lb, ub, stride, chunk, gtid, in for_static_init() 157 ForStaticChunk(lastiter, lb, ub, stride, chunk, GetOmpTeamId(), in for_static_init() 168 ForStaticChunk(lastiter, lb, ub, stride, chunk, in for_static_init() 177 ForStaticChunk(lastiter, lb, ub, stride, chunk, gtid, in for_static_init() 287 ForStaticChunk(lastiter, lb, ub, stride, chunk, threadId, tnum); in dispatch_init() 316 ForStaticChunk(lastiter, lb, ub, stride, chunk, threadId, tnum); in dispatch_init()
|