LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Variables
Mips16InstrInfo.cpp File Reference
#include "Mips16InstrInfo.h"
#include "InstPrinter/MipsInstPrinter.h"
#include "MipsMachineFunction.h"
#include "MipsTargetMachine.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/RegisterScavenging.h"
#include "llvm/MC/MCAsmInfo.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/TargetRegistry.h"
#include <cctype>
Include dependency graph for Mips16InstrInfo.cpp:

Go to the source code of this file.

Variables

static cl::opt< boolNeverUseSaveRestore ("mips16-never-use-save-restore", cl::init(false), cl::desc("For testing ability to adjust stack pointer ""without save/restore instruction"), cl::Hidden)
 

Variable Documentation

cl::opt<bool> NeverUseSaveRestore("mips16-never-use-save-restore", cl::init(false), cl::desc("For testing ability to adjust stack pointer ""without save/restore instruction"), cl::Hidden)
static