13#ifndef LLVM_LIB_TARGET_ARC_ARCSUBTARGET_H
14#define LLVM_LIB_TARGET_ARC_ARCSUBTARGET_H
23#define GET_SUBTARGETINFO_HEADER
24#include "ARCGenSubtargetInfo.inc"
32 virtual void anchor();
53 return &FrameLowering;
const ARCRegisterInfo & getRegisterInfo() const
void ParseSubtargetFeatures(StringRef CPU, StringRef TuneCPU, StringRef FS)
Parses features string setting specified subtarget options.
const ARCTargetLowering * getTargetLowering() const override
const SelectionDAGTargetInfo * getSelectionDAGInfo() const override
const ARCInstrInfo * getInstrInfo() const override
const ARCFrameLowering * getFrameLowering() const override
const ARCRegisterInfo * getRegisterInfo() 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.
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.