|
LLVM
4.0.0
|
#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/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 "llvm/Target/TargetLowering.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 33 of file MSP430ISelDAGToDAG.cpp.
|
static |
Definition at line 299 of file MSP430ISelDAGToDAG.cpp.
References llvm::LSBaseSDNode::getAddressingMode(), llvm::LoadSDNode::getExtensionType(), llvm::MemSDNode::getMemoryVT(), llvm::LoadSDNode::getOffset(), llvm::EVT::getSimpleVT(), llvm::MVT::i16, llvm::MVT::i8, llvm::ISD::NON_EXTLOAD, llvm::ISD::POST_INC, and llvm::MVT::SimpleTy.
1.8.6