Home
last modified time | relevance | path

Searched refs:StoreBase (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp391 MachineOperand &StoreBase = getBaseOperand(StoreInst); in buildCopy() local
420 .add(StoreBase) in buildCopy()
428 if (StoreBase.isReg()) in buildCopy()
500 MachineOperand &StoreBase = getBaseOperand(StoreInst); in updateKillStatus() local
515 if (StoreBase.isReg()) { in updateKillStatus()
519 getBaseOperand(StInst->getPrevNode()).setIsKill(StoreBase.isKill()); in updateKillStatus()
617 const MachineOperand &StoreBase = getBaseOperand(StoreInst); in hasSameBaseOpValue() local
618 if (LoadBase.isReg() != StoreBase.isReg()) in hasSameBaseOpValue()
621 return LoadBase.getReg() == StoreBase.getReg(); in hasSameBaseOpValue()
622 return LoadBase.getIndex() == StoreBase.getIndex(); in hasSameBaseOpValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp186 Value *StoreBase = in analyzeLoadFromClobberingWrite() local
189 if (StoreBase != LoadBase) in analyzeLoadFromClobberingWrite()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoads.cpp458 const Value *StoreBase = StorePtr->stripAndAccumulateConstantOffsets( in areNonOverlapSameBaseLoadAndStore() local
460 if (LoadBase != StoreBase) in areNonOverlapSameBaseLoadAndStore()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18028 const BaseIndexOffset StoreBase = BaseIndexOffset::match(ST, DAG); in visitLIFETIME_END() local
18031 if (LifetimeEndBase.contains(DAG, LifetimeEnd->getSize() * 8, StoreBase, in visitLIFETIME_END()
18033 LLVM_DEBUG(dbgs() << "\nRemoving store:"; StoreBase.dump(); in visitLIFETIME_END()