Searched refs:constrained (Results 1 – 25 of 67) sorted by relevance
123
| /openbsd/src/gnu/llvm/llvm/include/llvm/IR/ |
| D | ConstrainedOps.def | 9 // 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.
|
| D | VPIntrinsics.def | 104 // \p INTRINID The constrained fp intrinsic this VP intrinsic corresponds to.
|
| /openbsd/src/usr.bin/ssh/ |
| D | authfd.c | 592 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/src/gnu/llvm/llvm/docs/ |
| D | AddingConstrainedIntrinsics.rst | 14 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
|
| D | Packaging.rst | 12 break things for constrained platforms. These settings are not optimal for most
|
| D | LangRef.rst | 4697 be constrained to always use the same register as the output they've been tied 23116 If any FP operation in a function is constrained then they all must be 23117 constrained. This is required for correct LLVM IR. Optimizations that 23118 move code around can create miscompiles if mixing of constrained and normal 23119 operations is done. The correct way to mix constrained and less constrained 23121 mark constrained intrinsics as having LLVM's default behavior. 23129 values. Some constrained FP intrinsics omit this argument. If required 23200 constrained intrinsics to function correctly. 23202 All function *calls* done in a function that uses constrained floating 23205 All function *definitions* that use constrained floating point intrinsics [all …]
|
| D | MemorySSA.rst | 104 (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
|
| D | UserGuides.rst | 220 Gives the steps necessary when adding a new constrained math intrinsic
|
| /openbsd/src/gnu/llvm/llvm/docs/HistoricalNotes/ |
| D | 2001-02-13-Reference-Memory.txt | 18 references: constrained pointers that cannot be manipulated: added and
|
| D | 2001-02-13-Reference-MemoryResponse.txt | 9 > references: constrained pointers that cannot be manipulated: added and
|
| D | 2001-06-01-GCCOptimizations2.txt | 8 > optimization is severely time-constrained.
|
| /openbsd/src/gnu/llvm/llvm/docs/GlobalISel/ |
| D | Pipeline.rst | 27 a virtual register may be constrained to a particular type without also 45 constrained enough that it becomes MIR.
|
| D | GMIR.rst | 51 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/src/gnu/llvm/clang/include/clang/Tooling/Syntax/ |
| D | Syntax.td | 15 // The type of child in each role is also constrained.
|
| /openbsd/src/usr.bin/vi/docs/ |
| D | features | 72 Tracking may be constrained such that two files only track vertically
|
| /openbsd/src/gnu/llvm/clang/docs/analyzer/developer-docs/ |
| D | IPA.rst | 221 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
|
| D | DebugChecks.rst | 84 isn't sufficiently constrained on this path. You can use this to test other
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/ |
| D | C++STYLE | 210 For nonstandard names appearing in Standard headers, we are constrained
|
| /openbsd/src/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
| D | C++STYLE | 228 For nonstandard names appearing in Standard headers, we are constrained
|
| /openbsd/src/gnu/llvm/clang/docs/ |
| D | ReleaseNotes.rst | 252 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
|
| D | HardwareAssistedAddressSanitizerDesign.rst | 280 support `Address Tagging`_ and the address space is too constrained to easily
|
| /openbsd/src/sys/arch/amd64/stand/boot/ |
| D | boot.8 | 287 constrained memory situation.
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | functional | 486 // [range.cmp], concept-constrained comparisons
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | README.os390 | 289 If you _are_ building a 31-bit Perl, the constrained environment may mean you
|
| /openbsd/src/gnu/llvm/libcxx/docs/DesignDocs/ |
| D | FileTimeType.rst | 461 overload resolution (Each operator needs three SFINAE constrained versions of
|
123