Home
last modified time | relevance | path

Searched refs:IsPairedInsn (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp1401 bool IsPairedInsn = isPairedLdSt(MemMI); in isMatchingUpdateInsn() local
1408 if (!IsPairedInsn && (UpdateOffset > 255 || UpdateOffset < -256)) in isMatchingUpdateInsn()
1414 if (IsPairedInsn) { in isMatchingUpdateInsn()
1450 bool IsPairedInsn = isPairedLdSt(MemMI); in findMatchingUpdateInsnForward() local
1451 for (unsigned i = 0, e = IsPairedInsn ? 2 : 1; i != e; ++i) { in findMatchingUpdateInsnForward()
1502 bool IsPairedInsn = isPairedLdSt(MemMI); in findMatchingUpdateInsnBackward() local
1503 for (unsigned i = 0, e = IsPairedInsn ? 2 : 1; i != e; ++i) { in findMatchingUpdateInsnBackward()
/external/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp1445 bool IsPairedInsn = isPairedLdSt(MemMI); in isMatchingUpdateInsn() local
1449 if (!IsPairedInsn && (UpdateOffset > 255 || UpdateOffset < -256)) in isMatchingUpdateInsn()
1455 if (IsPairedInsn) { in isMatchingUpdateInsn()
1491 bool IsPairedInsn = isPairedLdSt(MemMI); in findMatchingUpdateInsnForward() local
1492 for (unsigned i = 0, e = IsPairedInsn ? 2 : 1; i != e; ++i) { in findMatchingUpdateInsnForward()
1543 bool IsPairedInsn = isPairedLdSt(MemMI); in findMatchingUpdateInsnBackward() local
1544 for (unsigned i = 0, e = IsPairedInsn ? 2 : 1; i != e; ++i) { in findMatchingUpdateInsnBackward()