Go to the documentation of this file.
13 #ifndef LLVM_LIB_TARGET_XCORE_XCORESUBTARGET_H
14 #define LLVM_LIB_TARGET_XCORE_XCORESUBTARGET_H
25 #define GET_SUBTARGETINFO_HEADER
26 #include "XCoreGenSubtargetInfo.inc"
32 virtual void anchor();
51 return &FrameLowering;
This is an optimization pass for GlobalISel generic memory operations.
Triple - Helper class for working with autoconf configuration names.
TargetRegisterInfo base class - We assume that the target defines a static array of TargetRegisterDes...
const XCoreTargetLowering * getTargetLowering() const override
const TargetRegisterInfo * getRegisterInfo() const override
const XCoreSelectionDAGInfo * getSelectionDAGInfo() const override
const XCoreInstrInfo * getInstrInfo() 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 TuneCPU, StringRef FS)
ParseSubtargetFeatures - Parses features string setting specified subtarget options.
const XCoreFrameLowering * getFrameLowering() const override
const TargetRegisterInfo & getRegisterInfo() const
getRegisterInfo - TargetInstrInfo is a superset of MRegister info.
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 char LLVMTargetMachineRef TM