Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp80 class SystemZOperand : public MCParsedAsmOperand { class
156 SystemZOperand(OperandKind kind, SMLoc startLoc, SMLoc endLoc) in SystemZOperand() function in __anon4f8b82ce0111::SystemZOperand
166 auto Op = std::make_unique<SystemZOperand>(KindToken, Loc, Loc); in createToken()
172 static std::unique_ptr<SystemZOperand>
180 static std::unique_ptr<SystemZOperand>
187 static std::unique_ptr<SystemZOperand>
204 static std::unique_ptr<SystemZOperand>
718 void SystemZOperand::print(raw_ostream &OS) const { in print()
966 Operands.push_back(SystemZOperand::createReg(Kind, RegNo, in parseAnyRegister()
1318 SystemZOperand &ZOperand = static_cast<SystemZOperand &>(Operand); in ParseDirectiveInsn()
[all …]