Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:RetryOldVal

6552   unsigned RetryOldVal  = MRI.createVirtualRegister(RC);
6574 // %OldVal = phi [ %OrigOldVal, EntryBB ], [ %RetryOldVal, SetMBB ]
6590 .addReg(RetryOldVal).addMBB(SetMBB);
6615 // %RetryOldVal = CS %Dest, %StoreVal, Disp(%Base)
6623 BuildMI(MBB, DL, TII->get(CSOpcode), RetryOldVal)