Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h341 SUNPKLO, enumerator
H A DAArch64ISelLowering.cpp2763 MAKE_CASE(AArch64ISD::SUNPKLO) in getTargetNodeName()
5738 return DAG.getNode(AArch64ISD::SUNPKLO, dl, Op.getValueType(), in LowerINTRINSIC_WO_CHAIN()
14718 unsigned UnpkLo = Signed ? AArch64ISD::SUNPKLO : AArch64ISD::UUNPKLO; in LowerDIV()
24729 : AArch64ISD::SUNPKLO; in performSignExtendInRegCombine()
25394 case AArch64ISD::SUNPKLO: in PerformDAGCombine()
27459 unsigned ExtendOpc = Signed ? AArch64ISD::SUNPKLO : AArch64ISD::UUNPKLO; in LowerFixedLengthVectorIntExtendToSVE()
28727 case AArch64ISD::SUNPKLO: in verifyTargetSDNode()
H A DAArch64InstrInfo.td922 def AArch64sunpklo : SDNode<"AArch64ISD::SUNPKLO", SDT_AArch64unpk>;