Searched refs:MemMI (Results 1 – 5 of 5) 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() argument 1401 bool IsPairedInsn = isPairedLdSt(MemMI); in isMatchingUpdateInsn() 1415 int Scale = getMemScale(MemMI); in isMatchingUpdateInsn() 1436 MachineInstr &MemMI = *I; in findMatchingUpdateInsnForward() local 1439 unsigned BaseReg = getLdStBaseOp(MemMI).getReg(); in findMatchingUpdateInsnForward() 1440 int MIUnscaledOffset = getLdStOffsetOp(MemMI).getImm() * getMemScale(MemMI); in findMatchingUpdateInsnForward() 1450 bool IsPairedInsn = isPairedLdSt(MemMI); in findMatchingUpdateInsnForward() 1452 unsigned DestReg = getLdStRegOp(MemMI, i).getReg(); in findMatchingUpdateInsnForward() 1490 MachineInstr &MemMI = *I; in findMatchingUpdateInsnBackward() local [all …]
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64LoadStoreOptimizer.cpp | 146 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/ |
D | ARMBaseInstrInfo.cpp | 146 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/ |
D | ARMBaseInstrInfo.cpp | 144 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.cpp | 168 MachineInstr *MemMI = nullptr; in convertToThreeAddress() local 242 MemMI = in convertToThreeAddress() 248 MemMI = BuildMI(MF, MI.getDebugLoc(), get(MemOpc)) in convertToThreeAddress() 254 NewMIs.push_back(MemMI); in convertToThreeAddress() 258 MemMI = in convertToThreeAddress() 264 MemMI = BuildMI(MF, MI.getDebugLoc(), get(MemOpc)) in convertToThreeAddress() 273 NewMIs.push_back(MemMI); in convertToThreeAddress() 285 MachineInstr *NewMI = (Reg == WBReg) ? UpdateMI : MemMI; in convertToThreeAddress()
|