Home
last modified time | relevance | path

Searched refs:SDOT (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h260 SDOT, enumerator
H A DAArch64ISelLowering.cpp2415 MAKE_CASE(AArch64ISD::SDOT) in getTargetNodeName()
5278 : AArch64ISD::SDOT; in LowerINTRINSIC_WO_CHAIN()
15196 (ExtOpcode == ISD::ZERO_EXTEND) ? AArch64ISD::UDOT : AArch64ISD::SDOT; in performVecReduceAddCombine()
17250 Dot.getOpcode() == AArch64ISD::SDOT) && in performAddDotCombine()
H A DAArch64InstrInfo.td740 def AArch64sdot : SDNode<"AArch64ISD::SDOT", SDT_AArch64Dot>;
1061 defm SDOT : SIMDThreeSameVectorDot<0, 0, "sdot", AArch64sdot>;