LLVM API Documentation

Functions | Variables
Thumb2InstrInfo.cpp File Reference
#include "Thumb2InstrInfo.h"
#include "ARMConstantPoolValue.h"
#include "ARMMachineFunctionInfo.h"
#include "MCTargetDesc/ARMAddressingModes.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineMemOperand.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/MC/MCInst.h"
#include "llvm/Support/CommandLine.h"
Include dependency graph for Thumb2InstrInfo.cpp:

Go to the source code of this file.

Functions

static unsigned negativeOffsetOpcode (unsigned opcode)
static unsigned positiveOffsetOpcode (unsigned opcode)
static unsigned immediateOffsetOpcode (unsigned opcode)

Variables

static cl::opt< boolOldT2IfCvt ("old-thumb2-ifcvt", cl::Hidden, cl::desc("Use old-style Thumb2 if-conversion heuristics"), cl::init(false))

Function Documentation

static unsigned immediateOffsetOpcode ( unsigned  opcode) [static]

Definition at line 406 of file Thumb2InstrInfo.cpp.

Referenced by llvm::rewriteT2FrameIndex().

static unsigned negativeOffsetOpcode ( unsigned  opcode) [static]

Definition at line 342 of file Thumb2InstrInfo.cpp.

Referenced by llvm::rewriteT2FrameIndex().

static unsigned positiveOffsetOpcode ( unsigned  opcode) [static]

Definition at line 374 of file Thumb2InstrInfo.cpp.

Referenced by llvm::rewriteT2FrameIndex().


Variable Documentation

cl::opt<bool> OldT2IfCvt("old-thumb2-ifcvt", cl::Hidden, cl::desc("Use old-style Thumb2 if-conversion heuristics"), cl::init(false)) [static]