Searched refs:abds (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev_raidz.c | 4095 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 D | KnownBits.h | 396 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 | 2217 inline const APInt abds(const APInt &A, const APInt &B) {
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 407 def abds : SDNode<"ISD::ABDS" , SDTIntBinOp, [SDNPCommutative]>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstrNEON.td | 5643 "vabd", "s", abds, 1>; 5660 "vabdl", "s", abds, zext, 1>; 5675 "vaba", "s", abds, add>; 5681 "vabal", "s", abds, zext, add>;
|
H A D | ARMInstrMVE.td | 2162 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 D | SelectionDAG.cpp | 3481 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 D | PPCInstrVSX.td | 4798 def : Pat<(v4i32 (abds v4i32:$A, v4i32:$B)),
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.td | 870 [(abds node:$lhs, node:$rhs),
|