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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp103 class AVROperand : public MCParsedAsmOperand { class in namespace:__anon5105
108 AVROperand(StringRef Tok, SMLoc const &S) function in class:__anon5105::AVROperand
110 AVROperand(unsigned Reg, SMLoc const &S, SMLoc const &E) function in class:__anon5105::AVROperand
112 AVROperand(MCExpr const *Imm, SMLoc const &S, SMLoc const &E) function in class:__anon5105::AVROperand
114 AVROperand(unsigned Reg, MCExpr const *Imm, SMLoc const &S, SMLoc const &E) function in class:__anon5105::AVROperand
201 static std::unique_ptr<AVROperand> CreateToken(StringRef Str, SMLoc S) {
202 return std::make_unique<AVROperand>(Str, S);
205 static std::unique_ptr<AVROperand> CreateReg(unsigned RegNum, SMLoc S,
207 return std::make_unique<AVROperand>(RegNum, S, E);
210 static std::unique_ptr<AVROperand> CreateIm
[all...]

Completed in 43 milliseconds