Searched refs:AArch64Operand (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp277 /// AArch64Operand - Instances of this class represent a parsed AArch64 machine
279 class AArch64Operand : public MCParsedAsmOperand { class in namespace:__anon3880
433 AArch64Operand(KindTy K, MCContext &Ctx) : Kind(K), Ctx(Ctx) {} function in class:__anon3880::AArch64Operand
435 AArch64Operand(const AArch64Operand &o) : MCParsedAsmOperand(), Ctx(o.Ctx) { function in class:__anon3880::AArch64Operand
1815 static std::unique_ptr<AArch64Operand>
1817 auto Op = std::make_unique<AArch64Operand>(k_Token, Ctx);
1826 static std::unique_ptr<AArch64Operand>
1832 auto Op = std::make_unique<AArch64Operand>(k_Register, Ctx);
1845 static std::unique_ptr<AArch64Operand>
[all...]

Completed in 81 milliseconds