Searched refs:UseKill (Results 1 – 2 of 2) sorted by relevance
1346 bool UseKill = SB.IsKill && i == SB.NumSubRegs - 1; in spillSGPR() local1352 .addReg(SubReg, getKillRegState(UseKill)) in spillSGPR()1369 MIB.addReg(SB.SuperReg, getKillRegState(UseKill) | RegState::Implicit); in spillSGPR()
932 bool UseKill = CanKillSuperReg && Idx == SubIndices.size() - 1; in copyPhysReg() local938 RI.getSubReg(SrcReg, SubIdx), UseKill, *RS, in copyPhysReg()954 .addReg(SrcReg, getKillRegState(UseKill) | RegState::Implicit); in copyPhysReg()964 Builder.addReg(SrcReg, getKillRegState(UseKill) | RegState::Implicit); in copyPhysReg()