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

References

gen/lib/Target/ARM/ARMGenAsmMatcher.inc
 9822   if ((FB[ARM::FeatureCrypto]))
gen/lib/Target/ARM/ARMGenDisassemblerTables.inc
16633     return (Bits[ARM::HasV8Ops] && Bits[ARM::FeatureCrypto]);
gen/lib/Target/ARM/ARMGenSubtargetInfo.inc
  263   { "crypto", "Enable support for Cryptography extensions", ARM::FeatureCrypto, { { { 0x800000000ULL, 0x800008000ULL, 0x0ULL, } } } },
19423   if (Bits[ARM::FeatureCrypto]) HasCrypto = true;
lib/Target/ARM/ARMTargetTransformInfo.h
   63       ARM::FeatureCrypto, ARM::FeatureCRC, ARM::FeatureRAS,
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
11728       {ARM::FeatureCrypto, ARM::FeatureNEON, ARM::FeatureFPARMv8} },
lib/Target/ARM/MCTargetDesc/ARMTargetStreamer.cpp
  211       if (STI.hasFeature(ARM::FeatureCrypto))