Lines Matching defs:OffsetIsScalable
2701 int64_t &Offset, bool &OffsetIsScalable, LocationSize &Width,
2708 if (!getMemOperandWithOffsetWidth(LdSt, BaseOp, Offset, OffsetIsScalable,
2723 bool OffsetIsScalable;
2724 if (!getMemOperandWithOffset(MemI, Base, Offset, OffsetIsScalable, TRI))
3492 bool &OffsetIsScalable, TypeSize &Width,
3530 OffsetIsScalable = Scale.isScalable();
8467 bool OffsetIsScalable;
8471 if (!getMemOperandWithOffset(MI, Base, Offset, OffsetIsScalable, &TRI) ||
8476 if (OffsetIsScalable)
9015 bool OffsetIsScalable;
9019 !getMemOperandWithOffsetWidth(MI, Base, Offset, OffsetIsScalable, Width,
9032 assert(!OffsetIsScalable && "Expected offset to be a byte offset");