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

/external/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp520 static bool isPairedLdSt(const MachineInstr *MI) { function
542 unsigned Idx = isPairedLdSt(MI) ? PairedRegOp : 0;
547 unsigned Idx = isPairedLdSt(MI) ? 2 : 1;
552 unsigned Idx = isPairedLdSt(MI) ? 3 : 2;
1065 if (!isPairedLdSt(I)) {
1128 bool IsPairedInsn = isPairedLdSt(MemMI);
1174 bool IsPairedInsn = isPairedLdSt(MemMI);
1228 bool IsPairedInsn = isPairedLdSt(MemMI);

Completed in 72 milliseconds