Lines Matching refs:IsKill
82 bool IsKill; member
114 IsKill(MI->getOperand(0).isKill()), DL(MI->getDebugLoc()), Index(Index), in SGPRSpillBuilder()
939 unsigned ValueReg, bool IsKill) { in spillVGPRtoAGPR() argument
959 .addReg(Src, getKillRegState(IsKill)); in spillVGPRtoAGPR()
1041 unsigned LoadStoreOp, int Index, Register ValueReg, bool IsKill, in buildSpillLoadStore() argument
1172 SrcDstRegState |= getKillRegState(IsKill); in buildSpillLoadStore()
1187 auto MIB = spillVGPRtoAGPR(ST, MBB, MI, Index, Lane, Sub, IsKill); in buildSpillLoadStore()
1235 .addReg(SubReg, getKillRegState(IsKill)); in buildSpillLoadStore()
1250 .addReg(SubReg, getDefRegState(!IsStore) | getKillRegState(IsKill)); in buildSpillLoadStore()
1291 bool IsKill) const { in buildVGPRSpillLoadStore()
1315 buildSpillLoadStore(SB.MBB, SB.MI, Opc, Index, SB.TmpVGPR, IsKill, FrameReg, in buildVGPRSpillLoadStore()
1346 bool UseKill = SB.IsKill && i == SB.NumSubRegs - 1; in spillSGPR()
1379 unsigned SubKillState = getKillRegState((SB.NumSubRegs == 1) && SB.IsKill); in spillSGPR()
1417 SuperKillState |= getKillRegState(SB.IsKill); in spillSGPR()