Lines Matching refs:IsKill
1269 bool IsKill = !HRI.isEHReturnCalleeSaveReg(Reg); in insertCSRSpillsInBlock() local
1272 HII.storeRegToStackSlot(MBB, MI, Reg, IsKill, FI, RC, &HRI); in insertCSRSpillsInBlock()
1273 if (IsKill) in insertCSRSpillsInBlock()
1600 bool IsKill = MI->getOperand(2).isKill(); in expandStoreInt() local
1609 .addReg(SrcR, getKillRegState(IsKill)); in expandStoreInt()
1663 bool IsKill = MI->getOperand(2).isKill(); in expandStoreVecPred() local
1678 .addReg(SrcR, getKillRegState(IsKill)) in expandStoreVecPred()
1752 bool IsKill = MI->getOperand(2).isKill(); in expandStoreVec2() local
1767 .addReg(SrcLo, getKillRegState(IsKill)) in expandStoreVec2()
1778 .addReg(SrcHi, getKillRegState(IsKill)) in expandStoreVec2()
1839 bool IsKill = MI->getOperand(2).isKill(); in expandStoreVec() local
1849 .addReg(SrcR, getKillRegState(IsKill)) in expandStoreVec()
2411 const CSIVect &CSI, bool IsDef, bool IsKill) const { in addCalleeSaveRegistersAsImpOperand()
2414 MI->addOperand(MachineOperand::CreateReg(R.getReg(), IsDef, true, IsKill)); in addCalleeSaveRegistersAsImpOperand()