|
LLVM 22.0.0git
|
#include "MSP430.h"#include "MSP430SelectionDAGInfo.h"#include "MSP430TargetMachine.h"#include "llvm/CodeGen/MachineFrameInfo.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/SelectionDAG.h"#include "llvm/CodeGen/SelectionDAGISel.h"#include "llvm/Config/llvm-config.h"#include "llvm/IR/Constants.h"#include "llvm/IR/Function.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 28 of file MSP430ISelDAGToDAG.cpp.
| #define PASS_NAME "MSP430 DAG->DAG Pattern Instruction Selection" |
Definition at line 29 of file MSP430ISelDAGToDAG.cpp.
|
static |
Definition at line 304 of file MSP430ISelDAGToDAG.cpp.
References llvm::EVT::getSimpleVT(), llvm::ISD::NON_EXTLOAD, llvm::ISD::POST_INC, and llvm::MVT::SimpleTy.
Referenced by INITIALIZE_PASS().