Lines Matching refs:LoadBase
390 MachineOperand &LoadBase = getBaseOperand(LoadInst); in buildCopy() local
401 .add(LoadBase) in buildCopy()
408 if (LoadBase.isReg()) in buildCopy()
499 MachineOperand &LoadBase = getBaseOperand(LoadInst); in updateKillStatus() local
505 if (LoadBase.isReg()) { in updateKillStatus()
513 getBaseOperand(LastLoad).setIsKill(LoadBase.isKill()); in updateKillStatus()
616 const MachineOperand &LoadBase = getBaseOperand(LoadInst); in hasSameBaseOpValue() local
618 if (LoadBase.isReg() != StoreBase.isReg()) in hasSameBaseOpValue()
620 if (LoadBase.isReg()) in hasSameBaseOpValue()
621 return LoadBase.getReg() == StoreBase.getReg(); in hasSameBaseOpValue()
622 return LoadBase.getIndex() == StoreBase.getIndex(); in hasSameBaseOpValue()