Lines Matching defs:Indexed
8920 bool Indexed = AM != ISD::UNINDEXED;
8921 assert((Indexed || Offset.isUndef()) && "Unindexed load with an offset!");
8923 SDVTList VTs = Indexed ?
9175 bool Indexed = AM != ISD::UNINDEXED;
9176 assert((Indexed || Offset.isUndef()) && "Unindexed load with an offset!");
9178 SDVTList VTs = Indexed ? getVTList(VT, Ptr.getValueType(), MVT::Other)
9269 bool Indexed = AM != ISD::UNINDEXED;
9270 assert((Indexed || Offset.isUndef()) && "Unindexed vp_store with an offset!");
9271 SDVTList VTs = Indexed ? getVTList(Ptr.getValueType(), MVT::Other)
9403 bool Indexed = AM != ISD::UNINDEXED;
9404 assert((Indexed || Offset.isUndef()) && "Unindexed load with an offset!");
9407 SDVTList VTs = Indexed ? getVTList(VT, Ptr.getValueType(), MVT::Other)
9460 bool Indexed = AM != ISD::UNINDEXED;
9461 assert((Indexed || Offset.isUndef()) && "Unindexed vp_store with an offset!");
9462 SDVTList VTs = Indexed ? getVTList(Ptr.getValueType(), MVT::Other)
9630 bool Indexed = AM != ISD::UNINDEXED;
9631 assert((Indexed || Offset.isUndef()) &&
9633 SDVTList VTs = Indexed ? getVTList(VT, Base.getValueType(), MVT::Other)
9678 bool Indexed = AM != ISD::UNINDEXED;
9679 assert((Indexed || Offset.isUndef()) &&
9681 SDVTList VTs = Indexed ? getVTList(Base.getValueType(), MVT::Other)