Home
last modified time | relevance | path

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

/freebsd-13.1/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.h36 uint64_t getThreadID();
/freebsd-13.1/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-13.1/contrib/llvm-project/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.cpp184 u32 getThreadID() { return 0; } in getThreadID() function
H A Dcombined.h1204 Ptr32[MemTagAllocationTidIndex] = getThreadID(); in storePrimaryAllocationStackMaybe()
1237 u32 Tid = getThreadID(); in storeSecondaryAllocationStackMaybe()
1256 u32 DeallocationTid = getThreadID(); in storeDeallocationStackMaybe()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Dsegv_handler_posix.cpp76 uint64_t ThreadID = gwp_asan::getThreadID(); in printHeader()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp2020 getThreadID(CGF, SourceLocation()), in getAddrOfArtificialThreadPrivate()
2159 llvm::Value *ThreadID = getThreadID(CGF, Loc); in emitThreadIDAddress()
2589 getThreadID(CGF, Loc)}; in emitBarrierCall()
2754 getThreadID(CGF, Loc), in emitForDispatchInit()
2827 llvm::Value *ThreadId = getThreadID(CGF, Loc); in emitForStaticInit()
2843 llvm::Value *ThreadId = getThreadID(CGF, Loc); in emitDistributeStaticInit()
2864 getThreadID(CGF, Loc)}; in emitForStaticFinish()
2893 getThreadID(CGF, Loc), in emitForNext()
4502 llvm::Value *GTid = getThreadID(CGF, Loc); in emitTaskInit()
12040 getThreadID(CGF, D.getBeginLoc()), in emitDoacrossInit()
[all …]
H A DCGOpenMPRuntimeGPU.cpp1553 getThreadID(CGF, Loc), in emitParallelCall()
1596 getThreadID(CGF, Loc)}; in emitBarrierCall()
3181 llvm::Value *ThreadId = getThreadID(CGF, Loc); in emitReduction()
H A DCGOpenMPRuntime.h377 llvm::Value *getThreadID(CodeGenFunction &CGF, SourceLocation Loc);
H A DCGStmtOpenMP.cpp4014 Filter = FilterClause->getThreadID(); in emitMasked()
4027 Filter = FilterClause->getThreadID(); in EmitOMPMaskedDirective()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp581 if (C->getThreadID()) in VisitOMPFilterClause()
582 Profiler->VisitStmt(C->getThreadID()); in VisitOMPFilterClause()
H A DOpenMPClause.cpp2294 Node->getThreadID()->printPretty(OS, nullptr, Policy, 0); in VisitOMPFilterClause()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h8384 Expr *getThreadID() { return cast<Expr>(ThreadID); } in getThreadID() function
8387 Expr *getThreadID() const { return cast<Expr>(ThreadID); } in getThreadID() function
H A DRecursiveASTVisitor.h3673 TRY_TO(TraverseStmt(C->getThreadID()));
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6190 Record.AddStmt(C->getThreadID()); in VisitOMPFilterClause()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9505 ExprResult ThreadID = getDerived().TransformExpr(C->getThreadID()); in TransformOMPFilterClause()