Home
last modified time | relevance | path

Searched defs:AArch64Operand (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp150 class AArch64Operand : public MCParsedAsmOperand { class
272 AArch64Operand(KindTy K, MCContext &Ctx) : Kind(K), Ctx(Ctx) {} in AArch64Operand() function in __anon06df1f000211::AArch64Operand
274 AArch64Operand(const AArch64Operand &o) : MCParsedAsmOperand(), Ctx(o.Ctx) { in AArch64Operand() function in __anon06df1f000211::AArch64Operand
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp275 class AArch64Operand : public MCParsedAsmOperand { class
429 AArch64Operand(KindTy K, MCContext &Ctx) : Kind(K), Ctx(Ctx) {} in AArch64Operand() function in __anonc6b331620111::AArch64Operand
431 AArch64Operand(const AArch64Operand &o) : MCParsedAsmOperand(), Ctx(o.Ctx) { in AArch64Operand() function in __anonc6b331620111::AArch64Operand