Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp23745 EVT UZP1VT = TruncHighVT.getDoubleNumVectorElementsVT(*DAG.getContext()); in tryCombineMULLWithUZP1() local
23747 HasFoundMULLow ? TruncLow.getOperand(0) : DAG.getUNDEF(UZP1VT); in tryCombineMULLWithUZP1()
23754 if (TruncHighOpVT != UZP1VT) in tryCombineMULLWithUZP1()
23755 TruncHighOp = DAG.getNode(ISD::BITCAST, DL, UZP1VT, TruncHighOp); in tryCombineMULLWithUZP1()
23756 if (TruncLowOpVT != UZP1VT) in tryCombineMULLWithUZP1()
23757 TruncLowOp = DAG.getNode(ISD::BITCAST, DL, UZP1VT, TruncLowOp); in tryCombineMULLWithUZP1()
23760 DAG.getNode(AArch64ISD::UZP1, DL, UZP1VT, TruncLowOp, TruncHighOp); in tryCombineMULLWithUZP1()