Home
last modified time | relevance | path

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

/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp1398 bool IsPairedInsn = isPairedLdSt(MemMI); in isMatchingUpdateInsn() local
1405 if (!IsPairedInsn && (UpdateOffset > 255 || UpdateOffset < -256)) in isMatchingUpdateInsn()
1411 if (IsPairedInsn) { in isMatchingUpdateInsn()
1447 bool IsPairedInsn = isPairedLdSt(MemMI); in findMatchingUpdateInsnForward() local
1448 for (unsigned i = 0, e = IsPairedInsn ? 2 : 1; i != e; ++i) { in findMatchingUpdateInsnForward()
1499 bool IsPairedInsn = isPairedLdSt(MemMI); in findMatchingUpdateInsnBackward() local
1500 for (unsigned i = 0, e = IsPairedInsn ? 2 : 1; i != e; ++i) { in findMatchingUpdateInsnBackward()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/AArch64/
H A 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()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp1401 bool IsPairedInsn = isPairedLdSt(MemMI);
1408 if (!IsPairedInsn && (UpdateOffset > 255 || UpdateOffset < -256))
1414 if (IsPairedInsn) {
1450 bool IsPairedInsn = isPairedLdSt(MemMI);
1451 for (unsigned i = 0, e = IsPairedInsn ? 2 : 1; i != e; ++i) {
1502 bool IsPairedInsn = isPairedLdSt(MemMI);
1503 for (unsigned i = 0, e = IsPairedInsn ? 2 : 1; i != e; ++i) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp1793 bool IsPairedInsn = isPairedLdSt(MemMI); in findMatchingUpdateInsnForward() local
1794 for (unsigned i = 0, e = IsPairedInsn ? 2 : 1; i != e; ++i) { in findMatchingUpdateInsnForward()
1863 bool IsPairedInsn = isPairedLdSt(MemMI); in findMatchingUpdateInsnBackward() local
1864 for (unsigned i = 0, e = IsPairedInsn ? 2 : 1; i != e; ++i) { in findMatchingUpdateInsnBackward()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp1775 bool IsPairedInsn = isPairedLdSt(MemMI); in findMatchingUpdateInsnForward() local
1776 for (unsigned i = 0, e = IsPairedInsn ? 2 : 1; i != e; ++i) { in findMatchingUpdateInsnForward()
1848 bool IsPairedInsn = isPairedLdSt(MemMI); in findMatchingUpdateInsnBackward() local
1849 for (unsigned i = 0, e = IsPairedInsn ? 2 : 1; i != e; ++i) { in findMatchingUpdateInsnBackward()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp1770 bool IsPairedInsn = isPairedLdSt(MemMI); in findMatchingUpdateInsnForward() local
1771 for (unsigned i = 0, e = IsPairedInsn ? 2 : 1; i != e; ++i) { in findMatchingUpdateInsnForward()
1824 bool IsPairedInsn = isPairedLdSt(MemMI); in findMatchingUpdateInsnBackward() local
1825 for (unsigned i = 0, e = IsPairedInsn ? 2 : 1; i != e; ++i) { in findMatchingUpdateInsnBackward()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp1793 bool IsPairedInsn = isPairedLdSt(MemMI); in findMatchingUpdateInsnForward() local
1794 for (unsigned i = 0, e = IsPairedInsn ? 2 : 1; i != e; ++i) { in findMatchingUpdateInsnForward()
1863 bool IsPairedInsn = isPairedLdSt(MemMI); in findMatchingUpdateInsnBackward() local
1864 for (unsigned i = 0, e = IsPairedInsn ? 2 : 1; i != e; ++i) { in findMatchingUpdateInsnBackward()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp1775 bool IsPairedInsn = isPairedLdSt(MemMI); in findMatchingUpdateInsnForward() local
1776 for (unsigned i = 0, e = IsPairedInsn ? 2 : 1; i != e; ++i) { in findMatchingUpdateInsnForward()
1848 bool IsPairedInsn = isPairedLdSt(MemMI); in findMatchingUpdateInsnBackward() local
1849 for (unsigned i = 0, e = IsPairedInsn ? 2 : 1; i != e; ++i) { in findMatchingUpdateInsnBackward()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp1770 bool IsPairedInsn = isPairedLdSt(MemMI); in findMatchingUpdateInsnForward() local
1771 for (unsigned i = 0, e = IsPairedInsn ? 2 : 1; i != e; ++i) { in findMatchingUpdateInsnForward()
1824 bool IsPairedInsn = isPairedLdSt(MemMI); in findMatchingUpdateInsnBackward() local
1825 for (unsigned i = 0, e = IsPairedInsn ? 2 : 1; i != e; ++i) { in findMatchingUpdateInsnBackward()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp1770 bool IsPairedInsn = isPairedLdSt(MemMI); in findMatchingUpdateInsnForward() local
1771 for (unsigned i = 0, e = IsPairedInsn ? 2 : 1; i != e; ++i) { in findMatchingUpdateInsnForward()
1824 bool IsPairedInsn = isPairedLdSt(MemMI); in findMatchingUpdateInsnBackward() local
1825 for (unsigned i = 0, e = IsPairedInsn ? 2 : 1; i != e; ++i) { in findMatchingUpdateInsnBackward()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp1793 bool IsPairedInsn = isPairedLdSt(MemMI); in findMatchingUpdateInsnForward() local
1794 for (unsigned i = 0, e = IsPairedInsn ? 2 : 1; i != e; ++i) { in findMatchingUpdateInsnForward()
1863 bool IsPairedInsn = isPairedLdSt(MemMI); in findMatchingUpdateInsnBackward() local
1864 for (unsigned i = 0, e = IsPairedInsn ? 2 : 1; i != e; ++i) { in findMatchingUpdateInsnBackward()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp1907 bool IsPairedInsn = isPairedLdSt(MemMI); in findMatchingUpdateInsnForward() local
1908 for (unsigned i = 0, e = IsPairedInsn ? 2 : 1; i != e; ++i) { in findMatchingUpdateInsnForward()
1978 bool IsPairedInsn = isPairedLdSt(MemMI); in findMatchingUpdateInsnBackward() local
1979 for (unsigned i = 0, e = IsPairedInsn ? 2 : 1; i != e; ++i) { in findMatchingUpdateInsnBackward()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp1907 bool IsPairedInsn = isPairedLdSt(MemMI); in findMatchingUpdateInsnForward() local
1908 for (unsigned i = 0, e = IsPairedInsn ? 2 : 1; i != e; ++i) { in findMatchingUpdateInsnForward()
1978 bool IsPairedInsn = isPairedLdSt(MemMI); in findMatchingUpdateInsnBackward() local
1979 for (unsigned i = 0, e = IsPairedInsn ? 2 : 1; i != e; ++i) { in findMatchingUpdateInsnBackward()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp1907 bool IsPairedInsn = isPairedLdSt(MemMI); in findMatchingUpdateInsnForward() local
1908 for (unsigned i = 0, e = IsPairedInsn ? 2 : 1; i != e; ++i) { in findMatchingUpdateInsnForward()
1978 bool IsPairedInsn = isPairedLdSt(MemMI); in findMatchingUpdateInsnBackward() local
1979 for (unsigned i = 0, e = IsPairedInsn ? 2 : 1; i != e; ++i) { in findMatchingUpdateInsnBackward()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp1907 bool IsPairedInsn = isPairedLdSt(MemMI); in findMatchingUpdateInsnForward() local
1908 for (unsigned i = 0, e = IsPairedInsn ? 2 : 1; i != e; ++i) { in findMatchingUpdateInsnForward()
1978 bool IsPairedInsn = isPairedLdSt(MemMI); in findMatchingUpdateInsnBackward() local
1979 for (unsigned i = 0, e = IsPairedInsn ? 2 : 1; i != e; ++i) { in findMatchingUpdateInsnBackward()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp1907 bool IsPairedInsn = isPairedLdSt(MemMI); in findMatchingUpdateInsnForward() local
1908 for (unsigned i = 0, e = IsPairedInsn ? 2 : 1; i != e; ++i) { in findMatchingUpdateInsnForward()
1978 bool IsPairedInsn = isPairedLdSt(MemMI); in findMatchingUpdateInsnBackward() local
1979 for (unsigned i = 0, e = IsPairedInsn ? 2 : 1; i != e; ++i) { in findMatchingUpdateInsnBackward()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp1907 bool IsPairedInsn = isPairedLdSt(MemMI); in findMatchingUpdateInsnForward() local
1908 for (unsigned i = 0, e = IsPairedInsn ? 2 : 1; i != e; ++i) { in findMatchingUpdateInsnForward()
1978 bool IsPairedInsn = isPairedLdSt(MemMI); in findMatchingUpdateInsnBackward() local
1979 for (unsigned i = 0, e = IsPairedInsn ? 2 : 1; i != e; ++i) { in findMatchingUpdateInsnBackward()