Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp86 class SystemZOperand : public MCParsedAsmOperand { class
162 SystemZOperand(OperandKind Kind, SMLoc StartLoc, SMLoc EndLoc) in SystemZOperand() function in __anonde0c959e0111::SystemZOperand
166 static std::unique_ptr<SystemZOperand> createInvalid(SMLoc StartLoc, in createInvalid()
168 return std::make_unique<SystemZOperand>(KindInvalid, StartLoc, EndLoc); in createInvalid()
171 static std::unique_ptr<SystemZOperand> createToken(StringRef Str, SMLoc Loc) { in createToken()
172 auto Op = std::make_unique<SystemZOperand>(KindToken, Loc, Loc); in createToken()
178 static std::unique_ptr<SystemZOperand>
180 auto Op = std::make_unique<SystemZOperand>(KindReg, StartLoc, EndLoc); in createReg()
186 static std::unique_ptr<SystemZOperand>
188 auto Op = std::make_unique<SystemZOperand>(KindImm, StartLoc, EndLoc); in createImm()
[all …]