Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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 __anond0f948490111::SystemZOperand
156 static std::unique_ptr<SystemZOperand> createInvalid(SMLoc StartLoc, in createInvalid()
158 return std::make_unique<SystemZOperand>(KindInvalid, StartLoc, EndLoc); in createInvalid()
161 static std::unique_ptr<SystemZOperand> createToken(StringRef Str, SMLoc Loc) { in createToken()
162 auto Op = std::make_unique<SystemZOperand>(KindToken, Loc, Loc); in createToken()
168 static std::unique_ptr<SystemZOperand>
170 auto Op = std::make_unique<SystemZOperand>(KindReg, StartLoc, EndLoc); in createReg()
176 static std::unique_ptr<SystemZOperand>
178 auto Op = std::make_unique<SystemZOperand>(KindImm, StartLoc, EndLoc); in createImm()
[all …]