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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp74 class SystemZOperand : public MCParsedAsmOperand { class in namespace:__anon4315
150 SystemZOperand(OperandKind kind, SMLoc startLoc, SMLoc endLoc) function in class:__anon4315::SystemZOperand
154 static std::unique_ptr<SystemZOperand> createInvalid(SMLoc StartLoc,
156 return std::make_unique<SystemZOperand>(KindInvalid, StartLoc, EndLoc);
159 static std::unique_ptr<SystemZOperand> createToken(StringRef Str, SMLoc Loc) {
160 auto Op = std::make_unique<SystemZOperand>(KindToken, Loc, Loc);
166 static std::unique_ptr<SystemZOperand>
168 auto Op = std::make_unique<SystemZOperand>(KindReg, StartLoc, EndLoc);
174 static std::unique_ptr<SystemZOperand>
176 auto Op = std::make_unique<SystemZOperand>(KindIm
[all...]

Completed in 170 milliseconds