Lines Matching defs:Undef

9275   SDValue Undef = getUNDEF(Ptr.getValueType());
9276 return getLoad(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, dl, Chain, Ptr, Undef,
9282 SDValue Undef = getUNDEF(Ptr.getValueType());
9283 return getLoad(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, dl, Chain, Ptr, Undef,
9293 SDValue Undef = getUNDEF(Ptr.getValueType());
9294 return getLoad(ISD::UNINDEXED, ExtType, VT, dl, Chain, Ptr, Undef, PtrInfo,
9301 SDValue Undef = getUNDEF(Ptr.getValueType());
9302 return getLoad(ISD::UNINDEXED, ExtType, VT, dl, Chain, Ptr, Undef,
9346 SDValue Undef = getUNDEF(Ptr.getValueType());
9347 SDValue Ops[] = { Chain, Val, Ptr, Undef };
9413 SDValue Undef = getUNDEF(Ptr.getValueType());
9414 SDValue Ops[] = { Chain, Val, Ptr, Undef };
9532 SDValue Undef = getUNDEF(Ptr.getValueType());
9533 return getLoadVP(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, dl, Chain, Ptr, Undef,
9541 SDValue Undef = getUNDEF(Ptr.getValueType());
9542 return getLoadVP(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, dl, Chain, Ptr, Undef,
9553 SDValue Undef = getUNDEF(Ptr.getValueType());
9554 return getLoadVP(ISD::UNINDEXED, ExtType, VT, dl, Chain, Ptr, Undef, Mask,
9563 SDValue Undef = getUNDEF(Ptr.getValueType());
9564 return getLoadVP(ISD::UNINDEXED, ExtType, VT, dl, Chain, Ptr, Undef, Mask,
9664 SDValue Undef = getUNDEF(Ptr.getValueType());
9665 SDValue Ops[] = {Chain, Val, Ptr, Undef, Mask, EVL};
9759 SDValue Undef = getUNDEF(Ptr.getValueType());
9761 Undef, Stride, Mask, EVL, VT, MMO, IsExpanding);
9768 SDValue Undef = getUNDEF(Ptr.getValueType());
9769 return getStridedLoadVP(ISD::UNINDEXED, ExtType, VT, DL, Chain, Ptr, Undef,
9833 SDValue Undef = getUNDEF(Ptr.getValueType());
9834 SDValue Ops[] = {Chain, Val, Ptr, Undef, Stride, Mask, EVL};
13293 // Early-out if this contains anything but Undef/Constant/ConstantFP.