Searched refs:StoreI (Results 1 – 4 of 4) sorted by relevance
137 MachineBasicBlock::iterator StoreI);885 int StoreSize = getMemScale(*StoreI); in promoteLoadFromStore()887 const MachineOperand &StMO = getLdStRegOp(*StoreI); in promoteLoadFromStore()888 unsigned StRt = getLdStRegOp(*StoreI).getReg(); in promoteLoadFromStore()984 LLVM_DEBUG(StoreI->print(dbgs())); in promoteLoadFromStore()988 LLVM_DEBUG(StoreI->print(dbgs())); in promoteLoadFromStore()1044 MachineBasicBlock::iterator &StoreI) { in findMatchingStore() argument1078 StoreI = MBBI; in findMatchingStore()1552 MachineBasicBlock::iterator StoreI; in tryToPromoteLoadFromStore() local1553 if (findMatchingStore(MBBI, LdStLimit, StoreI)) { in tryToPromoteLoadFromStore()[all …]
1288 bool StoreI = I.mayStore(), StoreJ = J.mayStore(); in hasDualStoreDependence() local1289 if ((SysI && StoreJ) || (SysJ && StoreI)) in hasDualStoreDependence()1292 if (StoreI && StoreJ) { in hasDualStoreDependence()1298 bool MopStI = HII->isMemOp(I) || StoreI; in hasDualStoreDependence()1304 return (StoreJ && HII->isDeallocRet(I)) || (StoreI && HII->isDeallocRet(J)); in hasDualStoreDependence()1516 bool LoadI = I.mayLoad(), StoreI = I.mayStore(); in isLegalToPacketizeTogether() local1523 ((LoadJ && StoreI && !NVStoreI) || in isLegalToPacketizeTogether()1538 if (!LoadJ || (!LoadI && !StoreI)) { in isLegalToPacketizeTogether()
3362 if (auto StoreI = dyn_cast<StoreInst>(U)) in verifySwiftErrorValue() local3363 Assert(StoreI->getOperand(1) == SwiftErrorVal, in verifySwiftErrorValue()
661 } else if (auto *StoreI = dyn_cast<StoreInst>(I)) { in supportedAddressingMode() local662 if (auto *LoadI = dyn_cast<LoadInst>(StoreI->getValueOperand())) in supportedAddressingMode()