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

References

lib/Target/X86/X86FixupLEAs.cpp
  542   if (!(TII->isThreeOperandsLEA(MI) || hasInefficientLEABaseReg(Base, Index)) ||
  549   Register IndexReg = Index.getReg();
  587                   .addReg(Index.getReg(), RegState::Implicit);
  600                 .add(IsInefficientBase ? Index : Base)
  602                 .add(IsInefficientBase ? Base : Index)
  651                 .add(Index);
  662               .add(Index)