Searched refs:UZP1VT (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 26586 EVT UZP1VT = TruncHighVT.getDoubleNumVectorElementsVT(*DAG.getContext()); in tryCombineMULLWithUZP1() local 26588 HasFoundMULLow ? TruncLow.getOperand(0) : DAG.getUNDEF(UZP1VT); in tryCombineMULLWithUZP1() 26595 if (TruncHighOpVT != UZP1VT) in tryCombineMULLWithUZP1() 26596 TruncHighOp = DAG.getNode(ISD::BITCAST, DL, UZP1VT, TruncHighOp); in tryCombineMULLWithUZP1() 26597 if (TruncLowOpVT != UZP1VT) in tryCombineMULLWithUZP1() 26598 TruncLowOp = DAG.getNode(ISD::BITCAST, DL, UZP1VT, TruncLowOp); in tryCombineMULLWithUZP1() 26601 DAG.getNode(AArch64ISD::UZP1, DL, UZP1VT, TruncLowOp, TruncHighOp); in tryCombineMULLWithUZP1()
|