Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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();
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dtrusty.cpp88 u32 getThreadID() { return 0; } in getThreadID() function
H A Dlinux.cpp146 u32 getThreadID() { in getThreadID() function
H A Dcommon.h137 u32 getThreadID();
H A Dfuchsia.cpp190 u32 getThreadID() { return 0; } in getThreadID() function
H A Dcombined.h1214 Ptr32[MemTagAllocationTidIndex] = getThreadID(); in storePrimaryAllocationStackMaybe()
1247 u32 Tid = getThreadID(); in storeSecondaryAllocationStackMaybe()
1266 u32 DeallocationTid = getThreadID(); in storeDeallocationStackMaybe()
/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/optional/
H A Dsegv_handler_posix.cpp76 uint64_t ThreadID = gwp_asan::getThreadID(); in printHeader()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1984 getThreadID(CGF, SourceLocation()), in getAddrOfArtificialThreadPrivate()
2124 llvm::Value *ThreadID = getThreadID(CGF, Loc); in emitThreadIDAddress()
2556 getThreadID(CGF, Loc)}; in emitBarrierCall()
2721 getThreadID(CGF, Loc), in emitForDispatchInit()
2794 llvm::Value *ThreadId = getThreadID(CGF, Loc); in emitForStaticInit()
2810 llvm::Value *ThreadId = getThreadID(CGF, Loc); in emitDistributeStaticInit()
2836 getThreadID(CGF, Loc)}; in emitForStaticFinish()
2872 getThreadID(CGF, Loc), in emitForNext()
4425 llvm::Value *GTid = getThreadID(CGF, Loc); in emitTaskInit()
12028 getThreadID(CGF, D.getBeginLoc()), in emitDoacrossInit()
[all …]
H A DCGOpenMPRuntimeGPU.cpp1582 getThreadID(CGF, Loc), in emitParallelCall()
1625 getThreadID(CGF, Loc)}; in emitBarrierCall()
3236 llvm::Value *ThreadId = getThreadID(CGF, Loc); in emitReduction()
H A DCGOpenMPRuntime.h380 llvm::Value *getThreadID(CodeGenFunction &CGF, SourceLocation Loc);
H A DCGStmtOpenMP.cpp4248 Filter = FilterClause->getThreadID(); in emitMasked()
4261 Filter = FilterClause->getThreadID(); in EmitOMPMaskedDirective()
/llvm-project-15.0.7/clang/lib/AST/
H A DStmtProfile.cpp592 if (C->getThreadID()) in VisitOMPFilterClause()
593 Profiler->VisitStmt(C->getThreadID()); in VisitOMPFilterClause()
H A DOpenMPClause.cpp2396 Node->getThreadID()->printPretty(OS, nullptr, Policy, 0); in VisitOMPFilterClause()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h8619 Expr *getThreadID() { return cast<Expr>(ThreadID); } in getThreadID() function
8622 Expr *getThreadID() const { return cast<Expr>(ThreadID); } in getThreadID() function
H A DRecursiveASTVisitor.h3828 TRY_TO(TraverseStmt(C->getThreadID()));
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp6387 Record.AddStmt(C->getThreadID()); in VisitOMPFilterClause()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2417 Visitor->AddStmt(C->getThreadID()); in VisitOMPFilterClause()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h9739 ExprResult ThreadID = getDerived().TransformExpr(C->getThreadID()); in TransformOMPFilterClause()