Home
last modified time | relevance | path

Searched refs:AArch64DB (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.cpp30 namespace AArch64DB { namespace
DAArch64BaseInfo.h279 namespace AArch64DB {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.cpp30 namespace AArch64DB { namespace
DAArch64BaseInfo.h300 namespace AArch64DB {
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp2742 auto DB = AArch64DB::lookupDBByEncoding(MCE->getValue()); in tryParseBarrierOperand()
2753 auto DB = AArch64DB::lookupDBByName(Tok.getString()); in tryParseBarrierOperand()
2760 if (Mnemonic == "isb" && DB->Encoding != AArch64DB::sy) { in tryParseBarrierOperand()
/external/llvm/lib/Target/AArch64/InstPrinter/
DAArch64InstPrinter.cpp1408 auto DB = AArch64DB::lookupDBByEncoding(Val); in printBarrierOption()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp2864 auto DB = AArch64DB::lookupDBByEncoding(MCE->getValue()); in tryParseBarrierOperand()
2877 auto DB = AArch64DB::lookupDBByName(Tok.getString()); in tryParseBarrierOperand()
2878 if (Mnemonic == "isb" && (!DB || DB->Encoding != AArch64DB::sy)) { in tryParseBarrierOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/InstPrinter/
DAArch64InstPrinter.cpp1343 auto DB = AArch64DB::lookupDBByEncoding(Val); in printBarrierOption()