| /llvm-project-15.0.7/compiler-rt/lib/gwp_asan/tests/ |
| H A D | thread_contention.cpp | 45 void runThreadContentionTest(unsigned NumThreads, unsigned NumIterations, in runThreadContentionTest() 65 unsigned NumThreads = 4; in TEST_F() local
|
| H A D | mutex_test.cpp | 66 static void runSynchronisedTest(unsigned NumThreads, unsigned CounterMax) { in runSynchronisedTest()
|
| /llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/ |
| H A D | Parallelism.cpp | 52 uint32_t NumThreads = mapping::getBlockSize(); in determineNumberOfThreads() local 103 uint32_t NumThreads = determineNumberOfThreads(num_threads); in __kmpc_parallel_51() local
|
| H A D | Reduction.cpp | 77 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 D | Synchronization.cpp | 114 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 D | Options.h | 35 int NumThreads = 0; member
|
| H A D | llvm-dwarfutil.cpp | 102 if (opt::Arg *NumThreads = Args.getLastArg(OPT_threads)) in validateAndSetOptions() local
|
| /llvm-project-15.0.7/llvm/examples/SpeculativeJIT/ |
| H A D | SpeculativeJIT.cpp | 34 static cl::opt<unsigned> NumThreads("num-threads", cl::Optional, variable
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/support/ |
| H A D | ThreadingTests.cpp | 68 const unsigned NumThreads = 5; in TEST_F() local
|
| /llvm-project-15.0.7/llvm/tools/llvm-cov/ |
| H A D | CoverageViewOptions.h | 51 unsigned NumThreads; member
|
| H A D | CodeCoverage.cpp | 742 cl::opt<unsigned> NumThreads( in run() local
|
| /llvm-project-15.0.7/llvm/tools/dsymutil/ |
| H A D | dsymutil.cpp | 112 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 D | llvm-gsymutil.cpp | 103 NumThreads("num-threads", variable
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/ |
| H A D | DwarfTransformer.cpp | 428 Error DwarfTransformer::convert(uint32_t NumThreads) { in convert()
|
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | LoopGeneratorsKMP.cpp | 339 Value *NumThreads) { in createCallPushNumThreads()
|
| /llvm-project-15.0.7/third-party/benchmark/test/ |
| H A D | output_test_helper.cc | 309 int Results::NumThreads() const { in NumThreads() function in Results
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachThreadList.cpp | 221 nub_size_t MachThreadList::NumThreads() const { in NumThreads() function in MachThreadList
|
| /llvm-project-15.0.7/clang/tools/clang-scan-deps/ |
| H A D | ClangScanDeps.cpp | 179 NumThreads("j", llvm::cl::Optional, variable
|
| /llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFLinker.h | 276 void setNumThreads(unsigned NumThreads) { Options.Threads = NumThreads; } in setNumThreads()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 2043 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 D | CGOpenMPRuntimeGPU.cpp | 1230 llvm::Value *NumThreads, in emitNumThreadsClause() 1525 llvm::Value *NumThreads) { in emitParallelCall()
|
| /llvm-project-15.0.7/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 378 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 D | rtl.cpp | 167 int NumThreads = 0; member
|
| /llvm-project-15.0.7/clang/lib/Driver/ToolChains/ |
| H A D | Darwin.cpp | 673 unsigned NumThreads = in ConstructJob() local
|
| /llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 796 Value *DeviceID, Value *NumTeams, Value *NumThreads, Value *HostPtr, in emitTargetKernel() 868 FinalizeCallbackTy FiniCB, Value *IfCondition, Value *NumThreads, in createParallel()
|