Searched refs:threadIds (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stoptheworld_win.cpp | 30 InternalMmapVector<DWORD> threadIds; member 33 threadIds.reserve(1024); in SuspendedThreadsListWindows() 70 CHECK_LT(index, threadIds.size()); in GetThreadID() 71 return threadIds[index]; in GetThreadID() 75 return threadIds.size(); in ThreadCount() 110 for (const auto thread_id : suspended_threads_list.threadIds) { in RunThread() 133 suspended_threads_list.threadIds.push_back(thread_entry.th32ThreadID); in RunThread()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/GPU/IR/ |
| H A D | InferIntRangeInterfaceImpls.cpp | 93 KernelDim3 threadIds = getThreadIds(); in inferResultRanges() local 94 setRange(argRanges[3], blockDims.x, threadIds.x); in inferResultRanges() 95 setRange(argRanges[4], blockDims.y, threadIds.y); in inferResultRanges() 96 setRange(argRanges[5], blockDims.z, threadIds.z); in inferResultRanges()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/GPU/Transforms/ |
| H A D | MemoryPromotion.cpp | 61 SmallVector<Value, 3> threadIds, blockDims; in insertCopyLoops() local 63 threadIds.push_back(b.create<gpu::ThreadIdOp>(indexType, dim)); in insertCopyLoops() 84 mapLoopToProcessorIds(loop, {threadIds[en.index()]}, in insertCopyLoops()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/ |
| H A D | Tiling.cpp | 258 ValueRange threadIds = foreachThreadOp.getThreadIndices(); in tileToForeachThreadOpImpl() local 279 Value threadId = threadIds[threadIdIdx]; in tileToForeachThreadOpImpl()
|