Home
last modified time | relevance | path

Searched refs:abds (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz.c4095 abd_t **abds = kmem_alloc(raidvd->vdev_children * sizeof (abd_t *), in raidz_reflow_scratch_sync() local
4098 abds[i] = abd_alloc_linear(read_size, B_FALSE); in raidz_reflow_scratch_sync()
4124 VDEV_BOOT_OFFSET - VDEV_LABEL_START_SIZE, abds[i], in raidz_reflow_scratch_sync()
4144 0, abds[i], read_size, ZIO_TYPE_READ, in raidz_reflow_scratch_sync()
4153 abd_free(abds[i]); in raidz_reflow_scratch_sync()
4154 kmem_free(abds, raidvd->vdev_children * sizeof (abd_t *)); in raidz_reflow_scratch_sync()
4176 abd_copy_off(abds[newchild], abds[oldchild], in raidz_reflow_scratch_sync()
4199 VDEV_BOOT_OFFSET - VDEV_LABEL_START_SIZE, abds[i], in raidz_reflow_scratch_sync()
4248 0, abds[i], write_size, ZIO_TYPE_WRITE, in raidz_reflow_scratch_sync()
4274 abd_free(abds[i]); in raidz_reflow_scratch_sync()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h396 static KnownBits abds(KnownBits LHS, KnownBits RHS);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp247 KnownBits KnownBits::abds(KnownBits LHS, KnownBits RHS) { in abds() function in KnownBits
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h2217 inline const APInt abds(const APInt &A, const APInt &B) {
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td407 def abds : SDNode<"ISD::ABDS" , SDTIntBinOp, [SDNPCommutative]>;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrNEON.td5643 "vabd", "s", abds, 1>;
5660 "vabdl", "s", abds, zext, 1>;
5675 "vaba", "s", abds, add>;
5681 "vabal", "s", abds, zext, add>;
H A DARMInstrMVE.td2162 defm MVE_VABDs8 : MVE_VABD<MVE_v16s8, abds>;
2163 defm MVE_VABDs16 : MVE_VABD<MVE_v8s16, abds>;
2164 defm MVE_VABDs32 : MVE_VABD<MVE_v4s32, abds>;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3481 Known = KnownBits::abds(Known, Known2); in computeKnownBits()
6301 return APIntOps::abds(C1, C2); in FoldValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrVSX.td4798 def : Pat<(v4i32 (abds v4i32:$A, v4i32:$B)),
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.td870 [(abds node:$lhs, node:$rhs),