14 #ifndef LLVM_LIB_TARGET_ARC_ARCSUBTARGET_H 15 #define LLVM_LIB_TARGET_ARC_ARCSUBTARGET_H 24 #define GET_SUBTARGETINFO_HEADER 25 #include "ARCGenSubtargetInfo.inc" 33 virtual void anchor();
51 return &FrameLowering;
66 #endif // LLVM_LIB_TARGET_ARC_ARCSUBTARGET_H
const ARCRegisterInfo & getRegisterInfo() const
This class represents lattice values for constants.
void ParseSubtargetFeatures(StringRef CPU, StringRef FS)
Parses features string setting specified subtarget options.
const ARCRegisterInfo * getRegisterInfo() const override
const ARCInstrInfo * getInstrInfo() const override
ARCSubtarget(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 ARCTargetLowering * getTargetLowering() const override
Targets can subclass this to parameterize the SelectionDAG lowering and instruction selection process...
const SelectionDAGTargetInfo * getSelectionDAGInfo() const override
Triple - Helper class for working with autoconf configuration names.
Primary interface to the complete machine description for the target machine.
StringRef - Represent a constant reference to a string, i.e.
const ARCFrameLowering * getFrameLowering() const override