Lines Matching refs:Mld
28965 MaskedLoadSDNode *Mld = cast<MaskedLoadSDNode>(N); in combineMaskedLoad() local
28966 if (Mld->getExtensionType() == ISD::NON_EXTLOAD) { in combineMaskedLoad()
28967 if (SDValue ScalarLoad = reduceMaskedLoadToScalarLoad(Mld, DAG, DCI)) in combineMaskedLoad()
28971 if (SDValue Blend = combineMaskedLoadConstantMask(Mld, DAG, DCI)) in combineMaskedLoad()
28975 if (Mld->getExtensionType() != ISD::SEXTLOAD) in combineMaskedLoad()
28979 EVT VT = Mld->getValueType(0); in combineMaskedLoad()
28981 EVT LdVT = Mld->getMemoryVT(); in combineMaskedLoad()
28982 SDLoc dl(Mld); in combineMaskedLoad()
29000 SDValue WideSrc0 = DAG.getBitcast(WideVecVT, Mld->getSrc0()); in combineMaskedLoad()
29001 if (!Mld->getSrc0().isUndef()) { in combineMaskedLoad()
29014 SDValue Mask = Mld->getMask(); in combineMaskedLoad()
29043 SDValue WideLd = DAG.getMaskedLoad(WideVecVT, dl, Mld->getChain(), in combineMaskedLoad()
29044 Mld->getBasePtr(), NewMask, WideSrc0, in combineMaskedLoad()
29045 Mld->getMemoryVT(), Mld->getMemOperand(), in combineMaskedLoad()