Lines Matching refs:isDead
161 bool DstIsDead = MI.getOperand(0).isDead(); in expandMOVImm()
174 bool DstIsDead = MI.getOperand(0).isDead(); in expandMOVImm()
193 bool DstIsDead = MI.getOperand(0).isDead(); in expandMOVImm()
207 bool DstIsDead = MI.getOperand(0).isDead(); in expandMOVImm()
218 bool DstIsDead = MI.getOperand(0).isDead(); in expandMOVImm()
243 bool StatusDead = MI.getOperand(1).isDead(); in expandCMP_SWAP()
271 .addReg(Dest.getReg(), getKillRegState(Dest.isDead())) in expandCMP_SWAP()
323 bool StatusDead = MI.getOperand(2).isDead(); in expandCMP_SWAP_128()
377 .addReg(DestLo.getReg(), getKillRegState(DestLo.isDead())) in expandCMP_SWAP_128()
385 .addReg(DestHi.getReg(), getKillRegState(DestHi.isDead())) in expandCMP_SWAP_128()
498 bool DstIsDead = MI.getOperand(0).isDead(); in expand_DestructiveOp()