Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:VirtReg

368         unsigned VirtReg = I->getOperand(0).getReg();
369 if (!MRI.constrainRegClass(VirtReg, RC))
371 return VirtReg;
375 unsigned VirtReg = MRI.createVirtualRegister(RC);
376 BuildMI(*this, I, DebugLoc(), TII.get(TargetOpcode::COPY), VirtReg)
380 return VirtReg;