Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp525 static bool isPairedLdSt(const MachineInstr &MI) { in isPairedLdSt() function
547 unsigned Idx = isPairedLdSt(MI) ? PairedRegOp : 0; in getLdStRegOp()
552 unsigned Idx = isPairedLdSt(MI) ? 2 : 1; in getLdStBaseOp()
557 unsigned Idx = isPairedLdSt(MI) ? 3 : 2; in getLdStOffsetOp()
1334 if (!isPairedLdSt(*I)) { in mergeUpdateInsn()
1401 bool IsPairedInsn = isPairedLdSt(MemMI); in isMatchingUpdateInsn()
1450 bool IsPairedInsn = isPairedLdSt(MemMI); in findMatchingUpdateInsnForward()
1502 bool IsPairedInsn = isPairedLdSt(MemMI); in findMatchingUpdateInsnBackward()
/external/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp565 static bool isPairedLdSt(const MachineInstr &MI) { in isPairedLdSt() function
587 unsigned Idx = isPairedLdSt(MI) ? PairedRegOp : 0; in getLdStRegOp()
592 unsigned Idx = isPairedLdSt(MI) ? 2 : 1; in getLdStBaseOp()
597 unsigned Idx = isPairedLdSt(MI) ? 3 : 2; in getLdStOffsetOp()
1380 if (!isPairedLdSt(*I)) { in mergeUpdateInsn()
1445 bool IsPairedInsn = isPairedLdSt(MemMI); in isMatchingUpdateInsn()
1491 bool IsPairedInsn = isPairedLdSt(MemMI); in findMatchingUpdateInsnForward()
1543 bool IsPairedInsn = isPairedLdSt(MemMI); in findMatchingUpdateInsnBackward()