Lines Matching refs:LoadBase
386 MachineOperand &LoadBase = getBaseOperand(LoadInst); in buildCopy() local
397 .add(LoadBase) in buildCopy()
404 if (LoadBase.isReg()) in buildCopy()
493 MachineOperand &LoadBase = getBaseOperand(LoadInst); in updateKillStatus() local
495 if (LoadBase.isReg()) { in updateKillStatus()
503 getBaseOperand(LastLoad).setIsKill(LoadBase.isKill()); in updateKillStatus()
610 MachineOperand &LoadBase = getBaseOperand(LoadInst); in hasSameBaseOpValue() local
612 if (LoadBase.isReg() != StoreBase.isReg()) in hasSameBaseOpValue()
614 if (LoadBase.isReg()) in hasSameBaseOpValue()
615 return LoadBase.getReg() == StoreBase.getReg(); in hasSameBaseOpValue()
616 return LoadBase.getIndex() == StoreBase.getIndex(); in hasSameBaseOpValue()