Home
last modified time | relevance | path

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

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DControlHeightReduction.cpp168 SmallVector<SelectInst *, 8> Selects; member
479 if (RI.Selects.size() > 0) in print()
480 OS << " S" << RI.Selects.size(); in print()
722 for (SelectInst *SI : RI.Selects) { in getBranchInsertPoint()
735 for (SelectInst *SI : RI.Selects) { in getBranchInsertPoint()
822 SmallVector<SelectInst *, 8> Selects; in findScope() local
833 Selects.push_back(SI); in findScope()
838 if (Selects.size() > 0) { in findScope()
840 for (auto *SI : Selects) in findScope()
845 RI.Selects.push_back(SI); in findScope()
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/I3D/
DWGL_I3D_genlock.txt157 Selects the multiview sync signal as the genlock source.
160 Selects the external genlock vertical sync component.
163 Selects the external genlock field component.
166 Selects the external genlock as a TTL-level signal.
169 Selects the digital genlock vertical sync component.
172 Selects the digital genlock field component.
188 Selects the falling edge of the source.
191 Selects the rising edge of the source.
194 Selects both edges of the source.
/third_party/openGLES/extensions/I3D/
DWGL_I3D_genlock.txt157 Selects the multiview sync signal as the genlock source.
160 Selects the external genlock vertical sync component.
163 Selects the external genlock field component.
166 Selects the external genlock as a TTL-level signal.
169 Selects the digital genlock vertical sync component.
172 Selects the digital genlock field component.
188 Selects the falling edge of the source.
191 Selects the rising edge of the source.
194 Selects both edges of the source.
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler_util.c368 struct src_select Selects[5]; member
382 select = &data->Selects[data->SelectCount++]; in can_use_presub_data_add_select()
484 unsigned int src_type = d.Selects[i].SrcType; in rc_inst_can_use_presub()
486 if (d.Selects[i].File == d.Selects[j].File in rc_inst_can_use_presub()
487 && d.Selects[i].Index == d.Selects[j].Index) { in rc_inst_can_use_presub()
488 src_type &= ~d.Selects[j].SrcType; in rc_inst_can_use_presub()
/third_party/boost/tools/build/src/tools/features/
Dexception-feature.jam28 Selects whether there is support for asynchronous EH (e.g. catching SEGVs).
41 Selects whether all `extern "C"` functions are considered `nothrow` by default.
Dcxxabi-feature.jam11 Selects a specific variant of C++ ABI if the compiler supports several.
Dtoolset-feature.jam13 Selects the toolset that will be used to build binary targets. The full list of
Dthreadapi-feature.jam16 Selects threading implementation. The default is `win32` if `<target-os>` is
/third_party/node/deps/npm/docs/content/cli-commands/
Dnpm-edit.md19 Selects a (sub)dependency in the current
/third_party/iptables/extensions/
Dlibxt_policy.man20 Selects whether to match the exact policy or match if any rule of
/third_party/python/Doc/library/
Dxml.etree.elementtree.rst424 | ``tag`` | Selects all child elements with the given tag. |
436 | ``*`` | Selects all child elements, including comments and |
440 | ``.`` | Selects the current node. This is mostly useful |
444 | ``//`` | Selects all subelements, on all levels beneath the |
448 | ``..`` | Selects the parent element. Returns ``None`` if the |
452 | ``[@attrib]`` | Selects all elements that have the given attribute. |
454 | ``[@attrib='value']`` | Selects all elements for which the given attribute |
458 | ``[@attrib!='value']``| Selects all elements for which the given attribute |
464 | ``[tag]`` | Selects all elements that have a child named |
467 | ``[.='text']`` | Selects all elements whose complete text content, |
[all …]
Dssl.rst677 Selects the highest protocol version that both the client and server support.
714 Selects SSL version 2 as the channel encryption protocol.
729 Selects SSL version 3 as the channel encryption protocol.
748 Selects TLS version 1.0 as the channel encryption protocol.
756 Selects TLS version 1.1 as the channel encryption protocol.
767 Selects TLS version 1.2 as the channel encryption protocol.
/third_party/mesa3d/docs/_extra/specs/
DEXT_shader_integer_mix.spec62 genIType mix(genIType x, Selects which vector each returned component comes
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_shader_integer_mix.txt63 genIType mix(genIType x, Selects which vector each returned component comes
/third_party/openGLES/extensions/EXT/
DEXT_shader_integer_mix.txt63 genIType mix(genIType x, Selects which vector each returned component comes
/third_party/boost/tools/build/src/tools/
Dpkg-config.jam38 Selects one of the initialized `pkg-config` configurations. This feature is
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp6791 static void createPHIsForSelects(SmallVector<MachineInstr*, 8> &Selects, in createPHIsForSelects() argument
6798 MachineInstr *FirstMI = Selects.front(); in createPHIsForSelects()
6812 for (auto MI : Selects) { in createPHIsForSelects()
6855 SmallVector<MachineInstr*, 8> Selects; in emitSelect() local
6857 Selects.push_back(&MI); in emitSelect()
6867 Selects.push_back(&*NextMIIt); in emitSelect()
6876 for (auto SelMI : Selects) in emitSelect()
6891 MachineInstr *LastMI = Selects.back(); in emitSelect()
6923 createPHIsForSelects(Selects, StartMBB, FalseMBB, MBB); in emitSelect()
6924 for (auto SelMI : Selects) in emitSelect()
/third_party/flutter/flutter/dev/devicelab/lib/framework/
Dadb.dart37 /// Selects a device to work with, load-balancing between devices if more than
/third_party/ffmpeg/doc/
Ddecoders.texi304 Selects the dvb substream, or all substreams if -1 which is default.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMicroMipsInstrFPU.td433 // Selects
/third_party/boost/tools/build/src/build/
Dproperty.jam434 # Selects properties corresponding to any of the given features.
/third_party/openGLES/extensions/ARB/
DARB_ES3_1_compatibility.txt394 genIType mix(genIType x, Selects which vector each returned component comes
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_ES3_1_compatibility.txt384 genIType mix(genIType x, Selects which vector each returned component comes
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
DAMD_gpu_shader_int16.txt440 …| genI16Type mix(genI16Type x, | Selects which vector each returned component c…
/third_party/openGLES/extensions/AMD/
DAMD_gpu_shader_int16.txt440 …| genI16Type mix(genI16Type x, | Selects which vector each returned component c…

123