/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/ |
H A D | glue_execution_defs.h | 20 using __pstl::execution::is_execution_policy; 26 using __pstl::execution::is_execution_policy_v; 30 namespace execution 33 using __pstl::execution::parallel_policy; 34 using __pstl::execution::parallel_unsequenced_policy; 35 using __pstl::execution::sequenced_policy; 38 using __pstl::execution::par; 39 using __pstl::execution::par_unseq; 40 using __pstl::execution::seq; 45 using __pstl::execution::unseq; [all …]
|
H A D | execution_defs.h | 17 namespace execution 122 struct is_execution_policy<__pstl::execution::sequenced_policy> : std::true_type 126 struct is_execution_policy<__pstl::execution::parallel_policy> : std::true_type 130 struct is_execution_policy<__pstl::execution::parallel_unsequenced_policy> : std::true_type 134 struct is_execution_policy<__pstl::execution::unsequenced_policy> : std::true_type 140 constexpr bool is_execution_policy_v = __pstl::execution::is_execution_policy<_Tp>::value; 151 …typename std::enable_if<__pstl::execution::is_execution_policy<std::__remove_cvref_t<_ExecPolicy>>… 155 …typename std::enable_if<__pstl::execution::is_execution_policy<typename std::decay<_ExecPolicy>::t…
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/ |
H A D | glue_execution_defs.h | 20 using __pstl::execution::is_execution_policy; 26 using __pstl::execution::is_execution_policy_v; 30 namespace execution 33 using __pstl::execution::parallel_policy; 34 using __pstl::execution::parallel_unsequenced_policy; 35 using __pstl::execution::sequenced_policy; 38 using __pstl::execution::par; 39 using __pstl::execution::par_unseq; 40 using __pstl::execution::seq; 45 using __pstl::execution::unseq; [all …]
|
H A D | execution_defs.h | 17 namespace execution 122 struct is_execution_policy<__pstl::execution::sequenced_policy> : std::true_type 126 struct is_execution_policy<__pstl::execution::parallel_policy> : std::true_type 130 struct is_execution_policy<__pstl::execution::parallel_unsequenced_policy> : std::true_type 134 struct is_execution_policy<__pstl::execution::unsequenced_policy> : std::true_type 140 constexpr bool is_execution_policy_v = __pstl::execution::is_execution_policy<_Tp>::value; 151 …typename std::enable_if<__pstl::execution::is_execution_policy<std::__remove_cvref_t<_ExecPolicy>>… 155 …typename std::enable_if<__pstl::execution::is_execution_policy<typename std::decay<_ExecPolicy>::t…
|
/netbsd-src/external/gpl3/gcc.old/dist/contrib/testsuite-management/ |
H A D | x86_64-unknown-linux-gnu.xfail | 4 XPASS: gcc.dg/guality/example.c -O0 execution test 5 XPASS: gcc.dg/guality/example.c -O2 execution test 6 XPASS: gcc.dg/guality/example.c -O2 -flto -fno-use-linker-plugin -flto-partition=none execution te… 7 XPASS: gcc.dg/guality/guality.c -O0 execution test 8 XPASS: gcc.dg/guality/guality.c -O1 execution test 9 XPASS: gcc.dg/guality/guality.c -O2 execution test 10 XPASS: gcc.dg/guality/guality.c -O3 -fomit-frame-pointer execution test 11 XPASS: gcc.dg/guality/guality.c -O3 -g execution test 12 XPASS: gcc.dg/guality/guality.c -Os execution test 13 XPASS: gcc.dg/guality/guality.c -O2 -flto -fno-use-linker-plugin -flto-partition=none execution te… [all …]
|
/netbsd-src/external/gpl3/gcc/dist/contrib/testsuite-management/ |
H A D | x86_64-unknown-linux-gnu.xfail | 4 XPASS: gcc.dg/guality/example.c -O0 execution test 5 XPASS: gcc.dg/guality/example.c -O2 execution test 6 XPASS: gcc.dg/guality/example.c -O2 -flto -fno-use-linker-plugin -flto-partition=none execution te… 7 XPASS: gcc.dg/guality/guality.c -O0 execution test 8 XPASS: gcc.dg/guality/guality.c -O1 execution test 9 XPASS: gcc.dg/guality/guality.c -O2 execution test 10 XPASS: gcc.dg/guality/guality.c -O3 -fomit-frame-pointer execution test 11 XPASS: gcc.dg/guality/guality.c -O3 -g execution test 12 XPASS: gcc.dg/guality/guality.c -Os execution test 13 XPASS: gcc.dg/guality/guality.c -O2 -flto -fno-use-linker-plugin -flto-partition=none execution te… [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/executionengine/ |
H A D | llvm_executionengine.mli | 11 This interface provides an OCaml API for LLVM execution engine (JIT/ 22 (** An execution engine is either a JIT compiler or an interpreter, capable of 42 level [optlevel]. Raises [Error msg] if an error occurrs. The execution 50 (** [dispose ee] releases the memory used by the execution engine and must be 54 (** [add_module m ee] adds the module [m] to the execution engine [ee]. *) 57 (** [remove_module m ee] removes the module [m] from the execution engine 62 the execution engine [ee]. *) 66 the execution engine [ee]. *) 69 (** [data_layout ee] is the data layout of the execution engine [ee]. *) 72 (** [add_global_mapping gv ptr ee] tells the execution engine [ee] that
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/visium/ |
H A D | gr6.md | 30 ;; execution unit of the PROCESS stage and the DISPATCH stage is responsible 32 ;; execution units have multiple reservation stations, thus making it possible 38 ;; instructions are ready for execution in the PROCESS stage while not stalling 40 ;; execution unit whose reservation stations are full. Therefore, we do not 42 ;; is only one of them for each execution unit) but only the execution unit, 45 ;; CPU execution units:
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/visium/ |
H A D | gr6.md | 30 ;; execution unit of the PROCESS stage and the DISPATCH stage is responsible 32 ;; execution units have multiple reservation stations, thus making it possible 38 ;; instructions are ready for execution in the PROCESS stage while not stalling 40 ;; execution unit whose reservation stations are full. Therefore, we do not 42 ;; is only one of them for each execution unit) but only the execution unit, 45 ;; CPU execution units:
|
/netbsd-src/external/gpl3/binutils.old/dist/gprof/ |
H A D | README | 15 new file format supports basic-block execution counts and non-realtime 19 and execution-counts can all be displayed at a level that identifies 27 o Generalized histograms: not just execution-time, but arbitrary 227 Request output in the form of execution counts. 229 selected by "symspec" in the execution count 231 times, the execution count listing includes 235 Suppress output in the execution count listing. 272 This option affects annotated source and execution 276 by five hash-marks (#####). In an execution count 304 an execution count summary consisting of a table [all …]
|
/netbsd-src/external/gpl3/binutils/dist/gprof/ |
H A D | README | 15 new file format supports basic-block execution counts and non-realtime 19 and execution-counts can all be displayed at a level that identifies 27 o Generalized histograms: not just execution-time, but arbitrary 227 Request output in the form of execution counts. 229 selected by "symspec" in the execution count 231 times, the execution count listing includes 235 Suppress output in the execution count listing. 272 This option affects annotated source and execution 276 by five hash-marks (#####). In an execution count 304 an execution count summary consisting of a table [all …]
|
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Notes/ |
H A D | ALLexclusive_notes.txt | 13 This is the time of function execution, from when the function begins to 21 To do this, the DTrace script needs to keep trace of child function execution 22 time, so that it can be subtracted from the parent execution time.
|
/netbsd-src/external/cddl/dtracetoolkit/dist/Notes/ |
H A D | ALLexclusive_notes.txt | 13 This is the time of function execution, from when the function begins to 21 To do this, the DTrace script needs to keep trace of child function execution 22 time, so that it can be subtracted from the parent execution time.
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | BuiltinsSystemZ.def | 21 TARGET_BUILTIN(__builtin_tbegin, "iv*", "j", "transactional-execution") 22 TARGET_BUILTIN(__builtin_tbegin_nofloat, "iv*", "j", "transactional-execution") 23 TARGET_BUILTIN(__builtin_tbeginc, "v", "nj", "transactional-execution") 24 TARGET_BUILTIN(__builtin_tabort, "vi", "r", "transactional-execution") 25 TARGET_BUILTIN(__builtin_tend, "i", "n", "transactional-execution") 26 TARGET_BUILTIN(__builtin_tx_nesting_depth, "i", "nc", "transactional-execution") 27 TARGET_BUILTIN(__builtin_tx_assist, "vi", "n", "transactional-execution") 28 TARGET_BUILTIN(__builtin_non_tx_store, "vULi*ULi", "", "transactional-execution")
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | AMDGPUUsage.rst | 429 execution, or a reduction in performance. 469 cumode - ``-m[no-]cumode`` Control the wavefront execution mode used 471 native WGP wavefront execution mode is used, 472 when enabled CU wavefront execution mode is used 639 Queue Ptr SGPR (see :ref:`amdgpu-amdhsa-initial-kernel-execution-state`). For 656 during the execution of the kernel. This allows scalar read instructions to 661 of volatile data before each kernel dispatch execution to allow constant 704 :ref:`amdgpu-amdhsa-initial-kernel-execution-state`). 855 … execution unit. Generated by the ``amdgpu_waves_per_eu`` 1517 entry's symbol will reside during execution. [all …]
|
H A D | CoverageMappingFormat.rst | 37 the specific source ranges in a file and the execution counts obtained 49 object file and is used to associate the execution counts (the values of the 59 frontend is allowed to group the statements with the same execution count into 85 by the code coverage tool to compute the execution counts for lines, 104 inside a function as non-code lines that don't have execution counts. 119 as the code coverage tool can determine the execution count for this region 120 by looking up the execution count of the first region with a corresponding 182 instrumentation counter. The execution count for a region with such counter 188 The execution count for a region with an expression counter is determined by 191 In the example below, a subtraction expression is used to compute the execution [all …]
|
/netbsd-src/external/gpl3/gdb/dist/sim/erc32/ |
H A D | README.sis | 61 Continue execution at present position, optionally for [inst_count] 80 execution. No other initialisation will be done. If inst_count is given, 81 execution will stop after the specified number of instructions. 108 The 'perf' command will display various execution statistics. A 'perf reset' 126 Resets the simulator and starts execution from address 0. If an instruction 153 The parallel execution between the IU and FPU is modelled, as well as 258 The 'event' functions will schedule the execution of the function 'cfunc' 267 The sim_stop function is called each time the simulator stops execution.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | geode.md | 31 ;; CPU execution units of the Geode: 37 ;; The fp unit is out of order execution unit with register renaming. 38 ;; There is also memory management unit and execution pipeline for
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/ |
H A D | Kconfig.profile | 68 alternate execution of each batch to ensure forward progress of 71 concurrent execution in order for them to proceed, e.g. they 73 is scheduled for execution for the timeslice duration, before
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | geode.md | 31 ;; CPU execution units of the Geode: 37 ;; The fp unit is out of order execution unit with register renaming. 38 ;; There is also memory management unit and execution pipeline for
|
/netbsd-src/external/bsd/kyua-atf-compat/dist/ |
H A D | lib.subr | 44 # Path to the temporary directory for this execution. 113 # Creates a temporary directory for this execution. 115 # The temporary directory is unique to this script and execution. A cleanup
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-m4/ |
H A D | csharpexec.m4 | 8 # Checks for a C# execution engine. 15 AC_MSG_CHECKING([for C[#] program execution engine])
|
/netbsd-src/external/gpl3/autoconf/dist/lib/autoconf/ |
H A D | erlang.m4 | 195 AC_MSG_FAILURE([test Erlang program execution failed]) 232 AC_MSG_FAILURE([test Erlang program execution failed])]) 256 AC_MSG_FAILURE([test Erlang program execution failed])]) 316 AC_MSG_FAILURE([test Erlang program execution failed])])
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZFeatures.td | 113 "execution-hint", "ExecutionHint", (all_of FeatureExecutionHint), 114 "Assume that the execution-hint facility is installed" 133 "transactional-execution", "TransactionalExecution", (all_of FeatureTransactionalExecution), 134 "Assume that the transactional-execution facility is installed"
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | BN_CTX_new.pod | 34 A given B<BN_CTX> must only be used by a single thread of execution. No 36 multiple threads of execution.
|