LLVM
8.0.1
|
#include "HexagonInstrInfo.h"
#include "HexagonSubtarget.h"
#include "MCTargetDesc/HexagonBaseInfo.h"
#include "RDFGraph.h"
#include "RDFLiveness.h"
#include "RDFRegisters.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/DenseSet.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/CodeGen/MachineDominanceFrontier.h"
#include "llvm/CodeGen/MachineDominators.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineOperand.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/TargetSubtargetInfo.h"
#include "llvm/MC/MCInstrDesc.h"
#include "llvm/Pass.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
#include <cassert>
#include <cstdint>
Go to the source code of this file.
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
Macros | |
#define | DEBUG_TYPE "opt-addr-mode" |
Functions | |
FunctionPass * | llvm::createHexagonOptAddrMode () |
void | llvm::initializeHexagonOptAddrModePass (PassRegistry &) |
INITIALIZE_PASS_BEGIN (HexagonOptAddrMode, "amode-opt", "Optimize addressing mode", false, false) INITIALIZE_PASS_END(HexagonOptAddrMode | |
Variables | |
static cl::opt< int > | CodeGrowthLimit ("hexagon-amode-growth-limit", cl::Hidden, cl::init(0), cl::desc("Code growth limit for address mode " "optimization")) |
amode | opt |
amode Optimize addressing | mode |
amode Optimize addressing | false |
#define DEBUG_TYPE "opt-addr-mode" |
Definition at line 41 of file HexagonOptAddrMode.cpp.
INITIALIZE_PASS_BEGIN | ( | HexagonOptAddrMode | , |
"amode-opt" | , | ||
"Optimize addressing mode" | , | ||
false | , | ||
false | |||
) |
|
static |
amode Optimize addressing false |
Definition at line 123 of file HexagonOptAddrMode.cpp.
amode Optimize addressing mode |
Definition at line 123 of file HexagonOptAddrMode.cpp.
Referenced by llvm::canConstantFoldCallTo(), DecodeCPSInstruction(), llvm::X86Disassembler::decodeInstruction(), DecodeRFEInstruction(), and DecodeT2CPSInstruction().
amode opt |
Definition at line 123 of file HexagonOptAddrMode.cpp.