Lines Matching refs:isKill
205 bool Reg1IsKill = MI.getOperand(Idx1).isKill(); in commuteInstructionImpl()
206 bool Reg2IsKill = MI.getOperand(Idx2).isKill(); in commuteInstructionImpl()
797 storeRegToStackSlot(*MBB, Pos, MO.getReg(), MO.isKill(), FI, RC, TRI, in foldMemoryOperand()
870 if (MO.isKill() && TRI->regsOverlap(DstReg, MO.getReg())) in transferImplicitOperands()
901 SrcMO.getReg(), SrcMO.isKill(), in lowerCopy()
1355 bool KillA = OpA.isKill(); in reassociateOps()
1356 bool KillX = OpX.isKill(); in reassociateOps()
1357 bool KillY = OpY.isKill(); in reassociateOps()
1535 getKillRegState(Instr->getOperand(2).isKill())) in genAlternativeCodeSequence()
1537 getKillRegState(Instr->getOperand(3).isKill())); in genAlternativeCodeSequence()
1552 getKillRegState(Instr->getOperand(2).isKill())) in genAlternativeCodeSequence()
1554 getKillRegState(Instr->getOperand(3).isKill())); in genAlternativeCodeSequence()