Home | History | Annotate | Download | only in ARM

Lines Matching refs:FalseReg

1900   MachineOperand FalseReg = MI.getOperand(Invert ? 2 : 1);
1902 const TargetRegisterClass *PreviousClass = MRI.getRegClass(FalseReg.getReg());
1930 // The tie makes the register allocator ensure the FalseReg is allocated the
1932 FalseReg.setImplicit();
1933 NewMI.addOperand(FalseReg);