Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:setPhysReg

194     bool setPhysReg(MachineInstr *MI, unsigned OpNum, unsigned PhysReg);
663 // setPhysReg - Change operand OpNum in MI the refer the PhysReg, considering
666 bool RAFast::setPhysReg(MachineInstr *MI, unsigned OpNum, unsigned PhysReg) {
741 setPhysReg(MI, i, PhysReg);
764 if (setPhysReg(MI, i, PhysReg))
852 setPhysReg(MI, i, LRI->PhysReg);
974 if (setPhysReg(MI, i, PhysReg))
1029 if (setPhysReg(MI, i, PhysReg)) {