Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp76 class SystemZOperand : public MCParsedAsmOperand { class
152 SystemZOperand(OperandKind kind, SMLoc startLoc, SMLoc endLoc) in SystemZOperand() function in __anonc1ff31d20111::SystemZOperand
162 auto Op = std::make_unique<SystemZOperand>(KindToken, Loc, Loc); in createToken()
168 static std::unique_ptr<SystemZOperand>
176 static std::unique_ptr<SystemZOperand>
183 static std::unique_ptr<SystemZOperand>
200 static std::unique_ptr<SystemZOperand>
706 void SystemZOperand::print(raw_ostream &OS) const { in print()
954 Operands.push_back(SystemZOperand::createReg(Kind, RegNo, in parseAnyRegister()
1304 SystemZOperand &ZOperand = static_cast<SystemZOperand &>(Operand); in ParseDirectiveInsn()
[all …]