Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtrusty.cpp106 u32 getThreadID() { return 0; } in getThreadID() function
H A Dcommon.h154 u32 getThreadID();
H A Dlinux.cpp170 u32 getThreadID() { in getThreadID() function
H A Dfuchsia.cpp219 u32 getThreadID() { return 0; } in getThreadID() function
H A Dcombined.h1250 Ptr32[MemTagAllocationTidIndex] = getThreadID(); in storePrimaryAllocationStackMaybe()
1283 u32 Tid = getThreadID(); in storeSecondaryAllocationStackMaybe()
1302 u32 DeallocationTid = getThreadID(); in storeDeallocationStackMaybe()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1809 getThreadID(CGF, SourceLocation()), in getAddrOfArtificialThreadPrivate()
1950 llvm::Value *ThreadID = getThreadID(CGF, Loc); in emitThreadIDAddress()
2362 getThreadID(CGF, Loc)}; in emitBarrierCall()
2543 getThreadID(CGF, Loc), in emitForDispatchInit()
2617 llvm::Value *ThreadId = getThreadID(CGF, Loc); in emitForStaticInit()
2660 getThreadID(CGF, Loc)}; in emitForStaticFinish()
2698 getThreadID(CGF, Loc), in emitForNext()
3908 llvm::Value *GTid = getThreadID(CGF, Loc); in emitTaskInit()
11163 getThreadID(CGF, D.getBeginLoc()), in emitDoacrossInit()
11219 getThreadID(CGF, C->getBeginLoc())); in emitDoacrossOrdered()
[all …]
H A DCGOpenMPRuntime.h343 llvm::Value *getThreadID(CodeGenFunction &CGF, SourceLocation Loc);
H A DCGOpenMPRuntimeGPU.cpp1286 getThreadID(CGF, Loc), in emitParallelCall()
1329 getThreadID(CGF, Loc)}; in emitBarrierCall()
H A DCGStmtOpenMP.cpp4306 Filter = FilterClause->getThreadID(); in emitMasked()
4319 Filter = FilterClause->getThreadID(); in EmitOMPMaskedDirective()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Dsegv_handler_posix.cpp79 uint64_t ThreadID = gwp_asan::getThreadID(); in printHeader()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp619 if (C->getThreadID()) in VisitOMPFilterClause()
620 Profiler->VisitStmt(C->getThreadID()); in VisitOMPFilterClause()
H A DOpenMPClause.cpp2515 Node->getThreadID()->printPretty(OS, nullptr, Policy, 0); in VisitOMPFilterClause()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h8727 Expr *getThreadID() const { return getStmtAs<Expr>(); } in getThreadID() function
8730 Expr *getThreadID() { return getStmtAs<Expr>(); } in getThreadID() function
H A DRecursiveASTVisitor.h3862 TRY_TO(TraverseStmt(C->getThreadID()));
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6704 Record.AddStmt(C->getThreadID()); in VisitOMPFilterClause()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10036 ExprResult ThreadID = getDerived().TransformExpr(C->getThreadID()); in TransformOMPFilterClause()