LLVM 19.0.0git
Macros | Functions
MSP430ISelDAGToDAG.cpp File Reference
#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)
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "msp430-isel"

Definition at line 32 of file MSP430ISelDAGToDAG.cpp.

◆ PASS_NAME

#define PASS_NAME   "MSP430 DAG->DAG Pattern Instruction Selection"

Definition at line 33 of file MSP430ISelDAGToDAG.cpp.

Function Documentation

◆ isValidIndexedLoad()

static bool isValidIndexedLoad ( const LoadSDNode LD)
static