HomeSort by: relevance | last modified time | path
    Searched refs:AArch64DB (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.cpp 36 namespace AArch64DB {
AArch64BaseInfo.h 357 namespace AArch64DB {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64InstPrinter.cpp 1415 auto DB = AArch64DB::lookupDBByEncoding(Val);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 3102 auto DB = AArch64DB::lookupDBByEncoding(Value);
3116 auto DB = AArch64DB::lookupDBByName(Operand);
3118 if (Mnemonic == "isb" && (!DB || DB->Encoding != AArch64DB::sy)) {

Completed in 109 milliseconds