Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86AvoidStoreForwardingBlocks.cpp390 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
514 if (StoreBase.isReg()) { in updateKillStatus()
518 getBaseOperand(StInst->getPrevNode()).setIsKill(StoreBase.isKill()); in updateKillStatus()
620 MachineOperand &StoreBase = getBaseOperand(StoreInst); in hasSameBaseOpValue() local
621 if (LoadBase.isReg() != StoreBase.isReg()) in hasSameBaseOpValue()
624 return LoadBase.getReg() == StoreBase.getReg(); in hasSameBaseOpValue()
625 return LoadBase.getIndex() == StoreBase.getIndex(); in hasSameBaseOpValue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DVNCoercion.cpp173 Value *StoreBase = in analyzeLoadFromClobberingWrite() local
176 if (StoreBase != LoadBase) in analyzeLoadFromClobberingWrite()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp820 Value *StoreBase = in AnalyzeLoadFromClobberingWrite() local
823 if (StoreBase != LoadBase) in AnalyzeLoadFromClobberingWrite()
833 << "Base = " << *StoreBase << "\n" in AnalyzeLoadFromClobberingWrite()
861 << "Base = " << *StoreBase << "\n" in AnalyzeLoadFromClobberingWrite()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp16596 const BaseIndexOffset StoreBase = BaseIndexOffset::match(ST, DAG); in visitLIFETIME_END() local
16599 if (LifetimeEndBase.contains(DAG, LifetimeEnd->getSize() * 8, StoreBase, in visitLIFETIME_END()
16601 LLVM_DEBUG(dbgs() << "\nRemoving store:"; StoreBase.dump(); in visitLIFETIME_END()