|
LLVM
8.0.1
|
#include "RISCV.h"#include "InstPrinter/RISCVInstPrinter.h"#include "MCTargetDesc/RISCVMCExpr.h"#include "RISCVTargetMachine.h"#include "llvm/CodeGen/AsmPrinter.h"#include "llvm/CodeGen/MachineConstantPool.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineInstr.h"#include "llvm/CodeGen/MachineModuleInfo.h"#include "llvm/MC/MCAsmInfo.h"#include "llvm/MC/MCInst.h"#include "llvm/MC/MCStreamer.h"#include "llvm/MC/MCSymbol.h"#include "llvm/Support/TargetRegistry.h"#include "llvm/Support/raw_ostream.h"#include "RISCVGenCompressInstEmitter.inc"#include "RISCVGenMCPseudoLowering.inc"
Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "asm-printer" |
| #define | GEN_COMPRESS_INSTR |
Functions | |
| void | LLVMInitializeRISCVAsmPrinter () |
| #define DEBUG_TYPE "asm-printer" |
Definition at line 32 of file RISCVAsmPrinter.cpp.
| #define GEN_COMPRESS_INSTR |
Definition at line 63 of file RISCVAsmPrinter.cpp.
| void LLVMInitializeRISCVAsmPrinter | ( | ) |
Definition at line 135 of file RISCVAsmPrinter.cpp.
References llvm::getTheRISCV32Target(), llvm::getTheRISCV64Target(), X, and Y.
1.8.13