14 #ifndef LLVM_LIB_TARGET_XCORE_XCORESUBTARGET_H 15 #define LLVM_LIB_TARGET_XCORE_XCORESUBTARGET_H 26 #define GET_SUBTARGETINFO_HEADER 27 #include "XCoreGenSubtargetInfo.inc" 33 virtual void anchor();
52 return &FrameLowering;
This class represents lattice values for constants.
const XCoreTargetLowering * getTargetLowering() const override
const XCoreSelectionDAGInfo * getSelectionDAGInfo() const override
const XCoreInstrInfo * getInstrInfo() const override
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.
TargetRegisterInfo base class - We assume that the target defines a static array of TargetRegisterDes...
Triple - Helper class for working with autoconf configuration names.
XCoreSubtarget(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 TargetRegisterInfo * getRegisterInfo() const override
const XCoreFrameLowering * getFrameLowering() const override
Primary interface to the complete machine description for the target machine.
StringRef - Represent a constant reference to a string, i.e.