Lines Matching refs:getBaseOperand
299 static MachineOperand &getBaseOperand(MachineInstr *MI) { in getBaseOperand() function
314 MachineOperand &Base = getBaseOperand(MI); in isRelevantAddressingMode()
386 MachineOperand &LoadBase = getBaseOperand(LoadInst); in buildCopy()
387 MachineOperand &StoreBase = getBaseOperand(StoreInst); in buildCopy()
405 getBaseOperand(NewLoad).setIsKill(false); in buildCopy()
423 getBaseOperand(NewStore).setIsKill(false); in buildCopy()
493 MachineOperand &LoadBase = getBaseOperand(LoadInst); in updateKillStatus()
494 MachineOperand &StoreBase = getBaseOperand(StoreInst); in updateKillStatus()
503 getBaseOperand(LastLoad).setIsKill(LoadBase.isKill()); in updateKillStatus()
509 getBaseOperand(StInst->getPrevNode()).setIsKill(StoreBase.isKill()); in updateKillStatus()
610 MachineOperand &LoadBase = getBaseOperand(LoadInst); in hasSameBaseOpValue()
611 MachineOperand &StoreBase = getBaseOperand(StoreInst); in hasSameBaseOpValue()