Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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 __anon21cc4c950111::SystemZOperand
160 static std::unique_ptr<SystemZOperand> createInvalid(SMLoc StartLoc, in createInvalid()
162 return std::make_unique<SystemZOperand>(KindInvalid, StartLoc, EndLoc); in createInvalid()
165 static std::unique_ptr<SystemZOperand> createToken(StringRef Str, SMLoc Loc) { in createToken()
166 auto Op = std::make_unique<SystemZOperand>(KindToken, Loc, Loc); in createToken()
172 static std::unique_ptr<SystemZOperand>
174 auto Op = std::make_unique<SystemZOperand>(KindReg, StartLoc, EndLoc); in createReg()
180 static std::unique_ptr<SystemZOperand>
182 auto Op = std::make_unique<SystemZOperand>(KindImm, StartLoc, EndLoc); in createImm()
[all …]