LLVM
8.0.1
|
#include "MSP430.h"
#include "MSP430TargetMachine.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/SelectionDAG.h"
#include "llvm/CodeGen/SelectionDAGISel.h"
#include "llvm/CodeGen/TargetLowering.h"
#include "llvm/Config/llvm-config.h"
#include "llvm/IR/CallingConv.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/Intrinsics.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
#include "MSP430GenDAGISel.inc"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "msp430-isel" |
Functions | |
static bool | isValidIndexedLoad (const LoadSDNode *LD) |
#define DEBUG_TYPE "msp430-isel" |
Definition at line 34 of file MSP430ISelDAGToDAG.cpp.
|
static |
Definition at line 302 of file MSP430ISelDAGToDAG.cpp.
References llvm::LSBaseSDNode::getAddressingMode(), llvm::LoadSDNode::getBasePtr(), llvm::MemSDNode::getChain(), llvm::LoadSDNode::getExtensionType(), llvm::MemSDNode::getMemoryVT(), llvm::SDValue::getNode(), llvm::LoadSDNode::getOffset(), llvm::SDValue::getOpcode(), llvm::EVT::getSimpleVT(), llvm::SDValue::hasOneUse(), llvm::MVT::i16, llvm::MVT::i8, llvm::ARM_MB::LD, llvm::ISD::LOAD, N, llvm::ISD::NON_EXTLOAD, llvm::MVT::Other, llvm::ISD::POST_INC, llvm::MCID::Select, and llvm::MVT::SimpleTy.