Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp120 bool isMatchingUpdateInsn(MachineInstr *MemMI, MachineInstr *MI,
1103 bool AArch64LoadStoreOpt::isMatchingUpdateInsn(MachineInstr *MemMI, in isMatchingUpdateInsn() argument
1128 bool IsPairedInsn = isPairedLdSt(MemMI); in isMatchingUpdateInsn()
1139 int Scale = getMemScale(MemMI); in isMatchingUpdateInsn()
1160 MachineInstr *MemMI = I; in findMatchingUpdateInsnForward() local
1163 unsigned BaseReg = getLdStBaseOp(MemMI).getReg(); in findMatchingUpdateInsnForward()
1164 int MIUnscaledOffset = getLdStOffsetOp(MemMI).getImm() * getMemScale(MemMI); in findMatchingUpdateInsnForward()
1174 bool IsPairedInsn = isPairedLdSt(MemMI); in findMatchingUpdateInsnForward()
1176 unsigned DestReg = getLdStRegOp(MemMI, i).getReg(); in findMatchingUpdateInsnForward()
1216 MachineInstr *MemMI = I; in findMatchingUpdateInsnBackward() local
[all …]
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp156 MachineInstr *MemMI = nullptr; in convertToThreeAddress() local
218 MemMI = BuildMI(MF, MI->getDebugLoc(), in convertToThreeAddress()
222 MemMI = BuildMI(MF, MI->getDebugLoc(), in convertToThreeAddress()
225 NewMIs.push_back(MemMI); in convertToThreeAddress()
229 MemMI = BuildMI(MF, MI->getDebugLoc(), in convertToThreeAddress()
233 MemMI = BuildMI(MF, MI->getDebugLoc(), in convertToThreeAddress()
239 NewMIs.push_back(MemMI); in convertToThreeAddress()
251 MachineInstr *NewMI = (Reg == WBReg) ? UpdateMI : MemMI; in convertToThreeAddress()