Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp22248 SDValue SourceOp0 = peekThroughBitcasts(Op0); in performUzpCombine() local
22252 if (SourceOp0.getValueType() == SourceOp1.getValueType()) { in performUzpCombine()
22253 EVT Op0Ty = SourceOp0.getValueType(); in performUzpCombine()
22259 SourceOp0, SourceOp1); in performUzpCombine()
22265 if (SourceOp0.getOpcode() != ISD::TRUNCATE || in performUzpCombine()
22268 SourceOp0 = SourceOp0.getOperand(0); in performUzpCombine()
22271 if (SourceOp0.getValueType() != SourceOp1.getValueType() || in performUzpCombine()
22272 !SourceOp0.getValueType().isSimple()) in performUzpCombine()
22277 switch (SourceOp0.getSimpleValueType().SimpleTy) { in performUzpCombine()
22291 SDValue UzpOp0 = DAG.getNode(ISD::BITCAST, DL, ResultTy, SourceOp0); in performUzpCombine()