LLVM 20.0.0git
|
#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/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" |
#define | PASS_NAME "MSP430 DAG->DAG Pattern Instruction Selection" |
Functions | |
static bool | isValidIndexedLoad (const LoadSDNode *LD) |
#define DEBUG_TYPE "msp430-isel" |
Definition at line 32 of file MSP430ISelDAGToDAG.cpp.
#define PASS_NAME "MSP430 DAG->DAG Pattern Instruction Selection" |
Definition at line 33 of file MSP430ISelDAGToDAG.cpp.
|
static |
Definition at line 308 of file MSP430ISelDAGToDAG.cpp.
References llvm::EVT::getSimpleVT(), llvm::ISD::NON_EXTLOAD, llvm::ISD::POST_INC, and llvm::MVT::SimpleTy.
Referenced by INITIALIZE_PASS().