Lines Matching refs:DstIsDead
107 const bool DstIsDead = MI.getOperand(0).isDead(); in tryOrrMovk() local
110 .addReg(DstReg, RegState::Define | getDeadRegState(DstIsDead)) in tryOrrMovk()
172 const bool DstIsDead = MI.getOperand(0).isDead(); in tryToreplicateChunks() local
188 RegState::Define | getDeadRegState(DstIsDead && CountThree)) in tryToreplicateChunks()
212 .addReg(DstReg, RegState::Define | getDeadRegState(DstIsDead)) in tryToreplicateChunks()
355 const bool DstIsDead = MI.getOperand(0).isDead(); in trySequenceOfOnes() local
362 RegState::Define | getDeadRegState(DstIsDead && SingleMovk)) in trySequenceOfOnes()
378 .addReg(DstReg, RegState::Define | getDeadRegState(DstIsDead)) in trySequenceOfOnes()
524 bool DstIsDead = MI.getOperand(0).isDead(); in expandMOVImm() local
528 getDeadRegState(DstIsDead && Shift == LastShift)) in expandMOVImm()
553 getDeadRegState(DstIsDead && Shift == LastShift)) in expandMOVImm()