| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/Inputs/pass-by-value/ |
| H A D | header.h | 3 ThreadId(const ThreadId &) {} in ThreadId() function 4 ThreadId(ThreadId &&) {} in ThreadId() function
|
| /llvm-project-15.0.7/compiler-rt/lib/xray/tests/unit/ |
| H A D | profile_collector_test.cpp | 63 u64 ThreadId = 0; in ValidateBlock() local 77 u64 ThreadId = 0; in ParseBlockHeader() local 151 u64 ThreadId; in TEST() local
|
| /llvm-project-15.0.7/lldb/unittests/tools/lldb-server/tests/ |
| H A D | MessageObjects.h | 109 StopReplyStop(uint8_t Signal, lldb::tid_t ThreadId, llvm::StringRef Name, in StopReplyStop() 138 lldb::tid_t ThreadId; variable
|
| /llvm-project-15.0.7/compiler-rt/lib/gwp_asan/tests/ |
| H A D | enable_disable.cpp | 63 pthread_t ThreadId; in TEST_F() local
|
| /llvm-project-15.0.7/compiler-rt/lib/safestack/ |
| H A D | safestack_platform.h | 66 using ThreadId = uint64_t; variable
|
| /llvm-project-15.0.7/llvm/tools/llvm-xray/ |
| H A D | xray-stacks.cpp | 332 StackTrieNode *createTrieNode(uint32_t ThreadId, int32_t FuncId, in createTrieNode() 342 StackTrieNode *findRootNode(uint32_t ThreadId, int32_t FuncId) { in findRootNode() 564 RootVector RootValues, uint32_t ThreadId, bool ReportThread) { in printAll() 585 bool ReportThread, uint32_t ThreadId, in printSingleStack()
|
| /llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/ |
| H A D | Reduction.cpp | 193 uint32_t ThreadId = mapping::getThreadIdInBlock(); in __kmpc_nvptx_teams_reduce_nowait_v2() local
|
| /llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 1690 Value *ThreadId = getOrCreateThreadID(Ident); in createReductions() local 1806 Value *ThreadId = getOrCreateThreadID(Ident); in createMaster() local 1830 Value *ThreadId = getOrCreateThreadID(Ident); in createMasked() local 3200 Value *ThreadId = getOrCreateThreadID(Ident); in createCopyPrivate() local 3228 Value *ThreadId = getOrCreateThreadID(Ident); in createSingle() local 3265 Value *ThreadId = getOrCreateThreadID(Ident); in createCritical() local 3321 Value *ThreadId = getOrCreateThreadID(Ident); in createOrderedDepend() local 3535 Value *ThreadId = getOrCreateThreadID(Ident); in createOMPAlloc() local 3552 Value *ThreadId = getOrCreateThreadID(Ident); in createOMPFree() local 3568 Value *ThreadId = getOrCreateThreadID(Ident); in createOMPInteropInit() local [all …]
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/ |
| H A D | wrappers_c_test.cpp | 448 pthread_t ThreadId; in TEST() local
|
| /llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ |
| H A D | Minidump.h | 220 support::ulittle32_t ThreadId; member 244 support::ulittle32_t ThreadId; member
|
| /llvm-project-15.0.7/compiler-rt/lib/xray/ |
| H A D | xray_profile_collector.cpp | 56 u64 ThreadId; member
|
| /llvm-project-15.0.7/llvm/lib/LTO/ |
| H A D | LTOBackend.cpp | 441 [&](const SmallString<0> &BC, unsigned ThreadId) { in splitCodeGen()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 2733 CodeGenFunction &CGF, llvm::Value *UpdateLocation, llvm::Value *ThreadId, in emitForStaticInitCall() 2794 llvm::Value *ThreadId = getThreadID(CGF, Loc); in emitForStaticInit() local 2810 llvm::Value *ThreadId = getThreadID(CGF, Loc); in emitDistributeStaticInit() local 5542 llvm::Value *ThreadId = getThreadID(CGF, Loc); in emitReduction() local 6356 llvm::Value *ThreadId = getThreadID(CGF, Allocator->getExprLoc()); in emitUsesAllocatorsInit() local 6390 llvm::Value *ThreadId = getThreadID(CGF, Allocator->getExprLoc()); in emitUsesAllocatorsFini() local
|
| H A D | CGOpenMPRuntimeGPU.cpp | 3236 llvm::Value *ThreadId = getThreadID(CGF, Loc); in emitReduction() local
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | OpenMPOpt.cpp | 2127 ExternalizationRAII ThreadId(OMPInfoCache, in runAttributor() local
|