Lines Matching defs:Indexed
9241 bool Indexed = AM != ISD::UNINDEXED;
9242 assert((Indexed || Offset.isUndef()) && "Unindexed load with an offset!");
9244 SDVTList VTs = Indexed ?
9496 bool Indexed = AM != ISD::UNINDEXED;
9497 assert((Indexed || Offset.isUndef()) && "Unindexed load with an offset!");
9499 SDVTList VTs = Indexed ? getVTList(VT, Ptr.getValueType(), MVT::Other)
9590 bool Indexed = AM != ISD::UNINDEXED;
9591 assert((Indexed || Offset.isUndef()) && "Unindexed vp_store with an offset!");
9592 SDVTList VTs = Indexed ? getVTList(Ptr.getValueType(), MVT::Other)
9724 bool Indexed = AM != ISD::UNINDEXED;
9725 assert((Indexed || Offset.isUndef()) && "Unindexed load with an offset!");
9728 SDVTList VTs = Indexed ? getVTList(VT, Ptr.getValueType(), MVT::Other)
9781 bool Indexed = AM != ISD::UNINDEXED;
9782 assert((Indexed || Offset.isUndef()) && "Unindexed vp_store with an offset!");
9783 SDVTList VTs = Indexed ? getVTList(Ptr.getValueType(), MVT::Other)
9951 bool Indexed = AM != ISD::UNINDEXED;
9952 assert((Indexed || Offset.isUndef()) &&
9954 SDVTList VTs = Indexed ? getVTList(VT, Base.getValueType(), MVT::Other)
9999 bool Indexed = AM != ISD::UNINDEXED;
10000 assert((Indexed || Offset.isUndef()) &&
10002 SDVTList VTs = Indexed ? getVTList(Base.getValueType(), MVT::Other)