| /freebsd-13.1/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 | 36 uint64_t getThreadID();
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | trusty.cpp | 88 u32 getThreadID() { return 0; } in getThreadID() function
|
| H A D | linux.cpp | 146 u32 getThreadID() { in getThreadID() function
|
| H A D | common.h | 137 u32 getThreadID();
|
| H A D | fuchsia.cpp | 184 u32 getThreadID() { return 0; } in getThreadID() function
|
| H A D | combined.h | 1204 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 D | segv_handler_posix.cpp | 76 uint64_t ThreadID = gwp_asan::getThreadID(); in printHeader()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 2020 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 D | CGOpenMPRuntimeGPU.cpp | 1553 getThreadID(CGF, Loc), in emitParallelCall() 1596 getThreadID(CGF, Loc)}; in emitBarrierCall() 3181 llvm::Value *ThreadId = getThreadID(CGF, Loc); in emitReduction()
|
| H A D | CGOpenMPRuntime.h | 377 llvm::Value *getThreadID(CodeGenFunction &CGF, SourceLocation Loc);
|
| H A D | CGStmtOpenMP.cpp | 4014 Filter = FilterClause->getThreadID(); in emitMasked() 4027 Filter = FilterClause->getThreadID(); in EmitOMPMaskedDirective()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtProfile.cpp | 581 if (C->getThreadID()) in VisitOMPFilterClause() 582 Profiler->VisitStmt(C->getThreadID()); in VisitOMPFilterClause()
|
| H A D | OpenMPClause.cpp | 2294 Node->getThreadID()->printPretty(OS, nullptr, Policy, 0); in VisitOMPFilterClause()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 8384 Expr *getThreadID() { return cast<Expr>(ThreadID); } in getThreadID() function 8387 Expr *getThreadID() const { return cast<Expr>(ThreadID); } in getThreadID() function
|
| H A D | RecursiveASTVisitor.h | 3673 TRY_TO(TraverseStmt(C->getThreadID()));
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 6190 Record.AddStmt(C->getThreadID()); in VisitOMPFilterClause()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 9505 ExprResult ThreadID = getDerived().TransformExpr(C->getThreadID()); in TransformOMPFilterClause()
|