Go to the documentation of this file.
31 #define GET_INSTRINFO_MC_DESC
32 #include "XCoreGenInstrInfo.inc"
34 #define GET_SUBTARGETINFO_MC_DESC
35 #include "XCoreGenSubtargetInfo.inc"
37 #define GET_REGINFO_MC_DESC
38 #include "XCoreGenRegisterInfo.inc"
42 InitXCoreMCInstrInfo(
X);
48 InitXCoreMCRegisterInfo(
X, XCore::LR);
54 return createXCoreMCSubtargetInfoImpl(TT, CPU, CPU,
FS);
70 unsigned SyntaxVariant,
97 XCoreTargetAsmStreamer::XCoreTargetAsmStreamer(
MCStreamer &
S,
102 OS <<
"\t.cc_top " <<
Name <<
".data," <<
Name <<
'\n';
105 void XCoreTargetAsmStreamer::emitCCTopFunction(
StringRef Name) {
106 OS <<
"\t.cc_top " <<
Name <<
".function," <<
Name <<
'\n';
109 void XCoreTargetAsmStreamer::emitCCBottomData(
StringRef Name) {
110 OS <<
"\t.cc_bottom " <<
Name <<
".data\n";
113 void XCoreTargetAsmStreamer::emitCCBottomFunction(
StringRef Name) {
114 OS <<
"\t.cc_bottom " <<
Name <<
".function\n";
121 return new XCoreTargetAsmStreamer(
S, OS);
This is an optimization pass for GlobalISel generic memory operations.
LLVM_EXTERNAL_VISIBILITY void LLVMInitializeXCoreTargetMC()
static MCInstPrinter * createXCoreMCInstPrinter(const Triple &T, unsigned SyntaxVariant, const MCAsmInfo &MAI, const MCInstrInfo &MII, const MCRegisterInfo &MRI)
This class is intended to be used as a base class for asm properties and features specific to the tar...
static void RegisterAsmTargetStreamer(Target &T, Target::AsmTargetStreamerCtorTy Fn)
Triple - Helper class for working with autoconf configuration names.
static void RegisterMCInstPrinter(Target &T, Target::MCInstPrinterCtorTy Fn)
RegisterMCInstPrinter - Register a MCInstPrinter implementation for the given target.
Streaming machine code generation interface.
~XCoreTargetStreamer() override
const char LLVMTargetMachineRef LLVMPassBuilderOptionsRef Options
Target specific streamer interface.
RegisterMCAsmInfoFn - Helper template for registering a target assembly info implementation.
static GCMetadataPrinterRegistry::Add< ErlangGCPrinter > X("erlang", "erlang-compatible garbage collector")
Target & getTheXCoreTarget()
static MCRegisterInfo * createXCoreMCRegisterInfo(const Triple &TT)
XCoreTargetStreamer(MCStreamer &S)
This is an instance of a target assembly language printer that converts an MCInst to valid target ass...
#define LLVM_EXTERNAL_VISIBILITY
static MCInstrInfo * createXCoreMCInstrInfo()
static MCCFIInstruction cfiDefCfa(MCSymbol *L, unsigned Register, int Offset)
.cfi_def_cfa defines a rule for computing CFA as: take address from Register and add Offset to it.
void addInitialFrameState(const MCCFIInstruction &Inst)
static void RegisterMCSubtargetInfo(Target &T, Target::MCSubtargetInfoCtorFnTy Fn)
RegisterMCSubtargetInfo - Register a MCSubtargetInfo implementation for the given target.
StringRef - Represent a constant reference to a string, i.e.
add sub stmia L5 ldr r0 bl L_printf $stub Instead of a and a wouldn t it be better to do three moves *Return an aggregate type is even return S
MCRegisterInfo base class - We assume that the target defines a static array of MCRegisterDesc object...
unsigned const MachineRegisterInfo * MRI
static void RegisterMCInstrInfo(Target &T, Target::MCInstrInfoCtorFnTy Fn)
RegisterMCInstrInfo - Register a MCInstrInfo implementation for the given target.
Interface to description of machine instruction set.
static void RegisterMCRegInfo(Target &T, Target::MCRegInfoCtorFnTy Fn)
RegisterMCRegInfo - Register a MCRegisterInfo implementation for the given target.
static MCTargetStreamer * createTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS, MCInstPrinter *InstPrint, bool isVerboseAsm)
static MCSubtargetInfo * createXCoreMCSubtargetInfo(const Triple &TT, StringRef CPU, StringRef FS)
Generic base class for all target subtargets.
static MCAsmInfo * createXCoreMCAsmInfo(const MCRegisterInfo &MRI, const Triple &TT, const MCTargetOptions &Options)