Searched refs:abds (Results 1 – 12 of 12) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | vdev_raidz.c | 4579 abd_t **abds = kmem_alloc(raidvd->vdev_children * sizeof (abd_t *), in raidz_reflow_scratch_sync() local 4582 abds[i] = abd_alloc_linear(read_size, B_FALSE); in raidz_reflow_scratch_sync() 4608 VDEV_BOOT_OFFSET - VDEV_LABEL_START_SIZE, abds[i], in raidz_reflow_scratch_sync() 4628 0, abds[i], read_size, ZIO_TYPE_READ, in raidz_reflow_scratch_sync() 4637 abd_free(abds[i]); in raidz_reflow_scratch_sync() 4638 kmem_free(abds, raidvd->vdev_children * sizeof (abd_t *)); in raidz_reflow_scratch_sync() 4660 abd_copy_off(abds[newchild], abds[oldchild], in raidz_reflow_scratch_sync() 4683 VDEV_BOOT_OFFSET - VDEV_LABEL_START_SIZE, abds[i], in raidz_reflow_scratch_sync() 4732 0, abds[i], write_size, ZIO_TYPE_WRITE, in raidz_reflow_scratch_sync() 4758 abd_free(abds[i]); in raidz_reflow_scratch_sync() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | KnownBits.h | 423 LLVM_ABI static KnownBits abds(KnownBits LHS, KnownBits RHS);
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | KnownBits.cpp | 247 KnownBits KnownBits::abds(KnownBits LHS, KnownBits RHS) { in abds() function in KnownBits
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APInt.h | 2268 inline APInt abds(const APInt &A, const APInt &B) {
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 420 def abds : SDNode<"ISD::ABDS" , SDTIntBinOp, [SDNPCommutative]>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstrNEON.td | 5637 "vabd", "s", abds, 1>; 5654 "vabdl", "s", abds, zext, 1>; 5669 "vaba", "s", abds, add>; 5675 "vabal", "s", abds, zext, add>;
|
| H A D | ARMInstrMVE.td | 2163 defm MVE_VABDs8 : MVE_VABD<MVE_v16s8, abds>; 2164 defm MVE_VABDs16 : MVE_VABD<MVE_v8s16, abds>; 2165 defm MVE_VABDs32 : MVE_VABD<MVE_v4s32, abds>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchLASXInstrInfo.td | 1864 defm : PatXrXr<abds, "XVABSD">;
|
| H A D | LoongArchLSXInstrInfo.td | 2066 defm : PatVrVr<abds, "VABSD">;
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 3724 Known = KnownBits::abds(Known, Known2); in computeKnownBits() 6715 return APIntOps::abds(C1, C2); in FoldValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrVSX.td | 4804 def : Pat<(v4i32 (abds v4i32:$A, v4i32:$B)),
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.td | 1057 [(abds node:$lhs, node:$rhs),
|