Searched refs:UseKill (Results 1 – 2 of 2) sorted by relevance
1733 bool UseKill = SB.IsKill && IsLastSubreg; in spillSGPR() local1740 .addReg(SubReg, getKillRegState(UseKill)) in spillSGPR()1757 MIB.addReg(SB.SuperReg, getKillRegState(UseKill) | RegState::Implicit); in spillSGPR()
1013 bool UseKill = CanKillSuperReg && Idx == SubIndices.size() - 1; in copyPhysReg() local1019 RI.getSubReg(SrcReg, SubIdx), UseKill, *RS, Overlap, in copyPhysReg()1035 .addReg(SrcReg, getKillRegState(UseKill) | RegState::Implicit); in copyPhysReg()1045 Builder.addReg(SrcReg, getKillRegState(UseKill) | RegState::Implicit); in copyPhysReg()