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

References

gen/lib/Target/WebAssembly/WebAssemblyGenSubtargetInfo.inc
  152   if (Bits[WebAssembly::FeatureAtomics]) HasAtomics = true;
  153   if (Bits[WebAssembly::FeatureBulkMemory]) HasBulkMemory = true;
  154   if (Bits[WebAssembly::FeatureExceptionHandling]) HasExceptionHandling = true;
  155   if (Bits[WebAssembly::FeatureMultivalue]) HasMultivalue = true;
  156   if (Bits[WebAssembly::FeatureMutableGlobals]) HasMutableGlobals = true;
  157   if (Bits[WebAssembly::FeatureNontrappingFPToInt]) HasNontrappingFPToInt = true;
  158   if (Bits[WebAssembly::FeatureSIMD128] && SIMDLevel < SIMD128) SIMDLevel = SIMD128;
  159   if (Bits[WebAssembly::FeatureSignExt]) HasSignExt = true;
  160   if (Bits[WebAssembly::FeatureTailCall]) HasTailCall = true;
  161   if (Bits[WebAssembly::FeatureUnimplementedSIMD128] && SIMDLevel < UnimplementedSIMD128) SIMDLevel = UnimplementedSIMD128;