Searched refs:IdentTLoc (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 5636 llvm::Value *IdentTLoc = emitUpdateLocation(CGF, Loc, OMP_ATOMIC_REDUCE); in emitReduction() local 5642 IdentTLoc, // ident_t *<loc> in emitReduction() 5673 IdentTLoc, // ident_t *<loc> in emitReduction() 5814 IdentTLoc, // ident_t *<loc> in emitReduction() 6148 llvm::Value *IdentTLoc = emitUpdateLocation(CGF, Loc); in emitTaskReductionInit() local 6152 IdentTLoc, GTid, in emitTaskReductionInit() 6180 llvm::Value *IdentTLoc = emitUpdateLocation(CGF, Loc); in emitTaskReductionFini() local 6183 llvm::Value *Args[] = {IdentTLoc, GTid, in emitTaskReductionFini()
|