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

References

gen/lib/Target/Sparc/SparcGenSubtargetInfo.inc
  494   if (Bits[Sparc::DetectRoundChange]) DetectRoundChange = true;
  495   if (Bits[Sparc::FeatureHardQuad]) HasHardQuad = true;
  496   if (Bits[Sparc::FeatureLeon]) IsLeon = true;
  497   if (Bits[Sparc::FeatureNoFMULS]) HasNoFMULS = true;
  498   if (Bits[Sparc::FeatureNoFSMULD]) HasNoFSMULD = true;
  499   if (Bits[Sparc::FeaturePWRPSR]) HasPWRPSR = true;
  500   if (Bits[Sparc::FeatureSoftFloat]) UseSoftFloat = true;
  501   if (Bits[Sparc::FeatureSoftMulDiv]) UseSoftMulDiv = true;
  502   if (Bits[Sparc::FeatureV8Deprecated]) V8DeprecatedInsts = true;
  503   if (Bits[Sparc::FeatureV9]) IsV9 = true;
  504   if (Bits[Sparc::FeatureVIS]) IsVIS = true;
  505   if (Bits[Sparc::FeatureVIS2]) IsVIS2 = true;
  506   if (Bits[Sparc::FeatureVIS3]) IsVIS3 = true;
  507   if (Bits[Sparc::FixAllFDIVSQRT]) FixAllFDIVSQRT = true;
  508   if (Bits[Sparc::InsertNOPLoad]) InsertNOPLoad = true;
  509   if (Bits[Sparc::LeonCASA]) HasLeonCasa = true;
  510   if (Bits[Sparc::LeonCycleCounter]) HasLeonCycleCounter = true;
  511   if (Bits[Sparc::UMACSMACSupport]) HasUmacSmac = true;
  512   if (Bits[Sparc::UsePopc]) UsePopc = true;