Lines Matching refs:getBaseOperand
299 static MachineOperand &getBaseOperand(MachineInstr *MI) { in getBaseOperand() function
314 const MachineOperand &Base = getBaseOperand(MI); in isRelevantAddressingMode()
385 MachineOperand &LoadBase = getBaseOperand(LoadInst); in buildCopy()
386 MachineOperand &StoreBase = getBaseOperand(StoreInst); in buildCopy()
404 getBaseOperand(NewLoad).setIsKill(false); in buildCopy()
424 getBaseOperand(NewStore).setIsKill(false); in buildCopy()
494 MachineOperand &LoadBase = getBaseOperand(LoadInst); in updateKillStatus()
495 MachineOperand &StoreBase = getBaseOperand(StoreInst); in updateKillStatus()
508 getBaseOperand(LastLoad).setIsKill(LoadBase.isKill()); in updateKillStatus()
514 getBaseOperand(StInst->getPrevNode()).setIsKill(StoreBase.isKill()); in updateKillStatus()
610 const MachineOperand &LoadBase = getBaseOperand(LoadInst); in hasSameBaseOpValue()
611 const MachineOperand &StoreBase = getBaseOperand(StoreInst); in hasSameBaseOpValue()