Lines Matching refs:DstIsDead
106 const bool DstIsDead = MI.getOperand(0).isDead();
109 .addReg(DstReg, RegState::Define | getDeadRegState(DstIsDead))
171 const bool DstIsDead = MI.getOperand(0).isDead();
187 RegState::Define | getDeadRegState(DstIsDead && CountThree))
211 .addReg(DstReg, RegState::Define | getDeadRegState(DstIsDead))
354 const bool DstIsDead = MI.getOperand(0).isDead();
361 RegState::Define | getDeadRegState(DstIsDead && SingleMovk))
377 .addReg(DstReg, RegState::Define | getDeadRegState(DstIsDead))
523 bool DstIsDead = MI.getOperand(0).isDead();
527 getDeadRegState(DstIsDead && Shift == LastShift))
552 getDeadRegState(DstIsDead && Shift == LastShift))