/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SchedA510.td | 1323 // Scatter non temporal store, vector + scalar 32-bit element size 1326 // Scatter non temporal store, vector + scalar 64-bit element size 1329 // Scatter store vector + imm 32-bit element size 1333 // Scatter store vector + imm 64-bit element size 1337 // Scatter store, 32-bit scaled offset 1341 // Scatter store, 32-bit unpacked unscaled offset 1345 // Scatter store, 32-bit unpacked scaled offset 1349 // Scatter store, 32-bit unscaled offset 1353 // Scatter store, 64-bit scaled offset 1357 // Scatter store, 64-bit unscaled offset
|
H A D | AArch64SchedNeoverseN2.td | 2239 // Scatter non temporal store, vector + scalar 32-bit element size 2242 // Scatter non temporal store, vector + scalar 64-bit element size 2245 // Scatter store vector + imm 32-bit element size 2249 // Scatter store vector + imm 64-bit element size 2253 // Scatter store, 32-bit scaled offset 2257 // Scatter store, 32-bit unpacked unscaled offset 2261 // Scatter store, 32-bit unpacked scaled offset 2265 // Scatter store, 32-bit unscaled offset 2269 // Scatter store, 64-bit scaled offset 2273 // Scatter store, 64-bit unscaled offset
|
H A D | AArch64SchedNeoverseV1.td | 1833 // Scatter store vector + imm 32-bit element size 1834 // Scatter store, 32-bit scaled offset 1835 // Scatter store, 32-bit unscaled offset 1842 // Scatter store, 32-bit unpacked unscaled offset 1843 // Scatter store, 32-bit unpacked scaled offset 1849 // Scatter store vector + imm 64-bit element size 1850 // Scatter store, 64-bit scaled offset 1851 // Scatter store, 64-bit unscaled offset
|
H A D | AArch64SchedNeoverseV2.td | 2754 // Scatter non temporal store, vector + scalar 32-bit element size 2757 // Scatter non temporal store, vector + scalar 64-bit element size 2760 // Scatter store vector + imm 32-bit element size 2764 // Scatter store vector + imm 64-bit element size 2768 // Scatter store, 32-bit scaled offset 2772 // Scatter store, 32-bit unpacked unscaled offset 2776 // Scatter store, 32-bit unpacked scaled offset 2780 // Scatter store, 32-bit unscaled offset 2784 // Scatter store, 64-bit scaled offset 2788 // Scatter store, 64-bit unscaled offset
|
H A D | AArch64SVEInstrInfo.td | 115 // Scatter stores - node definitions 137 // Scatter vector base + scalar offset
|
/freebsd/sys/dev/cxgbe/firmware/ |
H A D | t4fw_cfg.txt | 157 # Scatter Gather Engine (SGE) hardware which checks writes to VF KDOORBELL
|
H A D | t6fw_cfg_hashfilter.txt | 186 # Scatter Gather Engine (SGE) hardware which checks writes to VF KDOORBELL
|
H A D | t5fw_cfg.txt | 202 # Scatter Gather Engine (SGE) hardware which checks writes to VF KDOORBELL
|
H A D | t5fw_cfg_hashfilter.txt | 205 # Scatter Gather Engine (SGE) hardware which checks writes to VF KDOORBELL
|
H A D | t6fw_cfg.txt | 204 # Scatter Gather Engine (SGE) hardware which checks writes to VF KDOORBELL
|
H A D | t5fw_cfg_fpga.txt | 89 # The following Scatter Gather Engine (SGE) settings assume a 4KB Host 392 # Scatter Gather Engine (SGE) hardware which checks writes to VF KDOORBELL
|
H A D | t6fw_cfg_fpga.txt | 68 # The following Scatter Gather Engine (SGE) settings assume a 4KB Host 412 # Scatter Gather Engine (SGE) hardware which checks writes to VF KDOORBELL
|
H A D | t4fw_cfg_uwire.txt | 82 # The following Scatter Gather Engine (SGE) settings assume a 4KB Host 444 # Scatter Gather Engine (SGE) hardware which checks writes to VF KDOORBELL
|
H A D | t5fw_cfg_uwire.txt | 68 # The following Scatter Gather Engine (SGE) settings assume a 4KB Host 489 # Scatter Gather Engine (SGE) hardware which checks writes to VF KDOORBELL
|
H A D | t6fw_cfg_uwire.txt | 68 # The following Scatter Gather Engine (SGE) settings assume a 4KB Host 507 # Scatter Gather Engine (SGE) hardware which checks writes to VF KDOORBELL
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMScheduleM55.td | 331 // Scatter stores
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEInstrVec.td | 338 // Section 8.9.16 - VSC (Vector Scatter) 341 // Section 8.9.17 - VSCU (Vector Scatter Upper) 344 // Section 8.9.18 - VSCL (Vector Scatter Lower)
|
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx.reg | 537 * Scatter/Gather Host Address 557 * Scatter/Gather Host Count
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.ok | 320 Scatter Storage . . . . . . . . . . . . 481--482 1201 Scatter Tables . . . . . . . . . . . . . 1045--1047 1275 Richard P. Brent Reducing the Retrieval Time of Scatter 3161 Gordon Lyon Packed Scatter Tables . . . . . . . . . 857--865
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicsAArch64.td | 2299 // Scatter stores: scalar base + vector offsets 2330 // Scatter stores: vector base + scalar offset
|
H A D | IntrinsicsX86.td | 3811 // Gather and Scatter ops
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | arm_sve.td | 489 // Scatter store quadwords (scalar base + vector index) 492 // Scatter store quadwords (vector base + scalar index)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrVector.td | 243 // Scatter element.
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 4924 SDValue Scatter = DAG.getMaskedScatter(DAG.getVTList(MVT::Other), VT, sdl, in visitMaskedScatter() local 4926 DAG.setRoot(Scatter); in visitMaskedScatter() 4927 setValue(&I, Scatter); in visitMaskedScatter()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 54658 auto *Scatter = cast<MaskedScatterSDNode>(GorS); in rebuildGatherScatter() local 54659 SDValue Ops[] = { Scatter->getChain(), Scatter->getValue(), in rebuildGatherScatter() 54660 Scatter->getMask(), Base, Index, Scale }; in rebuildGatherScatter() 54661 return DAG.getMaskedScatter(Scatter->getVTList(), in rebuildGatherScatter() 54662 Scatter->getMemoryVT(), DL, in rebuildGatherScatter() 54663 Ops, Scatter->getMemOperand(), in rebuildGatherScatter() 54664 Scatter->getIndexType(), in rebuildGatherScatter() 54665 Scatter->isTruncatingStore()); in rebuildGatherScatter()
|