Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp387 MachineOperand &StoreBase = getBaseOperand(StoreInst); in buildCopy() local
414 .add(StoreBase) in buildCopy()
422 if (StoreBase.isReg()) in buildCopy()
494 MachineOperand &StoreBase = getBaseOperand(StoreInst); in updateKillStatus() local
505 if (StoreBase.isReg()) { in updateKillStatus()
509 getBaseOperand(StInst->getPrevNode()).setIsKill(StoreBase.isKill()); in updateKillStatus()
611 MachineOperand &StoreBase = getBaseOperand(StoreInst); in hasSameBaseOpValue() local
612 if (LoadBase.isReg() != StoreBase.isReg()) in hasSameBaseOpValue()
615 return LoadBase.getReg() == StoreBase.getReg(); in hasSameBaseOpValue()
616 return LoadBase.getIndex() == StoreBase.getIndex(); in hasSameBaseOpValue()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp163 Value *StoreBase = in analyzeLoadFromClobberingWrite() local
166 if (StoreBase != LoadBase) in analyzeLoadFromClobberingWrite()