Home
last modified time | relevance | path

Searched refs:numthreads (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/utils/
H A Dllvm-compilers-check600 numthreads = options.threads variable
603 + str(numthreads) + " threads using " + str(jobs)
609 for t in range(numthreads):
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DRNBRemote.cpp1627 nub_size_t numthreads = DNBProcessGetNumThreads(pid); in HandlePacket_qThreadInfo() local
1631 for (nub_size_t i = 0; i < numthreads; ++i) { in HandlePacket_qThreadInfo()
2776 const nub_size_t numthreads = DNBProcessGetNumThreads(pid); in SendStopReplyPacketForThread() local
2777 if (numthreads > 0) { in SendStopReplyPacketForThread()
2780 for (nub_size_t i = 0; i < numthreads; ++i) { in SendStopReplyPacketForThread()
2808 if (pc_values.size() == numthreads) { in SendStopReplyPacketForThread()
2810 for (nub_size_t i = 0; i < numthreads; ++i) { in SendStopReplyPacketForThread()
2825 if (numthreads > 1) { in SendStopReplyPacketForThread()
5427 nub_size_t numthreads = DNBProcessGetNumThreads(pid); in GetJSONThreadsInfo() local
5428 for (nub_size_t i = 0; i < numthreads; ++i) { in GetJSONThreadsInfo()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DAttr.td4011 let Spellings = [Microsoft<"numthreads">];
H A DAttrDocs.td6562 The ``numthreads`` attribute applies to HLSL shaders where explcit thread counts
6566 …ailable here: https://docs.microsoft.com/en-us/windows/win32/direct3dhlsl/sm5-attributes-numthreads
H A DDiagnosticSemaKinds.td11758 def err_hlsl_numthreads_argument_oor : Error<"argument '%select{X|Y|Z}0' to numthreads attribute ca…
11760 def err_hlsl_missing_numthreads : Error<"missing numthreads attribute for %0 shader entry">;