Searched refs:UseKill (Results 1 – 2 of 2) sorted by relevance
1696 bool UseKill = SB.IsKill && i == SB.NumSubRegs - 1; in spillSGPR() local1702 .addReg(SubReg, getKillRegState(UseKill)) in spillSGPR()1719 MIB.addReg(SB.SuperReg, getKillRegState(UseKill) | RegState::Implicit); in spillSGPR()
1008 bool UseKill = CanKillSuperReg && Idx == SubIndices.size() - 1; in copyPhysReg() local1014 RI.getSubReg(SrcReg, SubIdx), UseKill, *RS, in copyPhysReg()1030 .addReg(SrcReg, getKillRegState(UseKill) | RegState::Implicit); in copyPhysReg()1040 Builder.addReg(SrcReg, getKillRegState(UseKill) | RegState::Implicit); in copyPhysReg()