Searched refs:MIOffset (Results 1 – 1 of 1) sorted by relevance
1575 int MIOffset = AArch64InstrInfo::getLdStOffsetOp(MI).getImm(); in findMatchingInsn() local1585 if (MIOffset % MemSize) { in findMatchingInsn()1591 MIOffset /= MemSize; in findMatchingInsn()1593 MIOffset *= MemSize; in findMatchingInsn()1605 bool IsOutOfBounds = MIOffset != TII->getMemScale(MI); in findMatchingInsn()1624 if ((Offset != MIOffset + OffsetStride) && in findMatchingInsn()1625 (Offset + OffsetStride != MIOffset)) { in findMatchingInsn()1633 int MinOffset = Offset < MIOffset ? Offset : MIOffset; in findMatchingInsn()