/llvm-project/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/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/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/compiler-rt/lib/gwp_asan/tests/ |
H A D | enable_disable.cpp | 63 pthread_t ThreadId; in TEST_F() local
|
/llvm-project/compiler-rt/lib/safestack/ |
H A D | safestack_platform.h | 71 using ThreadId = uint64_t; global() variable
|
/llvm-project/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() 560 RootVector RootValues, uint32_t ThreadId, bool ReportThread) { in printAll() 581 bool ReportThread, uint32_t ThreadId, in printSingleStack()
|
/llvm-project/offload/DeviceRTL/src/ |
H A D | Reduction.cpp | 184 uint32_t ThreadId = mapping::getThreadIdInBlock(); __kmpc_nvptx_teams_reduce_nowait_v2() local
|
/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Minidump.h | 225 support::ulittle32_t ThreadId; global() member 249 support::ulittle32_t ThreadId; global() member
|
/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_profile_collector.cpp | 56 u64 ThreadId; member
|
/llvm-project/compiler-rt/lib/scudo/standalone/tests/ |
H A D | wrappers_c_test.cpp | 638 pthread_t ThreadId; in TEST_F() local
|
/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 3570 Value *ThreadId = getOrCreateThreadID(Ident); createReductions() local 3699 Value *ThreadId = getOrCreateThreadID(Ident); createMaster() local 3723 Value *ThreadId = getOrCreateThreadID(Ident); createMasked() local 5448 Value *ThreadId = getOrCreateThreadID(Ident); createCopyPrivate() local 5480 Value *ThreadId = getOrCreateThreadID(Ident); createSingle() local 5536 Value *ThreadId = getOrCreateThreadID(Ident); createCritical() local 5593 Value *ThreadId = getOrCreateThreadID(Ident); createOrderedDepend() local 5620 Value *ThreadId = getOrCreateThreadID(Ident); createOrderedThreadsSimd() local 5807 Value *ThreadId = getOrCreateThreadID(Ident); createOMPAlloc() local 5824 Value *ThreadId = getOrCreateThreadID(Ident); createOMPFree() local 5840 Value *ThreadId = getOrCreateThreadID(Ident); createOMPInteropInit() local 5868 Value *ThreadId = getOrCreateThreadID(Ident); createOMPInteropDestroy() local 5896 Value *ThreadId = getOrCreateThreadID(Ident); createOMPInteropUse() local 5923 Value *ThreadId = getOrCreateThreadID(Ident); createCachedThreadPrivate() local [all...] |
/llvm-project/llvm/lib/LTO/ |
H A D | LTOBackend.cpp | 449 __anon3666d5180702(const SmallString<0> &BC, unsigned ThreadId) splitCodeGen() argument
|
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVInstructionSelector.cpp | 2398 const uint32_t ThreadId = Val.getZExtValue(); selectSpvThreadId() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 2567 emitForStaticInitCall(CodeGenFunction & CGF,llvm::Value * UpdateLocation,llvm::Value * ThreadId,llvm::FunctionCallee ForStaticInitFunction,OpenMPSchedType Schedule,OpenMPScheduleClauseModifier M1,OpenMPScheduleClauseModifier M2,const CGOpenMPRuntime::StaticRTInput & Values) emitForStaticInitCall() argument 2628 llvm::Value *ThreadId = getThreadID(CGF, Loc); emitForStaticInit() local 2645 llvm::Value *ThreadId = getThreadID(CGF, Loc); emitDistributeStaticInit() local 5037 llvm::Value *ThreadId = getThreadID(CGF, Loc); emitReduction() local 5847 llvm::Value *ThreadId = getThreadID(CGF, Allocator->getExprLoc()); emitUsesAllocatorsInit() local 5880 llvm::Value *ThreadId = getThreadID(CGF, Allocator->getExprLoc()); emitUsesAllocatorsFini() local [all...] |