| /llvm-project-15.0.7/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 | 57 uint64_t getThreadID();
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/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 | 190 u32 getThreadID() { return 0; } in getThreadID() function
|
| H A D | combined.h | 1214 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 D | segv_handler_posix.cpp | 76 uint64_t ThreadID = gwp_asan::getThreadID(); in printHeader()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 1984 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 D | CGOpenMPRuntimeGPU.cpp | 1582 getThreadID(CGF, Loc), in emitParallelCall() 1625 getThreadID(CGF, Loc)}; in emitBarrierCall() 3236 llvm::Value *ThreadId = getThreadID(CGF, Loc); in emitReduction()
|
| H A D | CGOpenMPRuntime.h | 380 llvm::Value *getThreadID(CodeGenFunction &CGF, SourceLocation Loc);
|
| H A D | CGStmtOpenMP.cpp | 4248 Filter = FilterClause->getThreadID(); in emitMasked() 4261 Filter = FilterClause->getThreadID(); in EmitOMPMaskedDirective()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | StmtProfile.cpp | 592 if (C->getThreadID()) in VisitOMPFilterClause() 593 Profiler->VisitStmt(C->getThreadID()); in VisitOMPFilterClause()
|
| H A D | OpenMPClause.cpp | 2396 Node->getThreadID()->printPretty(OS, nullptr, Policy, 0); in VisitOMPFilterClause()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 8619 Expr *getThreadID() { return cast<Expr>(ThreadID); } in getThreadID() function 8622 Expr *getThreadID() const { return cast<Expr>(ThreadID); } in getThreadID() function
|
| H A D | RecursiveASTVisitor.h | 3828 TRY_TO(TraverseStmt(C->getThreadID()));
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 6387 Record.AddStmt(C->getThreadID()); in VisitOMPFilterClause()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CIndex.cpp | 2417 Visitor->AddStmt(C->getThreadID()); in VisitOMPFilterClause()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | TreeTransform.h | 9739 ExprResult ThreadID = getDerived().TransformExpr(C->getThreadID()); in TransformOMPFilterClause()
|