|
LLVM 22.0.0git
|
#include "Hexagon.h"#include "HexagonInstrInfo.h"#include "HexagonSubtarget.h"#include "MCTargetDesc/HexagonBaseInfo.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/RDFGraph.h"#include "llvm/CodeGen/RDFLiveness.h"#include "llvm/CodeGen/RDFRegisters.h"#include "llvm/CodeGen/TargetSubtargetInfo.h"#include "llvm/InitializePasses.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.
Macros | |
| #define | DEBUG_TYPE "opt-addr-mode" |
Functions | |
| 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")) |
| cl::opt< unsigned > | RDFFuncBlockLimit |
| amode | opt |
| amode Optimize addressing | mode |
| amode Optimize addressing | false |
| #define DEBUG_TYPE "opt-addr-mode" |
Definition at line 42 of file HexagonOptAddrMode.cpp.
| INITIALIZE_PASS_BEGIN | ( | HexagonOptAddrMode | , |
| "amode-opt" | , | ||
| "Optimize addressing mode" | , | ||
| false | , | ||
| false | ) |
References INITIALIZE_PASS_DEPENDENCY.
|
static |
| amode Optimize addressing false |
Definition at line 133 of file HexagonOptAddrMode.cpp.
| amode Optimize addressing mode |
Definition at line 132 of file HexagonOptAddrMode.cpp.
Referenced by DecodeCPSInstruction(), DecodeT2CPSInstruction(), and llvm::sys::fs::mapped_file_region::mapped_file_region().
| amode opt |
Definition at line 132 of file HexagonOptAddrMode.cpp.