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

Declarations

lib/Target/Mips/MipsSubtarget.h
   51   static bool DspWarningPrinted;

References

lib/Target/Mips/MipsSubtarget.cpp
  165   if (hasDSPR2() && !DspWarningPrinted) {
  169       DspWarningPrinted = true;
  173       DspWarningPrinted = true;
  175   } else if (hasDSP() && !DspWarningPrinted) {
  179       DspWarningPrinted = true;
  183       DspWarningPrinted = true;