LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Variables
MipsSubtarget.cpp File Reference
#include "MipsMachineFunction.h"
#include "MipsSubtarget.h"
#include "MipsTargetMachine.h"
#include "Mips.h"
#include "MipsRegisterInfo.h"
#include "llvm/IR/Attributes.h"
#include "llvm/IR/Function.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/TargetRegistry.h"
#include "llvm/Support/raw_ostream.h"
#include "MipsGenSubtargetInfo.inc"
Include dependency graph for MipsSubtarget.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "mips-subtarget"
 
#define GET_SUBTARGETINFO_TARGET_DESC
 
#define GET_SUBTARGETINFO_CTOR
 

Variables

static cl::opt< boolMixed16_32 ("mips-mixed-16-32", cl::init(false), cl::desc("Allow for a mixture of Mips16 ""and Mips32 code in a single source file"), cl::Hidden)
 
static cl::opt< boolMips_Os16 ("mips-os16", cl::init(false), cl::desc("Compile all functions that don' use ""floating point as Mips 16"), cl::Hidden)
 
static cl::opt< boolMips16HardFloat ("mips16-hard-float", cl::NotHidden, cl::desc("MIPS: mips16 hard float enable."), cl::init(false))
 
static cl::opt< boolMips16ConstantIslands ("mips16-constant-islands", cl::Hidden, cl::desc("MIPS: mips16 constant islands enable. experimental feature"), cl::init(false))
 

Macro Definition Documentation

#define DEBUG_TYPE   "mips-subtarget"

Definition at line 14 of file MipsSubtarget.cpp.

#define GET_SUBTARGETINFO_CTOR

Definition at line 29 of file MipsSubtarget.cpp.

#define GET_SUBTARGETINFO_TARGET_DESC

Definition at line 28 of file MipsSubtarget.cpp.

Variable Documentation

cl::opt<bool> Mips16ConstantIslands("mips16-constant-islands", cl::Hidden, cl::desc("MIPS: mips16 constant islands enable. experimental feature"), cl::init(false))
static
cl::opt<bool> Mips16HardFloat("mips16-hard-float", cl::NotHidden, cl::desc("MIPS: mips16 hard float enable."), cl::init(false))
static
cl::opt<bool> Mips_Os16("mips-os16", cl::init(false), cl::desc("Compile all functions that don' use ""floating point as Mips 16"), cl::Hidden)
static
cl::opt<bool> Mixed16_32("mips-mixed-16-32", cl::init(false), cl::desc("Allow for a mixture of Mips16 ""and Mips32 code in a single source file"), cl::Hidden)
static