LLVM API Documentation

AlphaISelDAGToDAG.cpp File Reference

#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

FunctionPassllvm::createAlphaISelDag (TargetMachine &TM)

Variables

AlphaTargetLowering AlphaLowering
static const int64_t IMM_LOW = -32768
static const int64_t IMM_HIGH = 32767
static const int64_t IMM_MULT = 65536
static const int64_t IMM_FULLHIGH = IMM_HIGH + IMM_HIGH * IMM_MULT
static const int64_t IMM_FULLLOW = IMM_LOW + IMM_LOW * IMM_MULT
std::map< SDOperand, SDOperandCodeGenMap
std::map< SDOperand, SDOperandHandleMap
std::map< SDOperand, SDOperandReplaceMap


Variable Documentation

AlphaTargetLowering AlphaLowering

Definition at line 42 of file AlphaISelDAGToDAG.cpp.

std::map<SDOperand, SDOperand> CodeGenMap

Definition at line 136 of file AlphaISelDAGToDAG.cpp.

std::map<SDOperand, SDOperand> HandleMap

Definition at line 139 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]

Definition at line 46 of file AlphaISelDAGToDAG.cpp.

Referenced by getLower16(), and getUpper16().

std::map<SDOperand, SDOperand> ReplaceMap

Definition at line 142 of file AlphaISelDAGToDAG.cpp.