LLVM 22.0.0git
AVRAsmParser.cpp File Reference

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "avr-asm-parser"
#define GET_ASSEMBLER_HEADER
#define GET_REGISTER_MATCHER
#define GET_MATCHER_IMPLEMENTATION

Functions

static MCRegister MatchRegisterName (StringRef Name)
 Maps from the set of all register names to a register number.
static MCRegister MatchRegisterAltName (StringRef Name)
 Maps from the set of all alternative registernames to a register number.
LLVM_ABI LLVM_EXTERNAL_VISIBILITY void LLVMInitializeAVRAsmParser ()

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "avr-asm-parser"

Definition at line 34 of file AVRAsmParser.cpp.

◆ GET_ASSEMBLER_HEADER

#define GET_ASSEMBLER_HEADER

Definition at line 49 of file AVRAsmParser.cpp.

◆ GET_MATCHER_IMPLEMENTATION

#define GET_MATCHER_IMPLEMENTATION

Definition at line 743 of file AVRAsmParser.cpp.

◆ GET_REGISTER_MATCHER

#define GET_REGISTER_MATCHER

Definition at line 742 of file AVRAsmParser.cpp.

Function Documentation

◆ LLVMInitializeAVRAsmParser()

LLVM_ABI LLVM_EXTERNAL_VISIBILITY void LLVMInitializeAVRAsmParser ( )

Definition at line 738 of file AVRAsmParser.cpp.

References llvm::getTheAVRTarget(), LLVM_ABI, LLVM_EXTERNAL_VISIBILITY, and X.

◆ MatchRegisterAltName()

MCRegister MatchRegisterAltName ( StringRef Name)
static

Maps from the set of all alternative registernames to a register number.

Note
Generated by TableGen.

References Operands.

Referenced by llvm::LoongArchTargetLowering::getRegisterByName(), llvm::RISCVTargetLowering::getRegisterByName(), MatchRegisterAltName(), matchRegisterNameHelper(), and matchRegisterNameHelper().

◆ MatchRegisterName()

MCRegister MatchRegisterName ( StringRef Name)
static

Maps from the set of all register names to a register number.

Note
Generated by TableGen.