|
LLVM 22.0.0git
|
#include "AVRRegisterInfo.h"#include "MCTargetDesc/AVRMCAsmInfo.h"#include "MCTargetDesc/AVRMCELFStreamer.h"#include "MCTargetDesc/AVRMCTargetDesc.h"#include "TargetInfo/AVRTargetInfo.h"#include "llvm/ADT/APInt.h"#include "llvm/MC/MCContext.h"#include "llvm/MC/MCExpr.h"#include "llvm/MC/MCInst.h"#include "llvm/MC/MCParser/AsmLexer.h"#include "llvm/MC/MCParser/MCParsedAsmOperand.h"#include "llvm/MC/MCParser/MCTargetAsmParser.h"#include "llvm/MC/MCStreamer.h"#include "llvm/MC/MCSubtargetInfo.h"#include "llvm/MC/MCSymbol.h"#include "llvm/MC/MCValue.h"#include "llvm/MC/TargetRegistry.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/Debug.h"#include "llvm/Support/MathExtras.h"#include <array>#include <sstream>#include "AVRGenAsmMatcher.inc"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 () |
| #define DEBUG_TYPE "avr-asm-parser" |
Definition at line 34 of file AVRAsmParser.cpp.
| #define GET_ASSEMBLER_HEADER |
Definition at line 49 of file AVRAsmParser.cpp.
| #define GET_MATCHER_IMPLEMENTATION |
Definition at line 743 of file AVRAsmParser.cpp.
| #define GET_REGISTER_MATCHER |
Definition at line 742 of file AVRAsmParser.cpp.
| 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.
|
static |
Maps from the set of all alternative registernames to a register number.
Referenced by llvm::LoongArchTargetLowering::getRegisterByName(), llvm::RISCVTargetLowering::getRegisterByName(), MatchRegisterAltName(), matchRegisterNameHelper(), and matchRegisterNameHelper().
|
static |
Maps from the set of all register names to a register number.