Searched refs:NewMFMAOpc (Results 1 – 2 of 2) sorted by relevance
422 int NewMFMAOpc = AMDGPU::getMFMAEarlyClobberOp(MI->getOpcode()); in updateOperand() local423 if (NewMFMAOpc == -1) in updateOperand()425 MI->setDesc(TII->get(NewMFMAOpc)); in updateOperand()
3828 int NewMFMAOpc = AMDGPU::getMFMAEarlyClobberOp(Opc); in convertToThreeAddress() local3829 if (NewMFMAOpc != -1) { in convertToThreeAddress()3831 BuildMI(MBB, MI, MI.getDebugLoc(), get(NewMFMAOpc)); in convertToThreeAddress()