Home
last modified time | relevance | path

Searched refs:Selects (Results 1 – 25 of 27) sorted by relevance

12

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DControlHeightReduction.cpp138 SmallVector<SelectInst *, 8> Selects; member
452 if (RI.Selects.size() > 0) in print()
453 OS << " S" << RI.Selects.size(); in print()
685 for (SelectInst *SI : RI.Selects) { in getBranchInsertPoint()
698 for (SelectInst *SI : RI.Selects) { in getBranchInsertPoint()
802 SmallVector<SelectInst *, 8> Selects; in findScope() local
813 Selects.push_back(SI); in findScope()
818 if (Selects.size() > 0) { in findScope()
820 for (auto *SI : Selects) in findScope()
825 RI.Selects.push_back(SI); in findScope()
[all …]
/openbsd/src/gnu/usr.bin/binutils/gprof/
DREADME102 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.
Dgprof.texi731 Selects the format of the profile data files. Recognized formats are
826 Selects everything in file @file{main.c}---the
835 Selects all functions named @samp{main}.
855 Selects function @samp{main} in file @file{main.c}.
858 Selects line 134 in file @file{main.c}.
/openbsd/src/gnu/usr.bin/binutils-2.17/gprof/
DREADME102 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.
Dgprof.texi743 Selects the format of the profile data files. Recognized formats are
838 Selects everything in file @file{main.c}---the
847 Selects all functions named @samp{main}.
867 Selects function @samp{main} in file @file{main.c}.
870 Selects line 134 in file @file{main.c}.
/openbsd/src/gnu/usr.bin/texinfo/doc/
Duserdoc.texi316 Selects the `Next' node.
321 Selects the `Prev' node.
326 Selects the `Up' node.
340 Selects the most recently selected node in this window.
350 Selects the node @samp{Top} in the current info file.
355 Selects the directory node (i.e., the node @samp{(dir)}).
365 Selects the first node which appears in this file. This node is most
371 Selects the last node which appears in this file.
442 Selects a node which has been previously visited in a visible window.
625 Selects the menu item or note reference appearing on this line.
[all …]
Dinfo-stnd.texi763 Selects the first node which appears in this file. This node is most
/openbsd/src/gnu/llvm/llvm/docs/
DAMDGPUModifierSyntax.rst1146 Selects which lanes to pull data from, within a group of 8 lanes. This is a mandatory modifier.
1453 Selects which bits in the destination are affected. By default, all bits are affected.
1569 Selects the low [15:0] or high [31:16] operand bits for source and destination operands.
1770 Selects the low [15:0] or high [31:16] operand bits as input to the operation,
1803 Selects the low [15:0] or high [31:16] operand bits as input to the operation,
1961 Selects the size of source operands: either 32 bits or 16 bits.
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DSelectOptimize.cpp322 const SmallPtrSet<const Instruction *, 2> &Selects) { in getTrueOrFalseValue() argument
324 for (SelectInst *DefSI = SI; DefSI != nullptr && Selects.count(DefSI); in getTrueOrFalseValue()
DCodeGenPrepare.cpp6758 const SmallPtrSet<const Instruction *, 2> &Selects) { in getTrueOrFalseValue() argument
6761 for (SelectInst *DefSI = SI; DefSI != nullptr && Selects.count(DefSI); in getTrueOrFalseValue()
/openbsd/src/gnu/usr.bin/perl/cpan/Encode/bin/
Dpiconv283 Selects which scheme is to be used for conversion. Available schemes
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMicroMipsInstrFPU.td449 // Selects
/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp7538 static void createPHIsForSelects(SmallVector<MachineInstr*, 8> &Selects, in createPHIsForSelects() argument
7545 MachineInstr *FirstMI = Selects.front(); in createPHIsForSelects()
7559 for (auto *MI : Selects) { in createPHIsForSelects()
7601 SmallVector<MachineInstr*, 8> Selects; in emitSelect() local
7603 Selects.push_back(&MI); in emitSelect()
7612 Selects.push_back(&NextMI); in emitSelect()
7620 for (auto *SelMI : Selects) in emitSelect()
7634 MachineInstr *LastMI = Selects.back(); in emitSelect()
7666 createPHIsForSelects(Selects, StartMBB, FalseMBB, MBB); in emitSelect()
7667 for (auto *SelMI : Selects) in emitSelect()
DSystemZScheduleZ13.td1217 // Vector: Selects and permutes
DSystemZScheduleZ16.td1279 // Vector: Selects and permutes
DSystemZInstrVector.td335 // Selects and permutes
DSystemZScheduleZ15.td1273 // Vector: Selects and permutes
DSystemZScheduleZ14.td1237 // Vector: Selects and permutes
/openbsd/src/usr.sbin/amd/doc/
Damdref.texinfo1560 Selects the period, in seconds, for which a name is cached by @i{Amd}.
1616 Selects the form of logging to be made. Two special @dfn{log-options}
1736 Selects the interval in seconds between unmount attempts after the
1823 Selects an alternate NIS domain. This is useful for debugging and
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86InstrArithmetic.td594 /// OpSize - Selects whether the instruction needs a 0x66 prefix based on
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCInstrVSX.td2624 // Selects.
/openbsd/src/gnu/llvm/clang/include/clang/Driver/
DOptions.td3419 DocBrief<[{Selects the long double implementation}]>;
/openbsd/src/gnu/usr.bin/gcc/gcc/doc/
Dinvoke.texi8517 Selects the IEEE rounding mode. Other Alpha compilers call this option
/openbsd/src/gnu/gcc/gcc/doc/
Dinvoke.texi8472 Selects the IEEE rounding mode. Other Alpha compilers call this option
/openbsd/src/gnu/usr.bin/binutils/gdb/doc/
Dgdb.texinfo12912 Selects the data to be recorded, when qualifier is met and HW trace was

12