Home
last modified time | relevance | path

Searched refs:CopyParent (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/openmp/libomptarget/deviceRTLs/common/
Domptargeti.h77 INLINE void omptarget_nvptx_TaskDescr::CopyParent( in CopyParent() function
85 CopyParent(parentTaskDescr); in CopyForExplicitTask()
92 CopyParent(masterTaskDescr); in CopyToWorkDescr()
118 CopyParent(parentTaskDescr); in CopyConvergentParent()
Domptarget.h126 INLINE void CopyParent(omptarget_nvptx_TaskDescr *parentTaskDescr);
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/
Dparallel.cu225 newTaskDescr->CopyParent(currTaskDescr); in __kmpc_serialized_parallel()