LLVM  4.0.0
Macros | Functions
Mips16InstrInfo.cpp File Reference
#include "Mips16InstrInfo.h"
#include "InstPrinter/MipsInstPrinter.h"
#include "MipsMachineFunction.h"
#include "MipsTargetMachine.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/RegisterScavenging.h"
#include "llvm/MC/MCAsmInfo.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/TargetRegistry.h"
#include "llvm/Support/raw_ostream.h"
#include <cctype>
Include dependency graph for Mips16InstrInfo.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "mips16-instrinfo"
 

Functions

static void addSaveRestoreRegs (MachineInstrBuilder &MIB, const std::vector< CalleeSavedInfo > &CSI, unsigned Flags=0)
 

Macro Definition Documentation

#define DEBUG_TYPE   "mips16-instrinfo"

Definition at line 30 of file Mips16InstrInfo.cpp.

Function Documentation

static void addSaveRestoreRegs ( MachineInstrBuilder MIB,
const std::vector< CalleeSavedInfo > &  CSI,
unsigned  Flags = 0 
)
static