Home
last modified time | relevance | path

Searched refs:constrained (Results 1 – 25 of 174) sorted by relevance

1234567

/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dloongarch-opts.cc146 } constrained = { in loongarch_config_target() local
160 t.abi.base = constrained.abi_base ? opt_abi_base : DEFAULT_ABI_BASE; in loongarch_config_target()
162 t.abi.ext = constrained.abi_ext ? opt_abi_ext : DEFAULT_ABI_EXT; in loongarch_config_target()
184 constrained.fpu = 1; in loongarch_config_target()
194 if (constrained.abi_base && (t.abi.base != force_abi.base)) in loongarch_config_target()
217 t.cpu_arch = constrained.arch ? opt_arch : DEFAULT_CPU_ARCH; in loongarch_config_target()
219 t.cpu_tune = constrained.tune ? opt_tune in loongarch_config_target()
220 : (constrained.arch ? DEFAULT_CPU_ARCH : DEFAULT_CPU_TUNE); in loongarch_config_target()
250 t.isa.fpu = constrained.fpu ? opt_fpu : in loongarch_config_target()
251 ((t.cpu_arch == CPU_NATIVE && constrained.arch) ? in loongarch_config_target()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstrainedOps.def9 // Defines properties of constrained intrinsics, in particular corresponding
45 // - 1 if the corresponding constrained intrinsic has rounding mode argument.
46 // - name of the constrained intrinsic to represent this instruction/function.
47 // - DAG node corresponding to the constrained intrinsic without prefix STRICT_.
49 // These are definitions for instructions, that are converted into constrained
70 // constrained intrinsics.
100 // constrained FMA or FMUL + FADD intrinsics.
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dauthfd.c595 int r, constrained = (life || confirm || maxsign || in ssh_add_identity_constrained() local
619 type = constrained ? in ssh_add_identity_constrained()
632 if (constrained && in ssh_add_identity_constrained()
693 int r, constrained = (life || confirm || dest_constraints || certs); in ssh_update_card() local
697 type = constrained ? in ssh_update_card()
709 if (constrained && in ssh_update_card()
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A DRangesIssuePaperStatus.csv38 `LWG-3292 <https://wg21.link/LWG-3292>`__, iota_view is under-constrained,,
42 …-3313 <https://wg21.link/LWG-3313>`__, join_view::iterator::operator-- is incorrectly constrained,,
51 `LWG-3385 <https://wg21.link/LWG-3385>`__, common_iterator is not sufficiently constrained for non-…
H A DCxx1zStatusIssuesStatus.csv10 …9>`__","``shared_ptr``\ 's constructor from ``unique_ptr``\ should be constrained","Urbana","|Com…
40 …ackaged_task(allocator_arg_t, const Allocator&, F&&) should neither be constrained nor explicit","…
82 "`2353 <https://wg21.link/LWG2353>`__","``std::next``\ is over-constrained","Kona","|Complete|",""
122 …und.ts.v2] ``std::experimental::function::operator=(F&&)``\ should be constrained","Jacksonville"…
239 "`2736 <https://wg21.link/LWG2736>`__","nullopt_t insufficiently constrained","Issaquah","|Complete…
269 "`2782 <https://wg21.link/LWG2782>`__","scoped_allocator_adaptor constructors must be constrained",…
302 …k/LWG2874>`__","Constructor ``shared_ptr::shared_ptr(Y*)``\ should be constrained","Kona","|Compl…
303 …","shared_ptr::shared_ptr(Y\*, D, [|hellip|\ ]) constructors should be constrained","Kona","|Compl…
304 …","``shared_ptr::shared_ptr(const weak_ptr<Y>&)``\ constructor should be constrained","Kona","",""
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20201987 * testsuite/25_algorithms/lexicographical_compare/constrained.cc:
7006 constructor into two, one constrained by _S_store_size and another by
7127 * testsuite/20_util/specialized_algorithms/destroy/constrained.cc:
7129 * .../specialized_algorithms/uninitialized_copy/constrained.cc:
7131 * .../specialized_algorithms/uninitialized_move/constrained.cc:
7311 * testsuite/25_algorithms/copy/constrained.cc: Don't assume that the
7313 * testsuite/25_algorithms/copy_backward/constrained.cc: Likewise.
7314 * testsuite/25_algorithms/move/constrained.cc: Likewise.
7315 * testsuite/25_algorithms/move_backward/constrained.cc: Likewise.
7316 * testsuite/25_algorithms/inplace_merge/constrained.cc: Use foo.data()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DAddingConstrainedIntrinsics.rst14 Multiple files need to be updated when adding a new constrained intrinsic.
34 Add new record to the mapping of instructions to constrained intrinsic and
H A DPackaging.rst12 break things for constrained platforms. These settings are not optimal for most
H A DLangRef.rst4369 be constrained to always use the same register as the output they've been tied
18768 If any FP operation in a function is constrained then they all must be
18769 constrained. This is required for correct LLVM IR. Optimizations that
18770 move code around can create miscompiles if mixing of constrained and normal
18771 operations is done. The correct way to mix constrained and less constrained
18773 mark constrained intrinsics as having LLVM's default behavior.
18781 values. Some constrained FP intrinsics omit this argument. If required
18852 constrained intrinsics to function correctly.
18854 All function *calls* done in a function that uses constrained floating
18857 All function *definitions* that use constrained floating point intrinsics
[all …]
H A DMemorySSA.rst104 (or has modified / constrained).
106 anyone that uses ``a`` is accessing memory potentially modified / constrained
108 that this use accesses memory that ``x`` has modified / constrained
H A DUserGuides.rst200 Gives the steps necessary when adding a new constrained math intrinsic
/netbsd-src/external/gpl3/gdb/dist/sim/example-synacor/
H A DREADME12 Implementing it here ends up being quite useful: it acts as a simple constrained
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pru/
H A Dpru.opt26 Use a minimum runtime (no static initializers or ctors) for memory-constrained
/netbsd-src/external/gpl3/gcc/dist/gcc/config/pru/
H A Dpru.opt26 Use a minimum runtime (no static initializers or ctors) for memory-constrained
/netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/
H A D2001-02-13-Reference-Memory.txt18 references: constrained pointers that cannot be manipulated: added and
H A D2001-02-13-Reference-MemoryResponse.txt9 > references: constrained pointers that cannot be manipulated: added and
H A D2001-06-01-GCCOptimizations2.txt8 > optimization is severely time-constrained.
/netbsd-src/external/mit/libcbor/dist/doc/source/
H A Dapi.rst15 …ne defaults. [#]_ For example, client with very specific requirements (constrained environment, cu…
/netbsd-src/external/apache2/llvm/dist/llvm/docs/GlobalISel/
H A DPipeline.rst27 a virtual register may be constrained to a particular type without also
45 constrained enough that it becomes MIR.
H A DGMIR.rst51 constraints starting with a :ref:`gmir-llt` and then further constrained to a
52 :ref:`gmir-regbank`. Eventually they will be constrained to a register class
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/
H A Dmigration.texi30 constrained delegation, and other advanced features.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/msp430/
H A Dmsp430.opt46 Use a minimum runtime (no static initializers or ctors) for memory-constrained devices.
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
H A DSyntax.td15 // The type of child in each role is also constrained.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/msp430/
H A Dmsp430.opt67 Use a minimum runtime (no static initializers or ctors) for memory-constrained devices.
/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/developer-docs/
H A DIPA.rst221 information is constrained enough for a simulated C++/Objective-C object that
259 dispatch, or perfectly constrained devirtualization, the resulting
308 of the receiver (MemoryRegion) is assumed to be perfectly constrained so

1234567