| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | ControlHeightReduction.cpp | 169 SmallVector<SelectInst *, 8> Selects; member 475 if (RI.Selects.size() > 0) in print() 476 OS << " S" << RI.Selects.size(); in print() 716 for (SelectInst *SI : RI.Selects) { in getBranchInsertPoint() 729 for (SelectInst *SI : RI.Selects) { in getBranchInsertPoint() 816 SmallVector<SelectInst *, 8> Selects; in findScope() local 827 Selects.push_back(SI); in findScope() 832 if (Selects.size() > 0) { in findScope() 834 for (auto *SI : Selects) in findScope() 839 RI.Selects.push_back(SI); in findScope() [all …]
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/ |
| H A D | Kconfig | 50 Selects the maximum debug level to compile support for. 70 Selects the default debug level
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rl78/ |
| H A D | rl78.opt | 31 Selects the type of hardware multiplication and division to use (none/g13/g14). 58 Selects the type of RL78 core being targeted (g10/g13/g14). The default is the G14. If set, also …
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rl78/ |
| H A D | rl78.opt | 31 Selects the type of hardware multiplication and division to use (none/g13/g14). 58 Selects the type of RL78 core being targeted (g10/g13/g14). The default is the G14. If set, also …
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprof/ |
| H A D | README | 102 main.c Selects everything in file "main.c"---the 110 main Selects all functions named "main". Notice 122 main.c:main Selects function "main" in file "main.c". 124 main.c:134 Selects line 134 in file "main.c". 344 Selects the format of the profile data files.
|
| H A D | gprof.texi | 767 Selects the format of the profile data files. Recognized formats are 862 Selects everything in file @file{main.c}---the 871 Selects all functions named @samp{main}. 891 Selects function @samp{main} in file @file{main.c}. 894 Selects line 134 in file @file{main.c}.
|
| H A D | gprof.info | 581 Selects the format of the profile data files. Recognized formats 666 Selects everything in file 'main.c'--the dot in the string tells 673 Selects all functions named 'main'. 693 Selects function 'main' in file 'main.c'. 696 Selects line 134 in file 'main.c'.
|
| /netbsd-src/external/gpl3/binutils/dist/gprof/ |
| H A D | README | 102 main.c Selects everything in file "main.c"---the 110 main Selects all functions named "main". Notice 122 main.c:main Selects function "main" in file "main.c". 124 main.c:134 Selects line 134 in file "main.c". 344 Selects the format of the profile data files.
|
| H A D | gprof.texi | 770 Selects the format of the profile data files. Recognized formats are 865 Selects everything in file @file{main.c}---the 874 Selects all functions named @samp{main}. 894 Selects function @samp{main} in file @file{main.c}. 897 Selects line 134 in file @file{main.c}.
|
| H A D | gprof.info | 584 Selects the format of the profile data files. Recognized formats 669 Selects everything in file ‘main.c’—the dot in the string tells 676 Selects all functions named ‘main’. 696 Selects function ‘main’ in file ‘main.c’. 699 Selects line 134 in file ‘main.c’.
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/doc/ |
| H A D | coffcode.texi | 263 /* Selects between the elements of the union below. */ 266 /* Selects between the elements of the x_sym.x_tagndx union. If set, 270 /* Selects between the elements of the x_sym.x_fcnary.x_fcn.x_endndx 274 /* Selects between the elements of the x_csect.x_scnlen union. If set,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | AMDGPUModifierSyntax.rst | 988 Selects which lanes to pull data from, within a group of 8 lanes. This is a mandatory modifier. 1311 Selects which bits in the destination are affected. By default, all bits are affected. 1430 Selects the low [15:0] or high [31:16] operand bits for source and destination operands. 1614 Selects the low [15:0] or high [31:16] operand bits as input to the operation 1647 Selects the low [15:0] or high [31:16] operand bits as input to the operation 1807 Selects the size of source operands: either 32 bits or 16 bits.
|
| /netbsd-src/sys/arch/ia64/stand/common/ |
| H A D | help.common | 175 Selects gdb-remote mode for the kernel debugger by default. 224 Selects the default device. Syntax for devices is odd.
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/fuc/ |
| H A D | com.fuc | 274 // Selects strand set?!
|
| /netbsd-src/external/bsd/less/dist/ |
| H A D | less.man | 1554 Selects an ISO 8859 character set. This is the same as ASCII, 1562 dos Selects a character set appropriate for MS-DOS. 1564 ebcdic Selects an EBCDIC character set. 1567 Selects an EBCDIC character set used by OS/390 Unix Services. 1572 koi8-r Selects a Russian character set. 1574 next Selects a character set appropriate for NeXT computers. 1576 utf-8 Selects the UTF-8 encoding of the ISO 10646 character set. 1582 Selects a character set appropriate for Microsoft Windows (cp 1963 Selects a predefined character set.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 7109 static void createPHIsForSelects(SmallVector<MachineInstr*, 8> &Selects, in createPHIsForSelects() argument 7116 MachineInstr *FirstMI = Selects.front(); in createPHIsForSelects() 7130 for (auto MI : Selects) { in createPHIsForSelects() 7173 SmallVector<MachineInstr*, 8> Selects; in emitSelect() local 7175 Selects.push_back(&MI); in emitSelect() 7185 Selects.push_back(&*NextMIIt); in emitSelect() 7194 for (auto SelMI : Selects) in emitSelect() 7209 MachineInstr *LastMI = Selects.back(); in emitSelect() 7241 createPHIsForSelects(Selects, StartMBB, FalseMBB, MBB); in emitSelect() 7242 for (auto SelMI : Selects) in emitSelect()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MicroMipsInstrFPU.td | 433 // Selects
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/ |
| H A D | openssl-genpkey.pod.in | 335 Selects a default type based on the B<algorithm>. This is used by the
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | cp-tree.def | 430 /* Selects the Ith parameter out of an argument pack. This node will
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | ChangeLog-2008 | 545 (display_debug_lines): New function: Selects either a raw dump or
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | cp-tree.def | 412 /* Selects the Ith parameter out of an argument pack. This node will
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | ChangeLog-2008 | 545 (display_debug_lines): New function: Selects either a raw dump or
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/doc/ |
| H A D | c-riscv.texi | 64 Selects the ABI, which is either "ilp32" or "lp64", optionally followed
|
| /netbsd-src/external/gpl3/gdb/dist/sim/ppc/ |
| H A D | RUN | 75 Selects the processor to use when
|
| /netbsd-src/external/gpl3/gdb.old/dist/sim/ppc/ |
| H A D | RUN | 75 Selects the processor to use when
|