23 #define DEBUG_TYPE "avr-subtarget" 25 #define GET_SUBTARGETINFO_TARGET_DESC 26 #define GET_SUBTARGETINFO_CTOR 27 #include "AVRGenSubtargetInfo.inc" 34 TLInfo(TM, initializeSubtargetDependencies(CPU, FS, TM)), TSInfo(),
41 m_supportsRMW(
false), m_supportsMultiplication(
false), m_hasBREAK(
false),
This class represents lattice values for constants.
A generic AVR implementation.
void ParseSubtargetFeatures(StringRef CPU, StringRef FS)
Parses a subtarget feature string, setting appropriate options.
Triple - Helper class for working with autoconf configuration names.
A specific AVR target MCU.
AVRSubtarget & initializeSubtargetDependencies(StringRef CPU, StringRef FS, const TargetMachine &TM)
AVRSubtarget(const Triple &TT, const std::string &CPU, const std::string &FS, const AVRTargetMachine &TM)
Creates an AVR subtarget.
Primary interface to the complete machine description for the target machine.
StringRef - Represent a constant reference to a string, i.e.