Lines Matching refs:IsKill
1422 bool IsKill = !HRI.isEHReturnCalleeSaveReg(Reg); in insertCSRSpillsInBlock() local
1425 HII.storeRegToStackSlot(MBB, MI, Reg, IsKill, FI, RC, &HRI); in insertCSRSpillsInBlock()
1426 if (IsKill) in insertCSRSpillsInBlock()
1785 bool IsKill = MI->getOperand(2).isKill(); in expandStoreInt() local
1794 .addReg(SrcR, getKillRegState(IsKill)); in expandStoreInt()
1848 bool IsKill = MI->getOperand(2).isKill(); in expandStoreVecPred() local
1863 .addReg(SrcR, getKillRegState(IsKill)) in expandStoreVecPred()
1937 bool IsKill = MI->getOperand(2).isKill(); in expandStoreVec2() local
1957 .addReg(SrcLo, getKillRegState(IsKill)) in expandStoreVec2()
1968 .addReg(SrcHi, getKillRegState(IsKill)) in expandStoreVec2()
2035 bool IsKill = MI->getOperand(2).isKill(); in expandStoreVec() local
2046 .addReg(SrcR, getKillRegState(IsKill)) in expandStoreVec()
2617 const CSIVect &CSI, bool IsDef, bool IsKill) const { in addCalleeSaveRegistersAsImpOperand()
2620 MI->addOperand(MachineOperand::CreateReg(R.getReg(), IsDef, true, IsKill)); in addCalleeSaveRegistersAsImpOperand()