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

References

lib/Target/AArch64/AArch64CollectLOH.cpp
  312     Info.MI1 = nullptr;
  354       OpInfo.MI1 = &MI;
  356     } else if (OpInfo.Type == MCLOH_AdrpAddStr && OpInfo.MI1 == nullptr) {
  359       OpInfo.MI1 = &MI;
  368     if (OpInfo.Type == MCLOH_AdrpAddStr && OpInfo.MI1 == nullptr) {
  371       OpInfo.MI1 = &MI;
  376       OpInfo.MI1 = &MI;
  412                         << '\t' << MI << '\t' << *Info.MI1 << '\t'
  414       AFI.addLOHDirective(MCLOH_AdrpAddLdr, {&MI, Info.MI1, Info.MI0});
  418       if (Info.MI1 != nullptr) {
  420                           << '\t' << MI << '\t' << *Info.MI1 << '\t'
  422         AFI.addLOHDirective(MCLOH_AdrpAddStr, {&MI, Info.MI1, Info.MI0});
  428                         << '\t' << MI << '\t' << *Info.MI1 << '\t'
  430       AFI.addLOHDirective(MCLOH_AdrpLdrGotLdr, {&MI, Info.MI1, Info.MI0});
  435                         << '\t' << MI << '\t' << *Info.MI1 << '\t'
  437       AFI.addLOHDirective(MCLOH_AdrpLdrGotStr, {&MI, Info.MI1, Info.MI0});