Searched refs:isMatchingUpdateInsn (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64LoadStoreOptimizer.cpp | 154 bool isMatchingUpdateInsn(MachineInstr &MemMI, MachineInstr &MI, 1379 bool AArch64LoadStoreOpt::isMatchingUpdateInsn(MachineInstr &MemMI, in isMatchingUpdateInsn() function in AArch64LoadStoreOpt 1471 if (isMatchingUpdateInsn(*I, MI, BaseReg, UnscaledOffset)) in findMatchingUpdateInsnForward() 1524 if (isMatchingUpdateInsn(*I, MI, BaseReg, Offset)) in findMatchingUpdateInsnBackward()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64LoadStoreOptimizer.cpp | 146 bool isMatchingUpdateInsn(MachineInstr &MemMI, MachineInstr &MI, 1420 bool AArch64LoadStoreOpt::isMatchingUpdateInsn(MachineInstr &MemMI, in isMatchingUpdateInsn() function in AArch64LoadStoreOpt 1513 if (isMatchingUpdateInsn(*I, MI, BaseReg, UnscaledOffset)) in findMatchingUpdateInsnForward() 1564 if (isMatchingUpdateInsn(*I, MI, BaseReg, Offset)) in findMatchingUpdateInsnBackward()
|