/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/ |
H A D | common.cpp | 46 AllocationTrace.ThreadID = getThreadID(); in RecordAllocation() 53 DeallocationTrace.ThreadID = getThreadID(); in RecordDeallocation()
|
H A D | common.h | 57 uint64_t getThreadID();
|
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/ |
H A D | common_fuchsia.cpp | 14 uint64_t getThreadID() { return kInvalidThreadID; } in getThreadID() function
|
H A D | common_posix.cpp | 18 uint64_t getThreadID() { in getThreadID() function
|
H A D | guarded_pool_allocator_posix.cpp | 42 static_cast<uint32_t>(time(nullptr) + getThreadID()); in initPRNG()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | trusty.cpp | 106 u32 getThreadID() { return 0; } in getRandom() 104 u32 getThreadID() { return 0; } getThreadID() function
|
H A D | common.h | 158 u32 getThreadID();
|
H A D | linux.cpp | 170 u32 getThreadID() { 163 u32 getThreadID() { getThreadID() function
|
H A D | fuchsia.cpp | 218 u32 getThreadID() { return 0; } in getThreadID() function
|
H A D | combined.h | 1396 Ptr32[MemTagAllocationTidIndex] = getThreadID(); in storePrimaryAllocationStackMaybe() 1432 u32 Tid = getThreadID(); in storeSecondaryAllocationStackMaybe() 1453 u32 DeallocationTid = getThreadID(); in storeDeallocationStackMaybe()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 1290 llvm::Value *ThreadID = getThreadID(CGF, D.getBeginLoc()); in emitTaskOutlinedFunction() 1393 llvm::Value *CGOpenMPRuntime::getThreadID(CodeGenFunction &CGF, in getThreadID() function in CGOpenMPRuntime 1608 emitUpdateLocation(CGF, Loc), getThreadID(CGF, Loc), in getAddrOfThreadPrivate() 1812 getThreadID(CGF, SourceLocation()), in getAddrOfArtificialThreadPrivate() 1896 llvm::Value *ThreadID = RT.getThreadID(CGF, Loc); in emitParallelCall() 1953 llvm::Value *ThreadID = getThreadID(CGF, Loc); in emitThreadIDAddress() 2018 llvm::Value *Args[] = {emitUpdateLocation(CGF, Loc), getThreadID(CGF, Loc), in emitCriticalRegion() 2048 llvm::Value *Args[] = {emitUpdateLocation(CGF, Loc), getThreadID(CGF, Loc)}; in emitMasterRegion() 2074 llvm::Value *Args[] = {emitUpdateLocation(CGF, Loc), getThreadID(CGF, Loc), in emitMaskedRegion() 2077 getThreadID(CGF, Loc)}; in emitMaskedRegion() [all …]
|
H A D | CGOpenMPRuntimeGPU.cpp | 1267 getThreadID(CGF, Loc), in emitParallelCall() 1310 getThreadID(CGF, Loc)}; in emitBarrierCall()
|
H A D | CGOpenMPRuntime.h | 343 llvm::Value *getThreadID(CodeGenFunction &CGF, SourceLocation Loc);
|
H A D | CGStmtOpenMP.cpp | 4351 Filter = FilterClause->getThreadID(); in emitMasked() 4364 Filter = FilterClause->getThreadID(); in EmitOMPMaskedDirective()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/ |
H A D | segv_handler_posix.cpp | 79 uint64_t ThreadID = gwp_asan::getThreadID(); in printHeader()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | StmtProfile.cpp | 621 if (C->getThreadID()) in VisitOMPFilterClause() 622 Profiler->VisitStmt(C->getThreadID()); in VisitOMPFilterClause()
|
H A D | OpenMPClause.cpp | 2517 Node->getThreadID()->printPretty(OS, nullptr, Policy, 0); in VisitOMPFilterClause()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 8767 Expr *getThreadID() const { return getStmtAs<Expr>(); } in getThreadID() function 8770 Expr *getThreadID() { return getStmtAs<Expr>(); } in getThreadID() function
|
H A D | RecursiveASTVisitor.h | 3937 TRY_TO(TraverseStmt(C->getThreadID()));
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 7285 Record.AddStmt(C->getThreadID()); in VisitOMPFilterClause()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 10371 ExprResult ThreadID = getDerived().TransformExpr(C->getThreadID()); in TransformOMPFilterClause()
|