23 #define DEBUG_TYPE "avr-subtarget"
25 #define GET_SUBTARGETINFO_TARGET_DESC
26 #define GET_SUBTARGETINFO_CTOR
27 #include "AVRGenSubtargetInfo.inc"
41 m_supportsRMW(
false), m_supportsMultiplication(
false), m_hasBREAK(
false),
A generic AVR implementation.
Function Alias Analysis false
void ParseSubtargetFeatures(StringRef CPU, StringRef FS)
Parses a subtarget feature string, setting appropriate options.
Triple - Helper class for working with autoconf configuration names.
AVRSubtarget(const Triple &TT, const std::string &CPU, const std::string &FS, AVRTargetMachine &TM)
Creates an AVR subtarget.