Lines Matching refs:IsKill
1089 bool IsKill = !HRI.isEHReturnCalleeSaveReg(Reg); in insertCSRSpillsInBlock() local
1092 HII.storeRegToStackSlot(MBB, MI, Reg, IsKill, FI, RC, &HRI); in insertCSRSpillsInBlock()
1093 if (IsKill) in insertCSRSpillsInBlock()
1404 bool IsKill = MI->getOperand(2).isKill(); in expandStoreInt() local
1415 .addReg(SrcR, getKillRegState(IsKill)); in expandStoreInt()
1467 bool IsKill = MI->getOperand(2).isKill(); in expandStoreVecPred() local
1488 .addReg(SrcR, getKillRegState(IsKill)) in expandStoreVecPred()
1552 bool IsKill = MI->getOperand(2).isKill(); in expandStoreVec2() local
1574 .addReg(SrcLo, getKillRegState(IsKill)) in expandStoreVec2()
1586 .addReg(SrcHi, getKillRegState(IsKill)) in expandStoreVec2()
1654 bool IsKill = MI->getOperand(2).isKill(); in expandStoreVec() local
1675 .addReg(SrcR, getKillRegState(IsKill)) in expandStoreVec()
2263 const CSIVect &CSI, bool IsDef, bool IsKill) const { in addCalleeSaveRegistersAsImpOperand()
2266 MI->addOperand(MachineOperand::CreateReg(R.getReg(), IsDef, true, IsKill)); in addCalleeSaveRegistersAsImpOperand()