Searched refs:AArch64Operand (Results 1 – 1 of 1) sorted by relevance
41 class AArch64Operand;148 class AArch64Operand : public MCParsedAsmOperand { class270 AArch64Operand(KindTy K, MCContext &Ctx) : Kind(K), Ctx(Ctx) {} in AArch64Operand() function in __anon26fd99540211::AArch64Operand272 AArch64Operand(const AArch64Operand &o) : MCParsedAsmOperand(), Ctx(o.Ctx) { in AArch64Operand() function in __anon26fd99540211::AArch64Operand1628 static std::unique_ptr<AArch64Operand>1630 auto Op = make_unique<AArch64Operand>(k_Token, Ctx); in CreateToken()1639 static std::unique_ptr<AArch64Operand>1641 auto Op = make_unique<AArch64Operand>(k_Register, Ctx); in CreateReg()1649 static std::unique_ptr<AArch64Operand>1652 auto Op = make_unique<AArch64Operand>(k_VectorList, Ctx); in CreateVectorList()[all …]