Searched refs:Mld (Results 1 – 3 of 3) sorted by relevance
119 one{"0 Mld ¤"}120 other{"0 Mld ¤"}123 one{"00 Mld ¤"}124 other{"00 Mld ¤"}127 one{"000 Mld ¤"}128 other{"000 Mld ¤"}169 one{"0 Mld"}170 other{"0 Mld"}173 one{"00 Mld"}174 other{"00 Mld"}[all …]
160 one{"0 Mld"}161 other{"0 Mld"}164 one{"00 Mld"}165 other{"00 Mld"}168 one{"000 Mld"}169 other{"000 Mld"}
28965 MaskedLoadSDNode *Mld = cast<MaskedLoadSDNode>(N); in combineMaskedLoad() local28966 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()[all …]