reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/X86/X86FixupLEAs.cpp
  498   if ((SrcR1 == 0 || SrcR1 != DstR) && (SrcR2 == 0 || SrcR2 != DstR))
  498   if ((SrcR1 == 0 || SrcR1 != DstR) && (SrcR2 == 0 || SrcR2 != DstR))
  508     const MachineOperand &Src = SrcR1 == DstR ? Index : Base;
  510         BuildMI(MBB, I, MI.getDebugLoc(), ADDrr, DstR).addReg(DstR).add(Src);
  510         BuildMI(MBB, I, MI.getDebugLoc(), ADDrr, DstR).addReg(DstR).add(Src);
  517     const MachineOperand &SrcR = SrcR1 == DstR ? Base : Index;
  518     NewMI = BuildMI(MBB, I, MI.getDebugLoc(), ADDri, DstR)