Searched refs:StoreBase (Results 1 – 4 of 4) sorted by relevance
391 MachineOperand &StoreBase = getBaseOperand(StoreInst); in buildCopy() local420 .add(StoreBase) in buildCopy()428 if (StoreBase.isReg()) in buildCopy()500 MachineOperand &StoreBase = getBaseOperand(StoreInst); in updateKillStatus() local515 if (StoreBase.isReg()) { in updateKillStatus()519 getBaseOperand(StInst->getPrevNode()).setIsKill(StoreBase.isKill()); in updateKillStatus()617 const MachineOperand &StoreBase = getBaseOperand(StoreInst); in hasSameBaseOpValue() local618 if (LoadBase.isReg() != StoreBase.isReg()) in hasSameBaseOpValue()621 return LoadBase.getReg() == StoreBase.getReg(); in hasSameBaseOpValue()622 return LoadBase.getIndex() == StoreBase.getIndex(); in hasSameBaseOpValue()
186 Value *StoreBase = in analyzeLoadFromClobberingWrite() local189 if (StoreBase != LoadBase) in analyzeLoadFromClobberingWrite()
458 const Value *StoreBase = StorePtr->stripAndAccumulateConstantOffsets( in areNonOverlapSameBaseLoadAndStore() local460 if (LoadBase != StoreBase) in areNonOverlapSameBaseLoadAndStore()
18028 const BaseIndexOffset StoreBase = BaseIndexOffset::match(ST, DAG); in visitLIFETIME_END() local18031 if (LifetimeEndBase.contains(DAG, LifetimeEnd->getSize() * 8, StoreBase, in visitLIFETIME_END()18033 LLVM_DEBUG(dbgs() << "\nRemoving store:"; StoreBase.dump(); in visitLIFETIME_END()