Lines Matching refs:IsKill
1418 bool IsKill = !HRI.isEHReturnCalleeSaveReg(Reg); in insertCSRSpillsInBlock() local
1421 HII.storeRegToStackSlot(MBB, MI, Reg, IsKill, FI, RC, &HRI, Register()); in insertCSRSpillsInBlock()
1422 if (IsKill) in insertCSRSpillsInBlock()
1749 bool IsKill = MI->getOperand(2).isKill(); in expandStoreInt() local
1758 .addReg(SrcR, getKillRegState(IsKill)); in expandStoreInt()
1812 bool IsKill = MI->getOperand(2).isKill(); in expandStoreVecPred() local
1827 .addReg(SrcR, getKillRegState(IsKill)) in expandStoreVecPred()
1901 bool IsKill = MI->getOperand(2).isKill(); in expandStoreVec2() local
1916 .addReg(SrcLo, getKillRegState(IsKill)) in expandStoreVec2()
1927 .addReg(SrcHi, getKillRegState(IsKill)) in expandStoreVec2()
1988 bool IsKill = MI->getOperand(2).isKill(); in expandStoreVec() local
1998 .addReg(SrcR, getKillRegState(IsKill)) in expandStoreVec()
2567 const CSIVect &CSI, bool IsDef, bool IsKill) const { in addCalleeSaveRegistersAsImpOperand()
2570 MI->addOperand(MachineOperand::CreateReg(R.getReg(), IsDef, true, IsKill)); in addCalleeSaveRegistersAsImpOperand()