Lines Matching refs:getBaseOperand
299 static MachineOperand &getBaseOperand(MachineInstr *MI) { in getBaseOperand() function
314 const MachineOperand &Base = getBaseOperand(MI); in isRelevantAddressingMode()
390 MachineOperand &LoadBase = getBaseOperand(LoadInst); in buildCopy()
391 MachineOperand &StoreBase = getBaseOperand(StoreInst); in buildCopy()
409 getBaseOperand(NewLoad).setIsKill(false); in buildCopy()
429 getBaseOperand(NewStore).setIsKill(false); in buildCopy()
499 MachineOperand &LoadBase = getBaseOperand(LoadInst); in updateKillStatus()
500 MachineOperand &StoreBase = getBaseOperand(StoreInst); in updateKillStatus()
513 getBaseOperand(LastLoad).setIsKill(LoadBase.isKill()); in updateKillStatus()
519 getBaseOperand(StInst->getPrevNode()).setIsKill(StoreBase.isKill()); in updateKillStatus()
616 const MachineOperand &LoadBase = getBaseOperand(LoadInst); in hasSameBaseOpValue()
617 const MachineOperand &StoreBase = getBaseOperand(StoreInst); in hasSameBaseOpValue()