Searched refs:IdentTLoc (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 5041 llvm::Value *IdentTLoc = emitUpdateLocation(CGF, Loc, OMP_ATOMIC_REDUCE); in emitReduction() local 5047 IdentTLoc, // ident_t *<loc> in emitReduction() 5078 IdentTLoc, // ident_t *<loc> in emitReduction() 5216 IdentTLoc, // ident_t *<loc> in emitReduction() 5541 llvm::Value *IdentTLoc = emitUpdateLocation(CGF, Loc); in emitTaskReductionInit() local 5545 IdentTLoc, GTid, in emitTaskReductionInit() 5573 llvm::Value *IdentTLoc = emitUpdateLocation(CGF, Loc); in emitTaskReductionFini() local 5576 llvm::Value *Args[] = {IdentTLoc, GTid, in emitTaskReductionFini()
|