Searched refs:StoreI (Results 1 – 6 of 6) sorted by relevance
150 MachineBasicBlock::iterator &StoreI);167 MachineBasicBlock::iterator StoreI);1140 MachineBasicBlock::iterator StoreI) { in promoteLoadFromStore() argument1145 int StoreSize = TII->getMemScale(*StoreI); in promoteLoadFromStore()1147 const MachineOperand &StMO = getLdStRegOp(*StoreI); in promoteLoadFromStore()1148 Register StRt = getLdStRegOp(*StoreI).getReg(); in promoteLoadFromStore()1160 for (MachineInstr &MI : make_range(StoreI->getIterator(), in promoteLoadFromStore()1187 assert(IsUnscaled == TII->hasUnscaledLdStOffset(*StoreI) && in promoteLoadFromStore()1196 ? AArch64InstrInfo::getLdStOffsetOp(*StoreI).getImm() in promoteLoadFromStore()1197 : AArch64InstrInfo::getLdStOffsetOp(*StoreI).getImm() * StoreSize; in promoteLoadFromStore()[all …]
1303 bool StoreI = I.mayStore(), StoreJ = J.mayStore(); in hasDualStoreDependence() local1304 if ((SysI && StoreJ) || (SysJ && StoreI)) in hasDualStoreDependence()1307 if (StoreI && StoreJ) { in hasDualStoreDependence()1313 bool MopStI = HII->isMemOp(I) || StoreI; in hasDualStoreDependence()1319 return (StoreJ && HII->isDeallocRet(I)) || (StoreI && HII->isDeallocRet(J)); in hasDualStoreDependence()1531 bool LoadI = I.mayLoad(), StoreI = I.mayStore(); in isLegalToPacketizeTogether() local1545 ((LoadJ && StoreI && !NVStoreI) || in isLegalToPacketizeTogether()1560 if (!LoadJ || (!LoadI && !StoreI)) { in isLegalToPacketizeTogether()
1929 auto *StoreI = cast<StoreInst>(Def->getMemoryInst()); in dominatingConditionImpliesValue() local1930 BasicBlock *StoreBB = StoreI->getParent(); in dominatingConditionImpliesValue()1931 Value *StorePtr = StoreI->getPointerOperand(); in dominatingConditionImpliesValue()1932 Value *StoreVal = StoreI->getValueOperand(); in dominatingConditionImpliesValue()
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()
4270 if (auto StoreI = dyn_cast<StoreInst>(U)) in verifySwiftErrorValue() local4271 Check(StoreI->getOperand(1) == SwiftErrorVal, in verifySwiftErrorValue()
1039 } else if (auto *StoreI = dyn_cast<StoreInst>(I)) { in supportedAddressingMode() local1040 if (auto *LoadI = dyn_cast<LoadInst>(StoreI->getValueOperand())) in supportedAddressingMode()