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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp105 class AVROperand : public MCParsedAsmOperand { class in namespace:__anon4067
110 AVROperand(StringRef Tok, SMLoc const &S) function in class:__anon4067::AVROperand
112 AVROperand(unsigned Reg, SMLoc const &S, SMLoc const &E) function in class:__anon4067::AVROperand
114 AVROperand(MCExpr const *Imm, SMLoc const &S, SMLoc const &E) function in class:__anon4067::AVROperand
116 AVROperand(unsigned Reg, MCExpr const *Imm, SMLoc const &S, SMLoc const &E) function in class:__anon4067::AVROperand
203 static std::unique_ptr<AVROperand> CreateToken(StringRef Str, SMLoc S) {
204 return std::make_unique<AVROperand>(Str, S);
207 static std::unique_ptr<AVROperand> CreateReg(unsigned RegNum, SMLoc S,
209 return std::make_unique<AVROperand>(RegNum, S, E);
212 static std::unique_ptr<AVROperand> CreateIm
[all...]

Completed in 104 milliseconds