Home
last modified time | relevance | path

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

123

/openbsd/gnu/llvm/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.
/openbsd/usr.bin/ssh/
H A Dauthfd.c592 int r, constrained = (life || confirm || maxsign || in ssh_add_identity_constrained() local
616 type = constrained ? in ssh_add_identity_constrained()
629 if (constrained && in ssh_add_identity_constrained()
690 int r, constrained = (life || confirm || dest_constraints || certs); in ssh_update_card() local
694 type = constrained ? in ssh_update_card()
706 if (constrained && in ssh_update_card()
/openbsd/gnu/llvm/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.rst23119 operations is done. The correct way to mix constrained and less constrained
23200 constrained intrinsics to function correctly.
23208 '``llvm.experimental.constrained.fadd``' Intrinsic
23395 '``llvm.experimental.constrained.fma``' Intrinsic
23640 '``llvm.experimental.constrained.fcmp``' and '``llvm.experimental.constrained.fcmps``' Intrinsics
23660 The '``llvm.experimental.constrained.fcmp``' and
23869 '``llvm.experimental.constrained.pow``' Intrinsic
23945 '``llvm.experimental.constrained.sin``' Intrinsic
23981 '``llvm.experimental.constrained.cos``' Intrinsic
24017 '``llvm.experimental.constrained.exp``' Intrinsic
[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.rst220 Gives the steps necessary when adding a new constrained math intrinsic
/openbsd/gnu/llvm/libcxx/docs/Status/
H A DCxx17Issues.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","|Compl…
H A DCxx20Issues.csv227 "`3292 <https://wg21.link/LWG3292>`__","``iota_view``\ is under-constrained","Prague","|Complete|"…
238 …ink/LWG3313>`__","``join_view::iterator::operator--``\ is incorrectly constrained","Prague","|Com…
266 "`3351 <https://wg21.link/LWG3351>`__","``ranges::enable_safe_range``\ should not be constrained",…
291 "`3385 <https://wg21.link/LWG3385>`__","``common_iterator``\ is not sufficiently constrained for n…
H A DCxx2bIssues.csv187 "`3724 <https://wg21.link/LWG3724>`__","``decay-copy`` should be constrained","July 2022","|Complet…
222 "`3765 <https://wg21.link/LWG3765>`__","``const_sentinel`` should be constrained", "November 2022",…
232 "`3785 <https://wg21.link/LWG3785>`__","``ranges::to`` is over-constrained on the destination type …
H A DCxx14Issues.csv94 "`2097 <https://wg21.link/lwg2097>`__","packaged_task constructors should be constrained","Chicago"…
/openbsd/gnu/llvm/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.
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/clang/include/clang/Tooling/Syntax/
H A DSyntax.td15 // The type of child in each role is also constrained.
/openbsd/usr.bin/vi/docs/
H A Dfeatures72 Tracking may be constrained such that two files only track vertically
/openbsd/gnu/llvm/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
H A DDebugChecks.rst84 isn't sufficiently constrained on this path. You can use this to test other
/openbsd/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/
H A DC++STYLE210 For nonstandard names appearing in Standard headers, we are constrained
/openbsd/gnu/gcc/libstdc++-v3/docs/html/17_intro/
H A DC++STYLE228 For nonstandard names appearing in Standard headers, we are constrained
/openbsd/gnu/llvm/clang/docs/
H A DReleaseNotes.rst252 which specifies constrained lambdas and constrained template *template-parameter*\s.
287 …Implemented CWG2635 as a Defect Report, which prohibits structured bindings from being constrained.
828 …(useful specially for constrained members). (`#50886 <https://github.com/llvm/llvm-project/issues/…
911 - Fix the bug where Clang emits constrained float intrinsics when specifying
H A DHardwareAssistedAddressSanitizerDesign.rst280 support `Address Tagging`_ and the address space is too constrained to easily
/openbsd/sys/arch/amd64/stand/boot/
H A Dboot.8287 constrained memory situation.

123