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

References

lib/Support/AArch64TargetParser.cpp
   68     Features.push_back("+fp-armv8");
   70     Features.push_back("+neon");
   72     Features.push_back("+crc");
   74     Features.push_back("+crypto");
   76     Features.push_back("+dotprod");
   78     Features.push_back("+fp16fml");
   80     Features.push_back("+fullfp16");
   82     Features.push_back("+spe");
   84     Features.push_back("+ras");
   86     Features.push_back("+lse");
   88     Features.push_back("+rdm");
   90     Features.push_back("+sve");
   92     Features.push_back("+sve2");
   94     Features.push_back("+sve2-aes");
   96     Features.push_back("+sve2-sm4");
   98     Features.push_back("+sve2-sha3");
  100     Features.push_back("+sve2-bitperm");
  102     Features.push_back("+rcpc");