Home
last modified time | relevance | path

Searched defs:NumThreads (Results 1 – 25 of 31) sorted by relevance

12

/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/tests/
H A Dthread_contention.cpp45 void runThreadContentionTest(unsigned NumThreads, unsigned NumIterations, in runThreadContentionTest()
65 unsigned NumThreads = 4; in TEST_F() local
H A Dmutex_test.cpp66 static void runSynchronisedTest(unsigned NumThreads, unsigned CounterMax) { in runSynchronisedTest()
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DParallelism.cpp52 uint32_t NumThreads = mapping::getBlockSize(); in determineNumberOfThreads() local
103 uint32_t NumThreads = determineNumberOfThreads(num_threads); in __kmpc_parallel_51() local
H A DReduction.cpp77 uint32_t NumThreads = omp_get_num_threads(); in nvptx_parallel_reduce_nowait() local
203 uint32_t NumThreads = omp_get_num_threads(); in __kmpc_nvptx_teams_reduce_nowait_v2() local
H A DSynchronization.cpp114 uint32_t NumThreads = omp_get_num_threads(); in namedBarrier() local
236 uint32_t NumThreads = omp_get_num_threads(); in namedBarrier() local
/llvm-project-15.0.7/llvm/tools/llvm-dwarfutil/
H A DOptions.h35 int NumThreads = 0; member
H A Dllvm-dwarfutil.cpp102 if (opt::Arg *NumThreads = Args.getLastArg(OPT_threads)) in validateAndSetOptions() local
/llvm-project-15.0.7/llvm/examples/SpeculativeJIT/
H A DSpeculativeJIT.cpp34 static cl::opt<unsigned> NumThreads("num-threads", cl::Optional, variable
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/support/
H A DThreadingTests.cpp68 const unsigned NumThreads = 5; in TEST_F() local
/llvm-project-15.0.7/llvm/tools/llvm-cov/
H A DCoverageViewOptions.h51 unsigned NumThreads; member
H A DCodeCoverage.cpp742 cl::opt<unsigned> NumThreads( in run() local
/llvm-project-15.0.7/llvm/tools/dsymutil/
H A Ddsymutil.cpp112 unsigned NumThreads; member
353 if (opt::Arg *NumThreads = Args.getLastArg(OPT_threads)) in getOptions() local
/llvm-project-15.0.7/llvm/tools/llvm-gsymutil/
H A Dllvm-gsymutil.cpp103 NumThreads("num-threads", variable
/llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp428 Error DwarfTransformer::convert(uint32_t NumThreads) { in convert()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DLoopGeneratorsKMP.cpp339 Value *NumThreads) { in createCallPushNumThreads()
/llvm-project-15.0.7/third-party/benchmark/test/
H A Doutput_test_helper.cc309 int Results::NumThreads() const { in NumThreads() function in Results
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.cpp221 nub_size_t MachThreadList::NumThreads() const { in NumThreads() function in MachThreadList
/llvm-project-15.0.7/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp179 NumThreads("j", llvm::cl::Optional, variable
/llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h276 void setNumThreads(unsigned NumThreads) { Options.Threads = NumThreads; } in setNumThreads()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp2043 llvm::Value *NumThreads) { in emitParallelCall()
2886 llvm::Value *NumThreads, in emitNumThreadsClause()
6731 llvm::Value *NumThreads = nullptr; in getNumThreads() local
6846 Expr *NumThreads = nullptr; in getNumThreadsExprForTargetDirective() local
6953 if (llvm::Value *NumThreads = getNumThreads(CGF, CS, ThreadLimitVal)) in emitNumThreadsForTargetDirective() local
6992 if (llvm::Value *NumThreads = getNumThreads(CGF, CS, ThreadLimitVal)) in emitNumThreadsForTargetDirective() local
7010 if (llvm::Value *NumThreads = getNumThreads(CGF, CS, ThreadLimitVal)) in emitNumThreadsForTargetDirective() local
7073 llvm::Value *NumThreads = CGF.EmitScalarExpr( in emitNumThreadsForTargetDirective() local
10295 llvm::Value *NumThreads = emitNumThreadsForTargetDirective(CGF, D); in emitTargetCall() local
12790 llvm::Value *NumThreads) { in emitParallelCall()
[all …]
H A DCGOpenMPRuntimeGPU.cpp1230 llvm::Value *NumThreads, in emitNumThreadsClause()
1525 llvm::Value *NumThreads) { in emitParallelCall()
/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp378 unsigned NumThreads, FailureMode FailMode, in mergeInstrProfile()
956 cl::opt<unsigned> NumThreads( in merge_main() local
/llvm-project-15.0.7/openmp/libomptarget/plugins/cuda/src/
H A Drtl.cpp167 int NumThreads = 0; member
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DDarwin.cpp673 unsigned NumThreads = in ConstructJob() local
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp796 Value *DeviceID, Value *NumTeams, Value *NumThreads, Value *HostPtr, in emitTargetKernel()
868 FinalizeCallbackTy FiniCB, Value *IfCondition, Value *NumThreads, in createParallel()

12