Searched refs:StoreI (Results 1 – 5 of 5) sorted by relevance
165 MachineBasicBlock::iterator StoreI);1143 int StoreSize = TII->getMemScale(*StoreI); in promoteLoadFromStore()1145 const MachineOperand &StMO = getLdStRegOp(*StoreI); in promoteLoadFromStore()1146 Register StRt = getLdStRegOp(*StoreI).getReg(); in promoteLoadFromStore()1242 LLVM_DEBUG(StoreI->print(dbgs())); in promoteLoadFromStore()1246 LLVM_DEBUG(StoreI->print(dbgs())); in promoteLoadFromStore()1293 MachineBasicBlock::iterator &StoreI) { in findMatchingStore() argument1330 StoreI = MBBI; in findMatchingStore()2269 MachineBasicBlock::iterator StoreI; in tryToPromoteLoadFromStore() local2270 if (findMatchingStore(MBBI, LdStLimit, StoreI)) { in tryToPromoteLoadFromStore()[all …]
1302 bool StoreI = I.mayStore(), StoreJ = J.mayStore(); in hasDualStoreDependence() local1303 if ((SysI && StoreJ) || (SysJ && StoreI)) in hasDualStoreDependence()1306 if (StoreI && StoreJ) { in hasDualStoreDependence()1312 bool MopStI = HII->isMemOp(I) || StoreI; in hasDualStoreDependence()1318 return (StoreJ && HII->isDeallocRet(I)) || (StoreI && HII->isDeallocRet(J)); in hasDualStoreDependence()1530 bool LoadI = I.mayLoad(), StoreI = I.mayStore(); in isLegalToPacketizeTogether() local1544 ((LoadJ && StoreI && !NVStoreI) || in isLegalToPacketizeTogether()1559 if (!LoadJ || (!LoadI && !StoreI)) { in isLegalToPacketizeTogether()
1866 if (auto *StoreI = dyn_cast<StoreInst>(Usr)) in updateImpl() local1867 return HandleStoreLike(*StoreI, StoreI->getValueOperand(), in updateImpl()1868 *StoreI->getValueOperand()->getType(), in updateImpl()1869 {StoreI->getValueOperand()}, AccessKind::AK_W); in updateImpl()
4136 if (auto StoreI = dyn_cast<StoreInst>(U)) in verifySwiftErrorValue() local4137 Check(StoreI->getOperand(1) == SwiftErrorVal, in verifySwiftErrorValue()
1016 } else if (auto *StoreI = dyn_cast<StoreInst>(I)) { in supportedAddressingMode() local1017 if (auto *LoadI = dyn_cast<LoadInst>(StoreI->getValueOperand())) in supportedAddressingMode()