Searched refs:IsPairedInsn (Results 1 – 2 of 2) sorted by relevance
1401 bool IsPairedInsn = isPairedLdSt(MemMI); in isMatchingUpdateInsn() local1408 if (!IsPairedInsn && (UpdateOffset > 255 || UpdateOffset < -256)) in isMatchingUpdateInsn()1414 if (IsPairedInsn) { in isMatchingUpdateInsn()1450 bool IsPairedInsn = isPairedLdSt(MemMI); in findMatchingUpdateInsnForward() local1451 for (unsigned i = 0, e = IsPairedInsn ? 2 : 1; i != e; ++i) { in findMatchingUpdateInsnForward()1502 bool IsPairedInsn = isPairedLdSt(MemMI); in findMatchingUpdateInsnBackward() local1503 for (unsigned i = 0, e = IsPairedInsn ? 2 : 1; i != e; ++i) { in findMatchingUpdateInsnBackward()
1445 bool IsPairedInsn = isPairedLdSt(MemMI); in isMatchingUpdateInsn() local1449 if (!IsPairedInsn && (UpdateOffset > 255 || UpdateOffset < -256)) in isMatchingUpdateInsn()1455 if (IsPairedInsn) { in isMatchingUpdateInsn()1491 bool IsPairedInsn = isPairedLdSt(MemMI); in findMatchingUpdateInsnForward() local1492 for (unsigned i = 0, e = IsPairedInsn ? 2 : 1; i != e; ++i) { in findMatchingUpdateInsnForward()1543 bool IsPairedInsn = isPairedLdSt(MemMI); in findMatchingUpdateInsnBackward() local1544 for (unsigned i = 0, e = IsPairedInsn ? 2 : 1; i != e; ++i) { in findMatchingUpdateInsnBackward()