Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp25161 EVT UZP1VT = TruncHighVT.getDoubleNumVectorElementsVT(*DAG.getContext()); in tryCombineMULLWithUZP1() local
25163 HasFoundMULLow ? TruncLow.getOperand(0) : DAG.getUNDEF(UZP1VT); in tryCombineMULLWithUZP1()
25170 if (TruncHighOpVT != UZP1VT) in tryCombineMULLWithUZP1()
25171 TruncHighOp = DAG.getNode(ISD::BITCAST, DL, UZP1VT, TruncHighOp); in tryCombineMULLWithUZP1()
25172 if (TruncLowOpVT != UZP1VT) in tryCombineMULLWithUZP1()
25173 TruncLowOp = DAG.getNode(ISD::BITCAST, DL, UZP1VT, TruncLowOp); in tryCombineMULLWithUZP1()
25176 DAG.getNode(AArch64ISD::UZP1, DL, UZP1VT, TruncLowOp, TruncHighOp); in tryCombineMULLWithUZP1()