|
LLVM
8.0.1
|
#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"
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) |
| #define DEBUG_TYPE "avr-isel" |
Definition at line 23 of file AVRISelDAGToDAG.cpp.
1.8.13