LLVM 19.0.0git
Namespaces | Macros | Enumerations | Functions
AArch64MCTargetDesc.h File Reference
#include "llvm/MC/MCInstrDesc.h"
#include "llvm/Support/DataTypes.h"
#include <memory>
#include "AArch64GenRegisterInfo.inc"
#include "AArch64GenInstrInfo.inc"
#include "AArch64GenSubtargetInfo.inc"

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 
namespace  llvm::AArch64_MC
 
namespace  llvm::AArch64
 

Macros

#define GET_REGINFO_ENUM
 
#define GET_INSTRINFO_ENUM
 
#define GET_INSTRINFO_MC_HELPER_DECLS
 
#define GET_SUBTARGETINFO_ENUM
 

Enumerations

enum  llvm::AArch64::OperandType { llvm::AArch64::OPERAND_IMPLICIT_IMM_0 = MCOI::OPERAND_FIRST_TARGET }
 

Functions

MCCodeEmitterllvm::createAArch64MCCodeEmitter (const MCInstrInfo &MCII, MCContext &Ctx)
 
MCAsmBackendllvm::createAArch64leAsmBackend (const Target &T, const MCSubtargetInfo &STI, const MCRegisterInfo &MRI, const MCTargetOptions &Options)
 
MCAsmBackendllvm::createAArch64beAsmBackend (const Target &T, const MCSubtargetInfo &STI, const MCRegisterInfo &MRI, const MCTargetOptions &Options)
 
std::unique_ptr< MCObjectTargetWriterllvm::createAArch64ELFObjectWriter (uint8_t OSABI, bool IsILP32)
 
std::unique_ptr< MCObjectTargetWriterllvm::createAArch64MachObjectWriter (uint32_t CPUType, uint32_t CPUSubtype, bool IsILP32)
 
std::unique_ptr< MCObjectTargetWriterllvm::createAArch64WinCOFFObjectWriter (const Triple &TheTriple)
 
MCTargetStreamerllvm::createAArch64AsmTargetStreamer (MCStreamer &S, formatted_raw_ostream &OS, MCInstPrinter *InstPrint, bool isVerboseAsm)
 
void llvm::AArch64_MC::initLLVMToCVRegMapping (MCRegisterInfo *MRI)
 
bool llvm::AArch64_MC::isHForm (const MCInst &MI, const MCInstrInfo *MCII)
 
bool llvm::AArch64_MC::isQForm (const MCInst &MI, const MCInstrInfo *MCII)
 
bool llvm::AArch64_MC::isFpOrNEON (const MCInst &MI, const MCInstrInfo *MCII)
 

Macro Definition Documentation

◆ GET_INSTRINFO_ENUM

#define GET_INSTRINFO_ENUM

Definition at line 87 of file AArch64MCTargetDesc.h.

◆ GET_INSTRINFO_MC_HELPER_DECLS

#define GET_INSTRINFO_MC_HELPER_DECLS

Definition at line 88 of file AArch64MCTargetDesc.h.

◆ GET_REGINFO_ENUM

#define GET_REGINFO_ENUM

Definition at line 82 of file AArch64MCTargetDesc.h.

◆ GET_SUBTARGETINFO_ENUM

#define GET_SUBTARGETINFO_ENUM

Definition at line 91 of file AArch64MCTargetDesc.h.