LLVM  8.0.1
Classes | Namespaces | Macros | Functions
AVRISelDAGToDAG.cpp File Reference
#include "AVR.h"
#include "AVRTargetMachine.h"
#include "MCTargetDesc/AVRMCTargetDesc.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/SelectionDAGISel.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
#include "AVRGenDAGISel.inc"
Include dependency graph for AVRISelDAGToDAG.cpp:

Go to the source code of this file.

Classes

class  llvm::AVRDAGToDAGISel
 Lowers LLVM IR (in DAG form) to AVR MC instructions (in DAG form). More...
 

Namespaces

 llvm
 This class represents lattice values for constants.
 

Macros

#define DEBUG_TYPE   "avr-isel"
 

Functions

template<>
bool llvm::AVRDAGToDAGISel::select< ISD::FrameIndex > (SDNode *N)
 
template<>
bool llvm::AVRDAGToDAGISel::select< ISD::STORE > (SDNode *N)
 
template<>
bool llvm::AVRDAGToDAGISel::select< ISD::LOAD > (SDNode *N)
 
template<>
bool llvm::AVRDAGToDAGISel::select< AVRISD::CALL > (SDNode *N)
 
template<>
bool llvm::AVRDAGToDAGISel::select< ISD::BRIND > (SDNode *N)
 
FunctionPass * llvm::createAVRISelDag (AVRTargetMachine &TM, CodeGenOpt::Level OptLevel)
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "avr-isel"

Definition at line 23 of file AVRISelDAGToDAG.cpp.