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

References

lib/Target/AArch64/AArch64CollectLOH.cpp
  305     Info.MI0 = &MI;
  311     Info.MI0 = &MI;
  316     Info.MI0 = &MI;
  322     Info.MI0 = &MI;
  398                         << '\t' << MI << '\t' << *Info.MI0);
  399       AFI.addLOHDirective(MCLOH_AdrpAdd, {&MI, Info.MI0});
  403       if (supportLoadFromLiteral(*Info.MI0)) {
  405                           << '\t' << MI << '\t' << *Info.MI0);
  406         AFI.addLOHDirective(MCLOH_AdrpLdr, {&MI, Info.MI0});
  413                         << *Info.MI0);
  414       AFI.addLOHDirective(MCLOH_AdrpAddLdr, {&MI, Info.MI1, Info.MI0});
  421                           << *Info.MI0);
  422         AFI.addLOHDirective(MCLOH_AdrpAddStr, {&MI, Info.MI1, Info.MI0});
  429                         << *Info.MI0);
  430       AFI.addLOHDirective(MCLOH_AdrpLdrGotLdr, {&MI, Info.MI1, Info.MI0});
  436                         << *Info.MI0);
  437       AFI.addLOHDirective(MCLOH_AdrpLdrGotStr, {&MI, Info.MI1, Info.MI0});
  442                         << '\t' << MI << '\t' << *Info.MI0);
  443       AFI.addLOHDirective(MCLOH_AdrpLdrGot, {&MI, Info.MI0});