Lines Matching refs:getKillRegState
184 .addReg(Reg2, getKillRegState(Reg2IsKill)) in commuteInstruction()
185 .addReg(Reg1, getKillRegState(Reg1IsKill)) in commuteInstruction()
436 .addReg(SrcReg).addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
438 BuildMI(MBB, I, DL, MCID, DestReg).addReg(SrcReg, getKillRegState(KillSrc)); in copyPhysReg()
453 getKillRegState(isKill)), in StoreRegToStackSlot()
462 getKillRegState(isKill)), in StoreRegToStackSlot()
469 getKillRegState(isKill)), in StoreRegToStackSlot()
478 getKillRegState(isKill)), in StoreRegToStackSlot()
484 getKillRegState(isKill)), in StoreRegToStackSlot()
489 getKillRegState(isKill)), in StoreRegToStackSlot()
496 getKillRegState(isKill)), in StoreRegToStackSlot()
514 .addReg(SrcReg, getKillRegState(isKill))); in StoreRegToStackSlot()
530 getKillRegState(isKill)), in StoreRegToStackSlot()
576 .addReg(SrcReg, getKillRegState(isKill)) in StoreRegToStackSlot()