Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
HDAArch64BaseInfo.cpp36 namespace AArch64DB { namespace
HDAArch64BaseInfo.h387 namespace AArch64DB {
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
HDAArch64InstPrinter.cpp1839 auto DB = AArch64DB::lookupDBByEncoding(Val); in printBarrierOption()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
HDAArch64AsmParser.cpp3995 auto DB = AArch64DB::lookupDBByEncoding(Value); in tryParseBarrierOperand()
4007 auto DB = AArch64DB::lookupDBByName(Operand); in tryParseBarrierOperand()
4009 if (Mnemonic == "isb" && (!DB || DB->Encoding != AArch64DB::sy)) in tryParseBarrierOperand()