Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp18892 SDValue UnpkOp = Src->getOperand(0); in performSVEAndCombine() local
18913 EVT EltTy = UnpkOp->getValueType(0).getVectorElementType(); in performSVEAndCombine()
18919 auto MaskedLoadOp = dyn_cast<MaskedLoadSDNode>(UnpkOp); in performSVEAndCombine()
18932 Dup = DAG.getNode(ISD::SPLAT_VECTOR, DL, UnpkOp->getValueType(0), in performSVEAndCombine()
18936 UnpkOp->getValueType(0), UnpkOp, Dup); in performSVEAndCombine()