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" 39 virtual void anchor();
65 return &FrameLowering;
80 #endif // LLVM_TARGET_MSP430_SUBTARGET_H
This class represents lattice values for constants.
const TargetRegisterInfo * getRegisterInfo() const override
MSP430Subtarget & initializeSubtargetDependencies(StringRef CPU, StringRef FS)
Targets can subclass this to parameterize the SelectionDAG lowering and instruction selection process...
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
const SelectionDAGTargetInfo * getSelectionDAGInfo() 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.
const TargetRegisterInfo & getRegisterInfo() const
getRegisterInfo - TargetInstrInfo is a superset of MRegister info.