/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | ControlHeightReduction.cpp | 168 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 …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | ControlHeightReduction.cpp | 168 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 …]
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_compiler_util.c | 368 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()
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetCreatorhlp.dat | 7 event type = Selects the type of trigger event. 15 channel = Selects the MIDI channel for the event. 20 track = Selects the MIDI track (not the channel) for the event. 46 midi file = Selects the source MIDI file from which the segment will be created. 47 quantize = Selects the quantization amount for the segment. Use 0 for no quantization. 68 dls file = Selects the source DLS file, if any, for the given segment.
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_KmeansPlusPlusInitialization.pbtxt | 37 summary: "Selects num_to_sample rows of input using the KMeans++ criterion."
|
D | api_def_NearestNeighbors.pbtxt | 37 summary: "Selects the k nearest centers for each point."
|
D | api_def_Select.pbtxt | 28 summary: "Selects elements from `t` or `e`, depending on `condition`."
|
/external/python/cpython2/Doc/library/ |
D | xml.etree.elementtree.rst | 387 | ``tag`` | Selects all child elements with the given tag. | 393 | ``*`` | Selects all child elements. For example, ``*/egg`` | 396 | ``.`` | Selects the current node. This is mostly useful | 400 | ``//`` | Selects all subelements, on all levels beneath the | 404 | ``..`` | Selects the parent element. | 406 | ``[@attrib]`` | Selects all elements that have the given attribute. | 408 | ``[@attrib='value']`` | Selects all elements for which the given attribute | 412 | ``[tag]`` | Selects all elements that have a child named | 415 | ``[tag='text']`` | Selects all elements that have a child named | 419 | ``[position]`` | Selects all elements that are located at the given |
|
D | ssl.rst | 594 Selects the highest protocol version that both the client and server support. 607 Selects SSL version 2 as the channel encryption protocol. 620 Selects SSL version 3 as the channel encryption protocol. 636 Selects TLS version 1.0 as the channel encryption protocol. 645 Selects TLS version 1.1 as the channel encryption protocol. 657 Selects TLS version 1.2 as the channel encryption protocol. This is the
|
/external/iptables/extensions/ |
D | libxt_policy.man | 20 Selects whether to match the exact policy or match if any rule of
|
/external/llvm/test/Analysis/BasicAA/ |
D | phi-and-select.ll | 3 ; BasicAA should detect NoAliases in PHIs and Selects.
|
/external/mesa3d/docs/_extra/specs/ |
D | EXT_shader_integer_mix.spec | 62 genIType mix(genIType x, Selects which vector each returned component comes
|
/external/llvm-project/llvm/test/Analysis/BasicAA/ |
D | phi-and-select.ll | 3 ; BasicAA should detect NoAliases in PHIs and Selects.
|
/external/python/cpython3/Doc/library/ |
D | xml.etree.elementtree.rst | 424 | ``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 | ``[tag]`` | Selects all elements that have a child named | 461 | ``[.='text']`` | Selects all elements whose complete text content, | 466 | ``[tag='text']`` | Selects all elements that have a child named | [all …]
|
D | ssl.rst | 653 Selects the highest protocol version that both the client and server support. 684 Selects SSL version 2 as the channel encryption protocol. 699 Selects SSL version 3 as the channel encryption protocol. 715 Selects TLS version 1.0 as the channel encryption protocol. 724 Selects TLS version 1.1 as the channel encryption protocol. 736 Selects TLS version 1.2 as the channel encryption protocol. This is the
|
/external/pigweed/pw_preprocessor/ |
D | docs.rst | 23 Selects and invokes a macro based on the number of arguments provided. Expands
|
/external/llvm-project/llvm/docs/ |
D | AMDGPUModifierSyntax.rst | 988 Selects which lanes to pull data from, within a group of 8 lanes. This is a mandatory modifier. 1240 Selects which bits in the destination are affected. By default, all bits are affected. 1359 Selects the low [15:0] or high [31:16] operand bits for source and destination operands. 1543 Selects the low [15:0] or high [31:16] operand bits as input to the operation 1576 Selects the low [15:0] or high [31:16] operand bits as input to the operation 1736 Selects the size of source operands: either 32 bits or 16 bits.
|
/external/webrtc/ |
D | webrtc.gni | 88 # Selects fixed-point code where possible. 95 # Selects whether debug dumps for the audio processing module 99 # Selects whether the audio processing module should be excluded.
|
/external/llvm-project/llvm/test/Transforms/PGOProfile/ |
D | chr.ll | 371 ; Selects. 420 ; Selects + Brs 517 ; Selects + Brs with a scope split in the middle 617 ; Selects + Brs, non-matching bases 711 ; Selects + Brs, the branch condition can't be hoisted to be merged with a 768 ; Selects + Brs, the branch condition can't be hoisted to be merged with the 1169 ; Selects + unrelated br only 1703 ; Selects + Brs. Those share the condition value, which causes the 1794 ; Selects. The exit block, which belongs to the top-level region, has a select
|
/external/llvm-project/llvm/test/CodeGen/RISCV/ |
D | select-optimize-multiple.ll | 7 ; Selects of wide values are split into two selects, which can easily cause
|
/external/arm-trusted-firmware/docs/plat/arm/fvp/ |
D | index.rst | 111 - ``FVP_INTERCONNECT_DRIVER``: Selects the interconnect driver to be built. The 127 - ``FVP_USE_GIC_DRIVER`` : Selects the GIC driver to be built. Options:
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 6791 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()
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MicroMipsInstrFPU.td | 433 // Selects
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MicroMipsInstrFPU.td | 433 // Selects
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 7087 static void createPHIsForSelects(SmallVector<MachineInstr*, 8> &Selects, in createPHIsForSelects() argument 7094 MachineInstr *FirstMI = Selects.front(); in createPHIsForSelects() 7108 for (auto MI : Selects) { in createPHIsForSelects() 7151 SmallVector<MachineInstr*, 8> Selects; in emitSelect() local 7153 Selects.push_back(&MI); in emitSelect() 7163 Selects.push_back(&*NextMIIt); in emitSelect() 7172 for (auto SelMI : Selects) in emitSelect() 7187 MachineInstr *LastMI = Selects.back(); in emitSelect() 7219 createPHIsForSelects(Selects, StartMBB, FalseMBB, MBB); in emitSelect() 7220 for (auto SelMI : Selects) in emitSelect()
|