Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp81 class SystemZOperand : public MCParsedAsmOperand { class
157 SystemZOperand(OperandKind Kind, SMLoc StartLoc, SMLoc EndLoc) in SystemZOperand() function in __anon2dbeb9140111::SystemZOperand
167 auto Op = std::make_unique<SystemZOperand>(KindToken, Loc, Loc); in createToken()
173 static std::unique_ptr<SystemZOperand>
181 static std::unique_ptr<SystemZOperand>
188 static std::unique_ptr<SystemZOperand>
205 static std::unique_ptr<SystemZOperand>
717 void SystemZOperand::print(raw_ostream &OS) const { in print()
954 Operands.push_back(SystemZOperand::createReg(Kind, RegNo, in parseAnyRegister()
1299 SystemZOperand &ZOperand = static_cast<SystemZOperand &>(Operand); in ParseDirectiveInsn()
[all …]