Searched refs:abdu (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | KnownBits.h | 420 LLVM_ABI static KnownBits abdu(const KnownBits &LHS, const KnownBits &RHS);
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | KnownBits.cpp | 228 KnownBits KnownBits::abdu(const KnownBits &LHS, const KnownBits &RHS) { in abdu() function in KnownBits
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APInt.h | 2273 inline APInt abdu(const APInt &A, const APInt &B) {
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstrNEON.td | 5640 "vabd", "u", abdu, 1>; 5656 "vabdl", "u", abdu, zext, 1>; 5659 def : Pat<(v8i16 (zext (abdu (v8i8 DPR:$opA), (v8i8 DPR:$opB)))), 5661 def : Pat<(v4i32 (zext (abdu (v4i16 DPR:$opA), (v4i16 DPR:$opB)))), 5663 def : Pat<(v2i64 (zext (abdu (v2i32 DPR:$opA), (v2i32 DPR:$opB)))), 5671 "vaba", "u", abdu, add>; 5677 "vabal", "u", abdu, zext, add>;
|
| H A D | ARMInstrMVE.td | 2166 defm MVE_VABDu8 : MVE_VABD<MVE_v16u8, abdu>; 2167 defm MVE_VABDu16 : MVE_VABD<MVE_v8u16, abdu>; 2168 defm MVE_VABDu32 : MVE_VABD<MVE_v4u32, abdu>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrVSX.td | 4789 def : Pat<(v4i32 (abdu v4i32:$A, v4i32:$B)), 4792 def : Pat<(v8i16 (abdu v8i16:$A, v8i16:$B)), 4795 def : Pat<(v16i8 (abdu v16i8:$A, v16i8:$B)),
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 421 def abdu : SDNode<"ISD::ABDU" , SDTIntBinOp, [SDNPCommutative]>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchLASXInstrInfo.td | 1865 defm : PatXrXrU<abdu, "XVABSD">;
|
| H A D | LoongArchLSXInstrInfo.td | 2067 defm : PatVrVrU<abdu, "VABSD">;
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 3718 Known = KnownBits::abdu(Known, Known2); in computeKnownBits() 6717 return APIntOps::abdu(C1, C2); in FoldValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.td | 1054 [(abdu node:$lhs, node:$rhs),
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 38500 Known = KnownBits::abdu(Known, Known2).zext(16); in computeKnownBitsForPSADBW()
|