Searched refs:StoreBase (Results 1 – 5 of 5) sorted by relevance
385 MachineOperand &StoreBase = getBaseOperand(StoreInst); in buildCopy() local414 .add(StoreBase) in buildCopy()422 if (StoreBase.isReg()) in buildCopy()494 MachineOperand &StoreBase = getBaseOperand(StoreInst); in updateKillStatus() local509 if (StoreBase.isReg()) { in updateKillStatus()513 getBaseOperand(StInst->getPrevNode()).setIsKill(StoreBase.isKill()); in updateKillStatus()610 const MachineOperand &StoreBase = getBaseOperand(StoreInst); in hasSameBaseOpValue() local611 if (LoadBase.isReg() != StoreBase.isReg()) in hasSameBaseOpValue()614 return LoadBase.getReg() == StoreBase.getReg(); in hasSameBaseOpValue()615 return LoadBase.getIndex() == StoreBase.getIndex(); in hasSameBaseOpValue()
206 Value *StoreBase = in analyzeLoadFromClobberingWrite() local209 if (StoreBase != LoadBase) in analyzeLoadFromClobberingWrite()
532 Register StoreBase = BIO.getBase(); in addStoreToCandidate() local534 C.BasePtr = StoreBase; in addStoreToCandidate()563 if (C.BasePtr != StoreBase) in addStoreToCandidate()
563 const Value *StoreBase = StorePtr->stripAndAccumulateConstantOffsets( in areNonOverlapSameBaseLoadAndStore() local565 if (LoadBase != StoreBase) in areNonOverlapSameBaseLoadAndStore()
22752 const BaseIndexOffset StoreBase = BaseIndexOffset::match(ST, DAG); in visitLIFETIME_END() local22755 if (LifetimeEndBase.contains(DAG, LifetimeEnd->getSize() * 8, StoreBase, in visitLIFETIME_END()22757 LLVM_DEBUG(dbgs() << "\nRemoving store:"; StoreBase.dump(); in visitLIFETIME_END()