Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h343 UUNPKLO, enumerator
H A DAArch64ISelLowering.cpp2765 MAKE_CASE(AArch64ISD::UUNPKLO) in getTargetNodeName()
5744 return DAG.getNode(AArch64ISD::UUNPKLO, dl, Op.getValueType(), in LowerINTRINSIC_WO_CHAIN()
14629 SDValue LoVec0 = DAG.getNode(AArch64ISD::UUNPKLO, DL, WideVT, Vec0); in LowerINSERT_SUBVECTOR()
14721 unsigned UnpkLo = Signed ? AArch64ISD::SUNPKLO : AArch64ISD::UUNPKLO; in LowerDIV()
18891 if (Opc == AArch64ISD::UUNPKHI || Opc == AArch64ISD::UUNPKLO) { in performSVEAndCombine()
22019 N->getOpcode() == AArch64ISD::UUNPKLO) && in performUnpackCombine()
22030 N->getOpcode() == AArch64ISD::UUNPKLO) { in performUnpackCombine()
22097 if (Lo.getOpcode() != AArch64ISD::UUNPKLO && in tryCombineExtendRShTrunc()
22213 if (Op0.getOpcode() == AArch64ISD::UUNPKLO) { in performUzpCombine()
24729 if (Opc == AArch64ISD::UUNPKHI || Opc == AArch64ISD::UUNPKLO) { in performSignExtendInRegCombine()
[all …]
H A DAArch64InstrInfo.td924 def AArch64uunpklo : SDNode<"AArch64ISD::UUNPKLO", SDT_AArch64unpk>;