| /llvm-project-15.0.7/openmp/runtime/test/api/ |
| H A D | omp_in_parallel.c | 11 int serial; in test_omp_in_parallel() local 14 serial = 1; in test_omp_in_parallel() 16 serial = omp_in_parallel(); in test_omp_in_parallel() 25 return (!(serial) && isparallel); in test_omp_in_parallel()
|
| /llvm-project-15.0.7/pstl/ |
| H A D | CMakeLists.txt | 22 …PARALLEL_BACKEND "serial" CACHE STRING "Threading backend to use. Valid choices are 'serial', 'omp… 41 if (PSTL_PARALLEL_BACKEND STREQUAL "serial") 42 message(STATUS "Parallel STL uses the serial backend")
|
| H A D | README.md | 22 while for other iterator types the execution will remain serial.
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-exegesis/X86/ |
| H A D | analysis-naive-clusterization.test | 48 info: Repeating a single implicitly serial instruction 65 info: Repeating a single implicitly serial instruction 81 info: Repeating a single explicitly serial instruction 98 info: Repeating a single explicitly serial instruction
|
| H A D | analysis-cluster-stabilization-config.test | 23 info: Repeating a single explicitly serial instruction 40 info: Repeating a single explicitly serial instruction
|
| H A D | analysis-cluster-stabilization.test | 47 info: Repeating a single implicitly serial instruction 63 info: Repeating a single explicitly serial instruction 80 info: Repeating a single explicitly serial instruction
|
| H A D | analysis-naive-clusterization-same-opcode-different-sched-class.test | 30 info: Repeating a single implicitly serial instruction 47 info: Repeating a single implicitly serial instruction
|
| H A D | analysis-naive-cluster-stabilization.test | 43 info: Repeating a single implicitly serial instruction 60 info: Repeating a single implicitly serial instruction
|
| H A D | analysis-noise.test | 21 info: Repeating a single implicitly serial instruction
|
| H A D | analysis-epsilons.test | 44 info: Repeating a single implicitly serial instruction 61 info: Repeating a single explicitly serial instruction
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/compiler-rt/test/ |
| H A D | test.gni | 4 # Specifies the serial number of the Android device to be used for testing.
|
| /llvm-project-15.0.7/lldb/source/Host/windows/ |
| H A D | PipeWindows.cpp | 88 uint32_t serial = g_pipe_serial.fetch_add(1); in CreateNewNamed() local 91 pipe_name_stream << "lldb.pipe." << ::GetCurrentProcessId() << "." << serial; in CreateNewNamed()
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_taskdeps.cpp | 663 bool serial = current_task->td_flags.team_serial || in __kmpc_omp_task_with_deps() local 667 serial = serial && in __kmpc_omp_task_with_deps() 671 if (!serial && (ndeps > 0 || ndeps_noalias > 0)) { in __kmpc_omp_task_with_deps()
|
| /llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenACC/ |
| H A D | ACC.td | 356 def ACC_Serial : Directive<"serial"> { 603 def ACC_SerialLoop : Directive<"serial loop"> {
|
| /llvm-project-15.0.7/ |
| H A D | README.md | 103 * Running a serial build will be **slow**. To improve speed, try running a
|
| /llvm-project-15.0.7/openmp/tools/archer/ |
| H A D | README.md | 125 <td class="org-left">ignore_serial</td>
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | ThinLTO.rst | 29 as the distinction between the fast serial thin link step and the backends
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | llvm-exegesis.rst | 19 generates a code snippet that makes execution as serial (resp. as parallel) as
|
| /llvm-project-15.0.7/lldb/docs/ |
| H A D | lldb-platform-packets.txt | 5 These are almost all lldb extensions to the gdb-remote serial
|
| H A D | python_api_enums.rst | 1222 serial (executing on one thread) or concurrent (executing on
|
| /llvm-project-15.0.7/openmp/runtime/src/i18n/ |
| H A D | en_US.txt | 163 LibraryIsSerial "Library is \"serial\"." 263 SetLibraryIncorrectCall "kmp_set_library must only be called from the top level serial thread;…
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | MergeFunctions.rst | 457 *serial number*). 586 1. It assigns serial numbers to the left and right instructions, using
|
| H A D | GettingStarted.rst | 96 * Running a serial build will be **slow**. To improve speed, try running a
|
| /llvm-project-15.0.7/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 161 // The file is uniquely identified by the volume serial number along
|
| /llvm-project-15.0.7/mlir/docs/Rationale/ |
| H A D | RationaleLinalgDialect.md | 267 Second, reductions and scans are expressed using serial iteration, again
|