LLVM 22.0.0git
AArch64MCTargetDesc.cpp File Reference
#include "AArch64MCTargetDesc.h"
#include "AArch64ELFStreamer.h"
#include "AArch64MCAsmInfo.h"
#include "AArch64WinCOFFStreamer.h"
#include "MCTargetDesc/AArch64AddressingModes.h"
#include "MCTargetDesc/AArch64InstPrinter.h"
#include "TargetInfo/AArch64TargetInfo.h"
#include "llvm/DebugInfo/CodeView/CodeView.h"
#include "llvm/MC/MCAsmBackend.h"
#include "llvm/MC/MCCodeEmitter.h"
#include "llvm/MC/MCInstrAnalysis.h"
#include "llvm/MC/MCInstrInfo.h"
#include "llvm/MC/MCObjectWriter.h"
#include "llvm/MC/MCRegisterInfo.h"
#include "llvm/MC/MCStreamer.h"
#include "llvm/MC/MCSubtargetInfo.h"
#include "llvm/MC/TargetRegistry.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/Endian.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/TargetParser/AArch64TargetParser.h"
#include "AArch64GenInstrInfo.inc"
#include "AArch64GenSubtargetInfo.inc"
#include "AArch64GenRegisterInfo.inc"

Go to the source code of this file.

Macros

#define GET_INSTRINFO_MC_DESC
#define GET_INSTRINFO_MC_HELPERS
#define ENABLE_INSTR_PREDICATE_VERIFIER
#define GET_SUBTARGETINFO_MC_DESC
#define GET_REGINFO_MC_DESC

Functions

static MCInstrInfocreateAArch64MCInstrInfo ()
static MCSubtargetInfocreateAArch64MCSubtargetInfo (const Triple &TT, StringRef CPU, StringRef FS)
static MCRegisterInfocreateAArch64MCRegisterInfo (const Triple &Triple)
static MCAsmInfocreateAArch64MCAsmInfo (const MCRegisterInfo &MRI, const Triple &TheTriple, const MCTargetOptions &Options)
static MCInstPrintercreateAArch64MCInstPrinter (const Triple &T, unsigned SyntaxVariant, const MCAsmInfo &MAI, const MCInstrInfo &MII, const MCRegisterInfo &MRI)
static MCStreamercreateMachOStreamer (MCContext &Ctx, std::unique_ptr< MCAsmBackend > &&TAB, std::unique_ptr< MCObjectWriter > &&OW, std::unique_ptr< MCCodeEmitter > &&Emitter)
static MCInstrAnalysiscreateAArch64InstrAnalysis (const MCInstrInfo *Info)
LLVM_ABI LLVM_EXTERNAL_VISIBILITY void LLVMInitializeAArch64TargetMC ()

Macro Definition Documentation

◆ ENABLE_INSTR_PREDICATE_VERIFIER

#define ENABLE_INSTR_PREDICATE_VERIFIER

Definition at line 39 of file AArch64MCTargetDesc.cpp.

◆ GET_INSTRINFO_MC_DESC

#define GET_INSTRINFO_MC_DESC

Definition at line 37 of file AArch64MCTargetDesc.cpp.

◆ GET_INSTRINFO_MC_HELPERS

#define GET_INSTRINFO_MC_HELPERS

Definition at line 38 of file AArch64MCTargetDesc.cpp.

◆ GET_REGINFO_MC_DESC

#define GET_REGINFO_MC_DESC

Definition at line 45 of file AArch64MCTargetDesc.cpp.

◆ GET_SUBTARGETINFO_MC_DESC

#define GET_SUBTARGETINFO_MC_DESC

Definition at line 42 of file AArch64MCTargetDesc.cpp.

Function Documentation

◆ createAArch64InstrAnalysis()

MCInstrAnalysis * createAArch64InstrAnalysis ( const MCInstrInfo * Info)
static

Definition at line 502 of file AArch64MCTargetDesc.cpp.

References Info.

Referenced by LLVMInitializeAArch64TargetMC().

◆ createAArch64MCAsmInfo()

◆ createAArch64MCInstPrinter()

MCInstPrinter * createAArch64MCInstPrinter ( const Triple & T,
unsigned SyntaxVariant,
const MCAsmInfo & MAI,
const MCInstrInfo & MII,
const MCRegisterInfo & MRI )
static

Definition at line 369 of file AArch64MCTargetDesc.cpp.

References MRI, and T.

Referenced by LLVMInitializeAArch64TargetMC().

◆ createAArch64MCInstrInfo()

MCInstrInfo * createAArch64MCInstrInfo ( )
static

Definition at line 48 of file AArch64MCTargetDesc.cpp.

References X.

Referenced by LLVMInitializeAArch64TargetMC().

◆ createAArch64MCRegisterInfo()

MCRegisterInfo * createAArch64MCRegisterInfo ( const Triple & Triple)
static

◆ createAArch64MCSubtargetInfo()

MCSubtargetInfo * createAArch64MCSubtargetInfo ( const Triple & TT,
StringRef CPU,
StringRef FS )
static

Definition at line 55 of file AArch64MCTargetDesc.cpp.

References llvm::AArch64::resolveCPUAlias().

Referenced by LLVMInitializeAArch64TargetMC().

◆ createMachOStreamer()

MCStreamer * createMachOStreamer ( MCContext & Ctx,
std::unique_ptr< MCAsmBackend > && TAB,
std::unique_ptr< MCObjectWriter > && OW,
std::unique_ptr< MCCodeEmitter > && Emitter )
static

Definition at line 383 of file AArch64MCTargetDesc.cpp.

References llvm::createMachOStreamer(), and Emitter.

◆ LLVMInitializeAArch64TargetMC()