LLVM 19.0.0git
Classes | Namespaces | Macros | Enumerations
AVRInstrInfo.h File Reference
#include "llvm/CodeGen/TargetInstrInfo.h"
#include "AVRRegisterInfo.h"
#include "AVRGenInstrInfo.inc"

Go to the source code of this file.

Classes

class  llvm::AVRInstrInfo
 Utilities related to the AVR instruction set. More...
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 
namespace  llvm::AVRCC
 
namespace  llvm::AVRII
 

Macros

#define GET_INSTRINFO_HEADER
 

Enumerations

enum  llvm::AVRCC::CondCodes {
  llvm::AVRCC::COND_EQ , llvm::AVRCC::COND_NE , llvm::AVRCC::COND_GE , llvm::AVRCC::COND_LT ,
  llvm::AVRCC::COND_SH , llvm::AVRCC::COND_LO , llvm::AVRCC::COND_MI , llvm::AVRCC::COND_PL ,
  llvm::AVRCC::COND_INVALID
}
 AVR specific condition codes. More...
 
enum  llvm::AVRII::TOF { llvm::AVRII::MO_NO_FLAG , llvm::AVRII::MO_LO = (1 << 1) , llvm::AVRII::MO_HI = (1 << 2) , llvm::AVRII::MO_NEG = (1 << 3) }
 Specifies a target operand flag. More...
 

Macro Definition Documentation

◆ GET_INSTRINFO_HEADER

#define GET_INSTRINFO_HEADER

Definition at line 20 of file AVRInstrInfo.h.