|
LLVM 22.0.0git
|
#include "LanaiAluCode.h"#include "MCTargetDesc/LanaiBaseInfo.h"#include "MCTargetDesc/LanaiFixupKinds.h"#include "MCTargetDesc/LanaiMCAsmInfo.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/MCSubtargetInfo.h"#include "llvm/Support/Casting.h"#include "llvm/Support/EndianStream.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) |
| #define DEBUG_TYPE "mccodeemitter" |
Definition at line 30 of file LanaiMCCodeEmitter.cpp.
| STATISTIC | ( | MCNumEmitted | , |
| "Number of MC instructions emitted" | ) |
References C().