Searched refs:AArch64Operand (Results 1 – 1 of 1) sorted by relevance
40 class AArch64Operand;146 class AArch64Operand : public MCParsedAsmOperand { class260 AArch64Operand(KindTy K, MCContext &Ctx) : Kind(K), Ctx(Ctx) {} in AArch64Operand() function in __anon26fd99540211::AArch64Operand262 AArch64Operand(const AArch64Operand &o) : MCParsedAsmOperand(), Ctx(o.Ctx) { in AArch64Operand() function in __anon26fd99540211::AArch64Operand1530 static std::unique_ptr<AArch64Operand>1532 auto Op = make_unique<AArch64Operand>(k_Token, Ctx); in CreateToken()1541 static std::unique_ptr<AArch64Operand>1543 auto Op = make_unique<AArch64Operand>(k_Register, Ctx); in CreateReg()1551 static std::unique_ptr<AArch64Operand>1554 auto Op = make_unique<AArch64Operand>(k_VectorList, Ctx); in CreateVectorList()[all …]