Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp146 bool isMatchingUpdateInsn(MachineInstr &MemMI, MachineInstr &MI,
1420 bool AArch64LoadStoreOpt::isMatchingUpdateInsn(MachineInstr &MemMI, in isMatchingUpdateInsn() argument
1445 bool IsPairedInsn = isPairedLdSt(MemMI); in isMatchingUpdateInsn()
1456 int Scale = getMemScale(MemMI); in isMatchingUpdateInsn()
1477 MachineInstr &MemMI = *I; in findMatchingUpdateInsnForward() local
1480 unsigned BaseReg = getLdStBaseOp(MemMI).getReg(); in findMatchingUpdateInsnForward()
1481 int MIUnscaledOffset = getLdStOffsetOp(MemMI).getImm() * getMemScale(MemMI); in findMatchingUpdateInsnForward()
1491 bool IsPairedInsn = isPairedLdSt(MemMI); in findMatchingUpdateInsnForward()
1493 unsigned DestReg = getLdStRegOp(MemMI, i).getReg(); in findMatchingUpdateInsnForward()
1531 MachineInstr &MemMI = *I; in findMatchingUpdateInsnBackward() local
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMBaseInstrInfo.cpp146 MachineInstr *MemMI = NULL; in convertToThreeAddress() local
210 MemMI = BuildMI(MF, MI->getDebugLoc(), in convertToThreeAddress()
214 MemMI = BuildMI(MF, MI->getDebugLoc(), in convertToThreeAddress()
217 NewMIs.push_back(MemMI); in convertToThreeAddress()
221 MemMI = BuildMI(MF, MI->getDebugLoc(), in convertToThreeAddress()
225 MemMI = BuildMI(MF, MI->getDebugLoc(), in convertToThreeAddress()
231 NewMIs.push_back(MemMI); in convertToThreeAddress()
243 MachineInstr *NewMI = (Reg == WBReg) ? UpdateMI : MemMI; in convertToThreeAddress()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp144 MachineInstr *MemMI = nullptr; in convertToThreeAddress() local
223 MemMI = in convertToThreeAddress()
229 MemMI = BuildMI(MF, MI.getDebugLoc(), get(MemOpc)) in convertToThreeAddress()
235 NewMIs.push_back(MemMI); in convertToThreeAddress()
239 MemMI = in convertToThreeAddress()
245 MemMI = BuildMI(MF, MI.getDebugLoc(), get(MemOpc)) in convertToThreeAddress()
254 NewMIs.push_back(MemMI); in convertToThreeAddress()
266 MachineInstr *NewMI = (Reg == WBReg) ? UpdateMI : MemMI; in convertToThreeAddress()