Home | History | Annotate | Download | only in X86

Lines Matching refs:leaOutReg

802   unsigned leaOutReg = RegInfo.createVirtualRegister(&X86::GR32RegClass);
826 BuildMI(*MFI, MBBI, MI.getDebugLoc(), get(Opc), leaOutReg);
880 .addReg(leaOutReg, RegState::Kill, X86::sub_16bit);
885 LV->getVarInfo(leaOutReg).Kills.push_back(ExtMI);