Searched refs:NextLowerBound (Results 1 – 3 of 3) sorted by relevance
290 omptarget_nvptx_threadPrivateContext->NextLowerBound(tid) = lb; in dispatch_init()298 omptarget_nvptx_threadPrivateContext->NextLowerBound(tid), in dispatch_init()322 omptarget_nvptx_threadPrivateContext->NextLowerBound(tid) = lb; in dispatch_init()330 omptarget_nvptx_threadPrivateContext->NextLowerBound(tid), in dispatch_init()345 omptarget_nvptx_threadPrivateContext->NextLowerBound(tid) = lb; in dispatch_init()353 omptarget_nvptx_threadPrivateContext->NextLowerBound(tid), in dispatch_init()363 omptarget_nvptx_threadPrivateContext->NextLowerBound(tid) = lb; in dispatch_init()375 omptarget_nvptx_threadPrivateContext->NextLowerBound(tid), in dispatch_init()465 T myLb = omptarget_nvptx_threadPrivateContext->NextLowerBound(tid); in dispatch_next()484 omptarget_nvptx_threadPrivateContext->NextLowerBound(tid) = myLb + stride; in dispatch_next()[all …]
127 omptarget_nvptx_threadPrivateContext->NextLowerBound(items.threadId); in SaveLoopData()139 omptarget_nvptx_threadPrivateContext->NextLowerBound(items.threadId) = in RestoreLoopData()
242 INLINE int64_t &NextLowerBound(int tid) { return nextLowerBound[tid]; } in NextLowerBound() function