Searched refs:StoreBase (Results 1 – 5 of 5) sorted by relevance
386 MachineOperand &StoreBase = getBaseOperand(StoreInst); in buildCopy() local415 .add(StoreBase) in buildCopy()423 if (StoreBase.isReg()) in buildCopy()495 MachineOperand &StoreBase = getBaseOperand(StoreInst); in updateKillStatus() local510 if (StoreBase.isReg()) { in updateKillStatus()514 getBaseOperand(StInst->getPrevNode()).setIsKill(StoreBase.isKill()); in updateKillStatus()611 const MachineOperand &StoreBase = getBaseOperand(StoreInst); in hasSameBaseOpValue() local612 if (LoadBase.isReg() != StoreBase.isReg()) in hasSameBaseOpValue()615 return LoadBase.getReg() == StoreBase.getReg(); in hasSameBaseOpValue()616 return LoadBase.getIndex() == StoreBase.getIndex(); in hasSameBaseOpValue()
183 Value *StoreBase = in analyzeLoadFromClobberingWrite() local186 if (StoreBase != LoadBase) in analyzeLoadFromClobberingWrite()
537 Register StoreBase = BIO.getBase(); in addStoreToCandidate() local539 C.BasePtr = StoreBase; in addStoreToCandidate()568 if (C.BasePtr != StoreBase) in addStoreToCandidate()
488 const Value *StoreBase = StorePtr->stripAndAccumulateConstantOffsets( in areNonOverlapSameBaseLoadAndStore() local490 if (LoadBase != StoreBase) in areNonOverlapSameBaseLoadAndStore()
21695 const BaseIndexOffset StoreBase = BaseIndexOffset::match(ST, DAG); in visitLIFETIME_END() local21698 if (LifetimeEndBase.contains(DAG, LifetimeEnd->getSize() * 8, StoreBase, in visitLIFETIME_END()21700 LLVM_DEBUG(dbgs() << "\nRemoving store:"; StoreBase.dump(); in visitLIFETIME_END()