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

References

lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
 2362         return Optional<StringRef>(Res->Name);
 2364       return Optional<StringRef>(Res->Name);
 2901       std::string Str("IC " + std::string(IC->Name) + " requires ");
 2911       std::string Str("DC " + std::string(DC->Name) + " requires ");
 2921       std::string Str("AT " + std::string(AT->Name) + " requires ");
 2931       std::string Str("TLBI " + std::string(TLBI->Name) + " requires ");
 2942           Mnemonic.upper() + std::string(PRCTX->Name) + " requires ");
 3004         MCE->getValue(), DB ? DB->Name : "", ExprLoc, getContext()));
lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.cpp
  805       Name = std::string(PRCTX->Name);
  817       Name = std::string(IC->Name);
  829       Name = std::string(DC->Name);
  840       Name = std::string(AT->Name);
  852     Name = std::string(TLBI->Name);
 1109       O << PRFM->Name;
 1113     O << PRFM->Name;
 1126     O << PSB->Name;
 1137     O << BTI->Name;
 1380     Name = ISB ? ISB->Name : "";
 1383     Name = TSB ? TSB->Name : "";
 1386     Name = DB ? DB->Name : "";
 1441     O << PState->Name;