Lines Matching refs:KillSrc
328 MCRegister DestReg, MCRegister SrcReg, bool KillSrc, in copyPhysSubRegs() argument
350 if (KillSrc) in copyPhysSubRegs()
357 bool KillSrc) const { in copyPhysReg()
361 .addReg(SrcReg, getKillRegState(KillSrc)) in copyPhysReg()
379 .addReg(SrcReg, getKillRegState(KillSrc)) in copyPhysReg()
386 copyPhysSubRegs(MBB, I, DL, DestReg, SrcReg, KillSrc, get(VE::ORri), in copyPhysReg()
826 bool KillSrc = IsSrcReg ? MI.getOperand(2).isKill() : false; in expandPostRAPseudo() local
839 .addReg(Src, getKillRegState(KillSrc)); in expandPostRAPseudo()
853 .addReg(Src, getKillRegState(KillSrc)) in expandPostRAPseudo()
873 bool KillSrc = MI.getOperand(1).isKill(); in expandPostRAPseudo() local
886 if (KillSrc) { in expandPostRAPseudo()