Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz.c4579 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 DKnownBits.h423 LLVM_ABI 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.h2268 inline APInt abds(const APInt &A, const APInt &B) {
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td420 def abds : SDNode<"ISD::ABDS" , SDTIntBinOp, [SDNPCommutative]>;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrNEON.td5637 "vabd", "s", abds, 1>;
5654 "vabdl", "s", abds, zext, 1>;
5669 "vaba", "s", abds, add>;
5675 "vabal", "s", abds, zext, add>;
H A DARMInstrMVE.td2163 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 DLoongArchLASXInstrInfo.td1864 defm : PatXrXr<abds, "XVABSD">;
H A DLoongArchLSXInstrInfo.td2066 defm : PatVrVr<abds, "VABSD">;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3724 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 DPPCInstrVSX.td4804 def : Pat<(v4i32 (abds v4i32:$A, v4i32:$B)),
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.td1057 [(abds node:$lhs, node:$rhs),