Home
last modified time | relevance | path

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

/src/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 __anonced995d30111::SystemZOperand
161 static std::unique_ptr<SystemZOperand> createInvalid(SMLoc StartLoc, in createInvalid()
163 return std::make_unique<SystemZOperand>(KindInvalid, StartLoc, EndLoc); in createInvalid()
166 static std::unique_ptr<SystemZOperand> createToken(StringRef Str, SMLoc Loc) { in createToken()
167 auto Op = std::make_unique<SystemZOperand>(KindToken, Loc, Loc); in createToken()
173 static std::unique_ptr<SystemZOperand>
175 auto Op = std::make_unique<SystemZOperand>(KindReg, StartLoc, EndLoc); in createReg()
181 static std::unique_ptr<SystemZOperand>
183 auto Op = std::make_unique<SystemZOperand>(KindImm, StartLoc, EndLoc); in createImm()
[all …]