Home
last modified time | relevance | path

Searched refs:UseKill (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp1733 bool UseKill = SB.IsKill && IsLastSubreg; in spillSGPR() local
1740 .addReg(SubReg, getKillRegState(UseKill)) in spillSGPR()
1757 MIB.addReg(SB.SuperReg, getKillRegState(UseKill) | RegState::Implicit); in spillSGPR()
H A DSIInstrInfo.cpp1013 bool UseKill = CanKillSuperReg && Idx == SubIndices.size() - 1; in copyPhysReg() local
1019 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()