Searched refs:MIOffset (Results 1 – 1 of 1) sorted by relevance
1741 int MIOffset = AArch64InstrInfo::getLdStOffsetOp(MI).getImm(); in findMatchingInsn() local1751 if (MIOffset % MemSize) { in findMatchingInsn()1757 MIOffset /= MemSize; in findMatchingInsn()1759 MIOffset *= MemSize; in findMatchingInsn()1771 bool IsOutOfBounds = MIOffset != TII->getMemScale(MI); in findMatchingInsn()1790 if ((Offset != MIOffset + OffsetStride) && in findMatchingInsn()1791 (Offset + OffsetStride != MIOffset)) { in findMatchingInsn()1799 int MinOffset = Offset < MIOffset ? Offset : MIOffset; in findMatchingInsn()