14 #ifndef LLVM_LIB_TARGET_MSP430_MSP430SUBTARGET_H
15 #define LLVM_LIB_TARGET_MSP430_MSP430SUBTARGET_H
26 #define GET_SUBTARGETINFO_HEADER
27 #include "MSP430GenSubtargetInfo.inc"
33 virtual void anchor();
54 return &FrameLowering;
69 #endif // LLVM_TARGET_MSP430_SUBTARGET_H
const TargetRegisterInfo & getRegisterInfo() const
getRegisterInfo - TargetInstrInfo is a superset of MRegister info.
const TargetRegisterInfo * getRegisterInfo() const override
MSP430Subtarget & initializeSubtargetDependencies(StringRef CPU, StringRef FS)
const TargetSelectionDAGInfo * getSelectionDAGInfo() const override
TargetSelectionDAGInfo - Targets can subclass this to parameterize the SelectionDAG lowering and inst...
TargetRegisterInfo base class - We assume that the target defines a static array of TargetRegisterDes...
Triple - Helper class for working with autoconf configuration names.
const MSP430TargetLowering * getTargetLowering() const override
Information about stack frame layout on the target.
const MSP430InstrInfo * getInstrInfo() const override
MSP430Subtarget(const Triple &TT, const std::string &CPU, const std::string &FS, const TargetMachine &TM)
This constructor initializes the data members to match that of the specified triple.
const TargetFrameLowering * getFrameLowering() const override
Primary interface to the complete machine description for the target machine.
StringRef - Represent a constant reference to a string, i.e.
void ParseSubtargetFeatures(StringRef CPU, StringRef FS)
ParseSubtargetFeatures - Parses features string setting specified subtarget options.