Home
last modified time | relevance | path

Searched refs:getThreadID (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dcommon.cpp46 AllocationTrace.ThreadID = getThreadID(); in RecordAllocation()
53 DeallocationTrace.ThreadID = getThreadID(); in RecordDeallocation()
H A Dcommon.h57 uint64_t getThreadID();
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/
H A Dcommon_fuchsia.cpp14 uint64_t getThreadID() { return kInvalidThreadID; } in getThreadID() function
H A Dcommon_posix.cpp18 uint64_t getThreadID() { in getThreadID() function
H A Dguarded_pool_allocator_posix.cpp42 static_cast<uint32_t>(time(nullptr) + getThreadID()); in initPRNG()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtrusty.cpp106 u32 getThreadID() { return 0; } in getRandom()
104 u32 getThreadID() { return 0; } getThreadID() function
H A Dcommon.h158 u32 getThreadID();
H A Dlinux.cpp170 u32 getThreadID() {
163 u32 getThreadID() { getThreadID() function
H A Dfuchsia.cpp218 u32 getThreadID() { return 0; } in getThreadID() function
H A Dcombined.h1396 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 DCGOpenMPRuntime.cpp1290 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 DCGOpenMPRuntimeGPU.cpp1267 getThreadID(CGF, Loc), in emitParallelCall()
1310 getThreadID(CGF, Loc)}; in emitBarrierCall()
H A DCGOpenMPRuntime.h343 llvm::Value *getThreadID(CodeGenFunction &CGF, SourceLocation Loc);
H A DCGStmtOpenMP.cpp4351 Filter = FilterClause->getThreadID(); in emitMasked()
4364 Filter = FilterClause->getThreadID(); in EmitOMPMaskedDirective()
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Dsegv_handler_posix.cpp79 uint64_t ThreadID = gwp_asan::getThreadID(); in printHeader()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp621 if (C->getThreadID()) in VisitOMPFilterClause()
622 Profiler->VisitStmt(C->getThreadID()); in VisitOMPFilterClause()
H A DOpenMPClause.cpp2517 Node->getThreadID()->printPretty(OS, nullptr, Policy, 0); in VisitOMPFilterClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h8767 Expr *getThreadID() const { return getStmtAs<Expr>(); } in getThreadID() function
8770 Expr *getThreadID() { return getStmtAs<Expr>(); } in getThreadID() function
H A DRecursiveASTVisitor.h3937 TRY_TO(TraverseStmt(C->getThreadID()));
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp7285 Record.AddStmt(C->getThreadID()); in VisitOMPFilterClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10371 ExprResult ThreadID = getDerived().TransformExpr(C->getThreadID()); in TransformOMPFilterClause()