|
LLVM
4.0.0
|
#include "HexagonInstrInfo.h"#include "HexagonSubtarget.h"#include "MCTargetDesc/HexagonBaseInfo.h"#include "RDFGraph.h"#include "RDFLiveness.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/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>#include <map>Go to the source code of this file.
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Macros | |
| #define | DEBUG_TYPE "opt-addr-mode" |
Functions | |
| FunctionPass * | llvm::createHexagonOptAddrMode () |
| void | llvm::initializeHexagonOptAddrModePass (PassRegistry &) |
| INITIALIZE_PASS_BEGIN (HexagonOptAddrMode,"opt-amode","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")) |
| opt | amode |
| opt Optimize addressing | mode |
| opt Optimize addressing | false |
| #define DEBUG_TYPE "opt-addr-mode" |
Definition at line 13 of file HexagonOptAddrMode.cpp.
| INITIALIZE_PASS_BEGIN | ( | HexagonOptAddrMode | , |
| "opt-amode" | , | ||
| "Optimize addressing mode" | , | ||
| false | , | ||
| false | |||
| ) |
| opt amode |
Definition at line 119 of file HexagonOptAddrMode.cpp.
|
static |
| opt Optimize addressing false |
Definition at line 119 of file HexagonOptAddrMode.cpp.
| opt Optimize addressing mode |
Definition at line 119 of file HexagonOptAddrMode.cpp.
Referenced by DecodeCPSInstruction(), llvm::X86Disassembler::decodeInstruction(), DecodeRFEInstruction(), and DecodeT2CPSInstruction().
1.8.6