Home
last modified time | relevance | path

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

/llvm-project/offload/src/OpenMP/
H A DInteropAPI.cpp206 void __tgt_interop_init(ident_t *LocRef, int32_t Gtid, in __tgt_interop_init()
248 void __tgt_interop_use(ident_t *LocRef, int32_t Gtid, in __tgt_interop_use()
277 void __tgt_interop_destroy(ident_t *LocRef, int32_t Gtid, in __tgt_interop_destroy()
/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3921 llvm::Value *LocRef = emitUpdateLocation(CGF, Loc); emitTaskInit() local