Searched refs:StoreBase (Results 1 – 4 of 4) sorted by relevance
390 MachineOperand &StoreBase = getBaseOperand(StoreInst); in buildCopy() local420 .add(StoreBase) in buildCopy()428 if (StoreBase.isReg()) in buildCopy()500 MachineOperand &StoreBase = getBaseOperand(StoreInst); in updateKillStatus() local514 if (StoreBase.isReg()) { in updateKillStatus()518 getBaseOperand(StInst->getPrevNode()).setIsKill(StoreBase.isKill()); in updateKillStatus()620 MachineOperand &StoreBase = getBaseOperand(StoreInst); in hasSameBaseOpValue() local621 if (LoadBase.isReg() != StoreBase.isReg()) in hasSameBaseOpValue()624 return LoadBase.getReg() == StoreBase.getReg(); in hasSameBaseOpValue()625 return LoadBase.getIndex() == StoreBase.getIndex(); in hasSameBaseOpValue()
173 Value *StoreBase = in analyzeLoadFromClobberingWrite() local176 if (StoreBase != LoadBase) in analyzeLoadFromClobberingWrite()
820 Value *StoreBase = in AnalyzeLoadFromClobberingWrite() local823 if (StoreBase != LoadBase) in AnalyzeLoadFromClobberingWrite()833 << "Base = " << *StoreBase << "\n" in AnalyzeLoadFromClobberingWrite()861 << "Base = " << *StoreBase << "\n" in AnalyzeLoadFromClobberingWrite()
16596 const BaseIndexOffset StoreBase = BaseIndexOffset::match(ST, DAG); in visitLIFETIME_END() local16599 if (LifetimeEndBase.contains(DAG, LifetimeEnd->getSize() * 8, StoreBase, in visitLIFETIME_END()16601 LLVM_DEBUG(dbgs() << "\nRemoving store:"; StoreBase.dump(); in visitLIFETIME_END()