Home
last modified time | relevance | path

Searched refs:LocRef (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/src/
H A Dinterop.cpp184 void __tgt_interop_init(ident_t *LocRef, kmp_int32 Gtid, in __tgt_interop_init() argument
198 __kmpc_omp_wait_deps(LocRef, Gtid, Ndeps, DepList, NdepsNoalias, in __tgt_interop_init()
224 void __tgt_interop_use(ident_t *LocRef, kmp_int32 Gtid, in __tgt_interop_use() argument
246 __kmpc_omp_wait_deps(LocRef, Gtid, Ndeps, DepList, NdepsNoalias, in __tgt_interop_use()
252 void __tgt_interop_destroy(ident_t *LocRef, kmp_int32 Gtid, in __tgt_interop_destroy() argument
275 __kmpc_omp_wait_deps(LocRef, Gtid, Ndeps, DepList, NdepsNoalias, in __tgt_interop_destroy()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4424 llvm::Value *LocRef = emitUpdateLocation(CGF, Loc); in emitTaskInit() local
4433 {LocRef, GTid, NewTask, NumOfElements, AffinListPtr}); in emitTaskInit()