13#ifndef LLVM_LIB_TARGET_MSP430_MSP430SUBTARGET_H
14#define LLVM_LIB_TARGET_MSP430_MSP430SUBTARGET_H
25#define GET_SUBTARGETINFO_HEADER
26#include "MSP430GenSubtargetInfo.inc"
38 virtual void anchor();
39 bool ExtendedInsts =
false;
64 return &FrameLowering;
const MSP430RegisterInfo & getRegisterInfo() const
getRegisterInfo - TargetInstrInfo is a superset of MRegister info.
const MSP430RegisterInfo * getRegisterInfo() const override
const MSP430InstrInfo * getInstrInfo() const override
const MSP430TargetLowering * getTargetLowering() const override
const SelectionDAGTargetInfo * getSelectionDAGInfo() const override
MSP430Subtarget & initializeSubtargetDependencies(StringRef CPU, StringRef FS)
void ParseSubtargetFeatures(StringRef CPU, StringRef TuneCPU, StringRef FS)
ParseSubtargetFeatures - Parses features string setting specified subtarget options.
const TargetFrameLowering * getFrameLowering() const override
Targets can subclass this to parameterize the SelectionDAG lowering and instruction selection process...
StringRef - Represent a constant reference to a string, i.e.
Information about stack frame layout on the target.
Primary interface to the complete machine description for the target machine.
Triple - Helper class for working with autoconf configuration names.
This is an optimization pass for GlobalISel generic memory operations.