Searched refs:IdentTLoc (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 5279 llvm::Value *IdentTLoc = emitUpdateLocation(CGF, Loc, OMP_ATOMIC_REDUCE); in emitReduction() local 5285 IdentTLoc, // ident_t *<loc> in emitReduction() 5316 IdentTLoc, // ident_t *<loc> in emitReduction() 5454 IdentTLoc, // ident_t *<loc> in emitReduction() 5787 llvm::Value *IdentTLoc = emitUpdateLocation(CGF, Loc); in emitTaskReductionInit() local 5791 IdentTLoc, GTid, in emitTaskReductionInit() 5819 llvm::Value *IdentTLoc = emitUpdateLocation(CGF, Loc); in emitTaskReductionFini() local 5822 llvm::Value *Args[] = {IdentTLoc, GTid, in emitTaskReductionFini()
|