LLVM 19.0.0git
Namespaces | Macros | Functions
LanaiMCCodeEmitter.cpp File Reference
#include "LanaiAluCode.h"
#include "MCTargetDesc/LanaiBaseInfo.h"
#include "MCTargetDesc/LanaiFixupKinds.h"
#include "MCTargetDesc/LanaiMCExpr.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/MC/MCCodeEmitter.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCFixup.h"
#include "llvm/MC/MCInst.h"
#include "llvm/MC/MCInstrInfo.h"
#include "llvm/MC/MCRegisterInfo.h"
#include "llvm/MC/MCSubtargetInfo.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/EndianStream.h"
#include "llvm/Support/raw_ostream.h"
#include <cassert>
#include <cstdint>
#include "LanaiGenMCCodeEmitter.inc"

Go to the source code of this file.

Namespaces

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

Macros

#define DEBUG_TYPE   "mccodeemitter"
 

Functions

 STATISTIC (MCNumEmitted, "Number of MC instructions emitted")
 
static Lanai::Fixups llvm::FixupKind (const MCExpr *Expr)
 
static unsigned llvm::adjustPqBits (const MCInst &Inst, unsigned Value, unsigned PBitShift, unsigned QBitShift)
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "mccodeemitter"

Definition at line 32 of file LanaiMCCodeEmitter.cpp.

Function Documentation

◆ STATISTIC()

STATISTIC ( MCNumEmitted  ,
"Number of MC instructions emitted"   
)