Searched refs:IdentTLoc (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 5025 llvm::Value *IdentTLoc = emitUpdateLocation(CGF, Loc, OMP_ATOMIC_REDUCE); in emitReduction() local 5031 IdentTLoc, // ident_t *<loc> in emitReduction() 5062 IdentTLoc, // ident_t *<loc> in emitReduction() 5200 IdentTLoc, // ident_t *<loc> in emitReduction() 5526 llvm::Value *IdentTLoc = emitUpdateLocation(CGF, Loc); in emitTaskReductionInit() local 5530 IdentTLoc, GTid, in emitTaskReductionInit() 5558 llvm::Value *IdentTLoc = emitUpdateLocation(CGF, Loc); in emitTaskReductionFini() local 5561 llvm::Value *Args[] = {IdentTLoc, GTid, in emitTaskReductionFini()
|