LLVM API Documentation
#include "Alpha.h"#include "AlphaTargetMachine.h"#include "AlphaISelLowering.h"#include "llvm/CodeGen/MachineInstrBuilder.h"#include "llvm/CodeGen/MachineFrameInfo.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/SSARegMap.h"#include "llvm/CodeGen/SelectionDAG.h"#include "llvm/CodeGen/SelectionDAGISel.h"#include "llvm/Target/TargetOptions.h"#include "llvm/ADT/Statistic.h"#include "llvm/Constants.h"#include "llvm/GlobalValue.h"#include "llvm/Intrinsics.h"#include "llvm/Support/Debug.h"#include "llvm/Support/MathExtras.h"#include <algorithm>#include <iostream>#include <set>#include "AlphaGenDAGISel.inc"Include dependency graph for AlphaISelDAGToDAG.cpp:

Go to the source code of this file.
Functions | |
| FunctionPass * | llvm::createAlphaISelDag (TargetMachine &TM) |
Definition at line 42 of file AlphaISelDAGToDAG.cpp.
| std::map<SDOperand, SDOperand> CodeGenMap |
Definition at line 163 of file AlphaISelDAGToDAG.cpp.
Definition at line 166 of file AlphaISelDAGToDAG.cpp.
const int64_t IMM_FULLHIGH = IMM_HIGH + IMM_HIGH * IMM_MULT [static] |
Definition at line 47 of file AlphaISelDAGToDAG.cpp.
const int64_t IMM_FULLLOW = IMM_LOW + IMM_LOW * IMM_MULT [static] |
Definition at line 48 of file AlphaISelDAGToDAG.cpp.
const int64_t IMM_HIGH = 32767 [static] |
Definition at line 45 of file AlphaISelDAGToDAG.cpp.
Referenced by llvm::AlphaRegisterInfo::eliminateFrameIndex(), llvm::AlphaRegisterInfo::emitEpilogue(), and getUpper16().
const int64_t IMM_LOW = -32768 [static] |
Definition at line 44 of file AlphaISelDAGToDAG.cpp.
Referenced by llvm::AlphaRegisterInfo::eliminateFrameIndex(), llvm::AlphaRegisterInfo::emitPrologue(), and getUpper16().
const int64_t IMM_MULT = 65536 [static] |
| std::set<SDNode*> InFlightSet |
Definition at line 172 of file AlphaISelDAGToDAG.cpp.
| std::map<SDOperand, SDOperand> ReplaceMap |
Definition at line 169 of file AlphaISelDAGToDAG.cpp.