/openbsd-src/gnu/llvm/libcxx/docs/ |
H A D | FeatureTestMacroTable.rst | 15 .. _feature-status: 21 :name: feature-status-table 28 ------------------------------------------------------------------- 30 ------------------------------------------------- ----------------- 32 ------------------------------------------------- ----------------- 34 ------------------------------------------------- ----------------- 36 ------------------------------------------------- ----------------- 38 ------------------------------------------------- ----------------- 40 ------------------------------------------------- ----------------- 42 ------------------------------------------------- ----------------- [all …]
|
/openbsd-src/gnu/llvm/lldb/docs/use/ |
H A D | formatting.rst | 14 * thread #1, queue = 'com.apple.main-thread', stop reason = breakpoint 1.1 22 * thread #1, queue = 'com.apple.main-thread', stop reason = breakpoint 1.1 31 (lldb) settings set thread-stop-format STRING 32 (lldb) settings set frame-format STRING 45 (lldb) settings set thread-format STRING 49 -------------- 62 --------- 66 …---------------------------------------------------+----------------------------------------------… 68 …---------------------------------------------------+----------------------------------------------… 70 …---------------------------------------------------+----------------------------------------------… [all …]
|
H A D | python-reference.rst | 10 Of course, in this context it has full access to the LLDB API - with some 17 -------------- 31 lldb - The lldb module contains the public APIs for Python binding. 78 --------------------------- 87 Python Interactive Interpreter. To exit, type 'quit()', 'exit()' or Ctrl-D. 101 …-------------------+---------------------+-------------------------------------+------------------… 103 …-------------------+---------------------+-------------------------------------+------------------… 108 …-------------------+---------------------+-------------------------------------+------------------… 109 …SBDebugger.GetSelectedTarget` | Contains the currently selected target - for instance the one… 110 … | ``file`` or selected by the ``target select <target-index>`` command. … [all …]
|
/openbsd-src/gnu/llvm/clang/docs/ |
H A D | OpenMPSupport.rst | 4 .none { background-color: #FFCCCC } 5 .part { background-color: #FFFF99 } 6 .good { background-color: #CCFF99 } 33 - New collapse clause scheme to avoid expensive remainder operations. 38 - The default schedules for the `distribute` and `for` constructs in a 46 - Simplified SPMD code generation for `distribute parallel for` when 49 - When using the collapse clause on a loop nest the default behavior 54 `-fopenmp-optimistic-collapse`. 62 -------------------------- 65 non-SPMD modes. Clang chooses one of these two modes automatically based on the [all …]
|
H A D | OpenCLSupport.rst | 4 .none { background-color: #FFCCCC } 5 .part { background-color: #FFFF99 } 6 .good { background-color: #CCFF99 } 33 - For general issues and bugs with OpenCL in clang refer to `the GitHub issue 35 <https://github.com/llvm/llvm-project/issues?q=is%3Aopen+is%3Aissue+label%3Aopencl>`__. 37 - Command-line flag :option:`-cl-ext` (used to override extensions/ 39 implemented fully through libraries (see :ref:`library-based features and 51 --------------- 59 <https://www.khronos.org/registry/OpenCL/specs/opencl-1.2.pdf#167>`_ 62 Note that ``-cl-kernel-arg-info`` enables more information about the original [all …]
|
H A D | OffloadingDesign.rst | 31 ------------------- 45 The compiler performs the following high-level actions to generate OpenMP 71 ----------------------------- 78 <table-tgt_offload_entry_structure>`. 81 :name: table-tgt_offload_entry_structure 83 … +---------+------------+------------------------------------------------------------------------+ 87 … +---------+------------+------------------------------------------------------------------------+ 89 … +---------+------------+------------------------------------------------------------------------+ 91 … +---------+------------+------------------------------------------------------------------------+ 92 … | int32_t | flags | Flags associated with the entry (see :ref:`table-offload_entry_flags`) | [all …]
|
/openbsd-src/gnu/llvm/libcxx/docs/DesignDocs/ |
H A D | ExperimentalFeatures.rst | 19 is guaranteed, and experimental features are deprecated once the non-experimental 43 of it and to the now-standardized feature. 48 possible, deprecation warnings are put on a per-declaration basis 50 the warnings using ``-Wno-deprecated-declarations``. 64 --------------------------------------------------------------------------------------------- 68 …---------+-------------------------------------------------------+--------------------+-----------… 72 …---------+-------------------------------------------------------+--------------------+-----------… 74 …---------+-------------------------------------------------------+--------------------+-----------… 76 …---------+-------------------------------------------------------+--------------------+-----------… 78 …---------+-------------------------------------------------------+--------------------+-----------… [all …]
|
/openbsd-src/sys/arch/luna88k/stand/boot/ |
H A D | font.c | 75 * font.c --- font-image definition 84 0x0000, /* ---------------- */ 85 0x0000, /* ---------------- */ 86 0x0000, /* ---------------- */ 87 0x0000, /* ---------------- */ 88 0x0000, /* ---------------- */ 89 0x0000, /* ---------------- */ 90 0x0000, /* ---------------- */ 91 0x0000, /* ---------------- */ 92 0x0000, /* ---------------- */ [all …]
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/ |
H A D | Scalar.h | 1 //===-- Scalar.h - Scalar Transformations -----------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 27 //===----------------------------------------------------------------------===// 29 // AlignmentFromAssumptions - Use assume intrinsics to set load/store 34 //===----------------------------------------------------------------------===// 36 // SCCP - Sparse conditional constant propagation. 40 //===----------------------------------------------------------------------===// 42 // RedundantDbgInstElimination - This pass removes redundant dbg intrinsics [all …]
|
/openbsd-src/lib/libc/softfloat/ |
H A D | softfloat-specialize.h | 1 /* $OpenBSD: softfloat-specialize.h,v 1.2 2015/09/13 14:23:43 miod Exp $ */ 2 /* $NetBSD: softfloat-specialize,v 1.3 2002/05/12 13:12:45 bjh21 Exp $ */ 9 This C source fragment is part of the SoftFloat IEC/IEEE Floating-point 15 National Science Foundation under grant MIP-9311980. The original version 16 of this code was written as part of a project to build a fixed-point vector 39 ------------------------------------------------------------------------------- 40 Underflow tininess-detection mode, statically initialized to default value. 42 ------------------------------------------------------------------------------- 50 ------------------------------------------------------------------------------- 51 Raises the exceptions specified by `flags'. Floating-point traps can be [all …]
|
H A D | softfloat.h | 9 This C header file is part of the SoftFloat IEC/IEEE Floating-point 15 National Science Foundation under grant MIP-9311980. The original version 16 of this code was written as part of a project to build a fixed-point vector 37 ------------------------------------------------------------------------------- 38 The macro `FLOATX80' must be defined to enable the extended double-precision 39 floating-point format `floatx80'. If this macro is not defined, the 42 the `FLOAT128' macro and the quadruple-precision format `float128'. 43 ------------------------------------------------------------------------------- 51 ------------------------------------------------------------------------------- 52 Software IEC/IEEE floating-point types. [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVSystemOperands.td | 1 //===- RISCVSystemOperands.td ------------------------------*- tablegen -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // RISC-V system instruction. 12 //===----------------------------------------------------------------------===// 16 //===----------------------------------------------------------------------===// 18 //===----------------------------------------------------------------------===// 30 // Privilege Access: Read and Write = 0, 1, 2; Read-Only = 3. 32 // bits<2> ReadWrite = op{11 - 10}; 33 // bits<2> XMode = op{9 - 8}; [all …]
|
/openbsd-src/regress/usr.bin/mandoc/tbl/layout/ |
H A D | lines.out_ascii | 1 TBL-LAYOUT-LINES(1) General Commands Manual TBL-LAYOUT-LINES(1) 4 ttbbll--llaayyoouutt--lliinneess - table cells containing lines 8 ---- 12 11 11 ------ 13 14 11 ----------- 13 17 11 ----- 21 ---- 22 31 ---+ 32 36 +---- 32 40 21 ------ 23 [all …]
|
/openbsd-src/sys/lib/libkern/ |
H A D | softfloat-specialize.h | 1 /* $OpenBSD: softfloat-specialize.h,v 1.3 2008/06/26 05:42:20 ray Exp $ */ 2 /* $NetBSD: softfloat-specialize.h,v 1.1 2001/04/26 03:10:47 ross Exp $ */ 6 /*- 38 This C source fragment is part of the SoftFloat IEC/IEEE Floating-point 44 National Science Foundation under grant MIP-9311980. The original version 45 of this code was written as part of a project to build a fixed-point vector 70 ------------------------------------------------------------------------------- 71 Underflow tininess-detection mode, statically initialized to default value. 72 ------------------------------------------------------------------------------- 79 ------------------------------------------------------------------------------- [all …]
|
H A D | softfloat.h | 6 /*- 38 This C header file is part of the SoftFloat IEC/IEEE Floating-point 44 National Science Foundation under grant MIP-9311980. The original version 45 of this code was written as part of a project to build a fixed-point vector 75 ------------------------------------------------------------------------------- 76 The macro `FLOATX80' must be defined to enable the extended double-precision 77 floating-point format `floatx80'. If this macro is not defined, the 80 the `FLOAT128' macro and the quadruple-precision format `float128'. 81 ------------------------------------------------------------------------------- 87 ------------------------------------------------------------------------------- [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/ |
H A D | MSP430.td | 1 //===-- MSP430.td - Describe the MSP430 Target Machine -----*- tablegen -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 12 // Target-independent interfaces 13 //===----------------------------------------------------------------------===// 17 //===----------------------------------------------------------------------===// 19 //===----------------------------------------------------------------------===// 22 "Enable MSP430-X extensions">; [all …]
|
/openbsd-src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/ |
H A D | vega10_powertune.c | 34 …--------------------------------------------------------------------------------------------------… 36 …--------------------------------------------------------------------------------------------------… 58 …--------------------------------------------------------------------------------------------------… 60 …--------------------------------------------------------------------------------------------------… 122 …--------------------------------------------------------------------------------------------------… 124 …--------------------------------------------------------------------------------------------------… 150 …--------------------------------------------------------------------------------------------------… 152 …--------------------------------------------------------------------------------------------------… 172 …--------------------------------------------------------------------------------------------------… 174 …--------------------------------------------------------------------------------------------------… [all …]
|
/openbsd-src/sys/dev/pci/drm/i915/gt/uc/abi/ |
H A D | guc_messages_abi.h | 1 /* SPDX-License-Identifier: MIT */ 3 * Copyright © 2014-2021 Intel Corporation 15 * +---+-------+--------------------------------------------------------------+ 19 * | 0 | 31 | **ORIGIN** - originator of the message | 20 * | | | - _`GUC_HXG_ORIGIN_HOST` = 0 | 21 * | | | - _`GUC_HXG_ORIGIN_GUC` = 1 | 23 * | +-------+--------------------------------------------------------------+ 24 * | | 30:28 | **TYPE** - message type | 25 * | | | - _`GUC_HXG_TYPE_REQUEST` = 0 | 26 * | | | - _`GUC_HXG_TYPE_EVENT` = 1 | [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZ.td | 1 //===-- SystemZ.td - Describe the SystemZ target machine -----*- tblgen -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 //===----------------------------------------------------------------------===// 10 // Target-independent interfaces which we are implementing 11 //===----------------------------------------------------------------------===// 15 //===----------------------------------------------------------------------===// 17 //===----------------------------------------------------------------------===// 21 //===----------------------------------------------------------------------===// 23 //===----------------------------------------------------------------------===// [all …]
|
/openbsd-src/gnu/llvm/llvm/docs/ |
H A D | XRayFDRFormat.rst | 5 :Version: 1 as of 2017-07-20 40 +-------------------+-----------------+----------------------------------------+ 46 +-------------------+-----------------+----------------------------------------+ 50 +-------------------+-----------------+----------------------------------------+ 53 +-------------------+-----------------+----------------------------------------+ 57 +-------------------+-----------------+----------------------------------------+ 60 +-------------------+-----------------+----------------------------------------+ 62 +-------------------+-----------------+----------------------------------------+ 66 +-------------------+----------------+-----------------------------------------+ 73 | | | 0 == non-constant. 1 == constant. | [all …]
|
/openbsd-src/gnu/llvm/lldb/docs/status/ |
H A D | status.rst | 5 ------- 11 ----- 18 ----- 21 can be used for C, C++, Objective-C and Swift development for x86_64, 32 ------ 37 ------- 45 --------------- 46 +-----------------------+--------------------+-------------------------+-------------------+-------… 50 +-----------------------+--------------------+-------------------------+-------------------+-------… 52 +-----------------------+--------------------+-------------------------+-------------------+-------… [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/ |
H A D | AVR.td | 1 //===-- AVR.td - Describe the AVR Target Machine ----------*- tablegen -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===---------------------------------------------------------------------===// 9 //===---------------------------------------------------------------------===// 11 //===---------------------------------------------------------------------===// 12 // Target-independent interfaces which we are implementing 13 //===---------------------------------------------------------------------===// 17 //===---------------------------------------------------------------------===// 19 //===---------------------------------------------------------------------===// 23 //===---------------------------------------------------------------------===// [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/ |
H A D | M68k.td | 1 //===-- M68k.td - Motorola 680x0 target definitions --------*- tablegen -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 13 //===----------------------------------------------------------------------===// 17 //===----------------------------------------------------------------------===// 19 //===----------------------------------------------------------------------===// 22 : SubtargetFeature<"isa-68000", "SubtargetKind", "M00", 26 : SubtargetFeature<"isa-68010", "SubtargetKind", "M10", 31 : SubtargetFeature<"isa-68020", "SubtargetKind", "M20", 36 : SubtargetFeature<"isa-68030", "SubtargetKind", "M30", [all …]
|
/openbsd-src/lib/libc/arch/sh/softfloat/ |
H A D | sh-gcc.h | 1 /* $OpenBSD: sh-gcc.h,v 1.1 2006/11/07 14:07:13 drahn Exp $ */ 4 ------------------------------------------------------------------------------- 6 ------------------------------------------------------------------------------- 11 ------------------------------------------------------------------------------- 12 The macro `BITS64' can be defined to indicate that 64-bit integer types are 14 ------------------------------------------------------------------------------- 19 ------------------------------------------------------------------------------- 26 ------------------------------------------------------------------------------- 41 ------------------------------------------------------------------------------- 46 ------------------------------------------------------------------------------- [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Xtensa/ |
H A D | Xtensa.td | 1 //===- Xtensa.td - Describe the Xtensa Target Machine ------*- tablegen -*-===// 7 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 9 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 12 // Target-independent interfaces 13 //===----------------------------------------------------------------------===// 17 //===----------------------------------------------------------------------===// 19 //===----------------------------------------------------------------------===// 22 def HasDensity : Predicate<"Subtarget->hasDensity()">, 24 //===----------------------------------------------------------------------===// [all …]
|