Searched refs:SADDLV (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.h | 275 SADDLV, enumerator
|
H A D | AArch64SchedCyclone.td | 391 def : InstRW<[CyWriteV3], (instregex "SADDLV","UADDLV")>;
|
H A D | AArch64SchedThunderX2T99.td | 1367 def : InstRW<[THX2T99Write_7Cyc_F01], (instregex "^SADDLV","^UADDLV")>;
|
H A D | AArch64SchedThunderX3T110.td | 1475 def : InstRW<[THX3T110Write_5Cyc_F0123], (instregex "^SADDLV","^UADDLV")>;
|
H A D | AArch64InstrInfo.td | 864 def AArch64saddlv : SDNode<"AArch64ISD::SADDLV", SDT_AArch64uaddlp>; 7125 defm SADDLV : SIMDAcrossLanesHSD<0, 0b00011, "saddlv">; 7153 defm : SIMDAcrossLaneLongPairIntrinsic<"SADDLV", AArch64saddlp>; 7173 defm : SIMDAcrossLaneLongPairIntrinsicGISel<"SADDLV", AArch64saddlp>; 7213 defm : SIMDAcrossLaneLongReductionIntrinsic<"SADDLV", AArch64saddlv>; 7467 defm : SIMDAcrossLanesSignedLongIntrinsic<"SADDLV", int_aarch64_neon_saddlv>;
|
H A D | AArch64SchedA64FX.td | 1503 def : InstRW<[A64FXWrite_ADDLV1], (instregex "^SADDLV", "^UADDLV")>;
|
H A D | AArch64ISelLowering.cpp | 2671 MAKE_CASE(AArch64ISD::SADDLV) in getTargetNodeName()
|