|
LLVM
4.0.0
|
#include "HexagonInstrInfo.h"#include "HexagonRegisterInfo.h"#include "HexagonSubtarget.h"#include "llvm/ADT/SmallPtrSet.h"#include "llvm/ADT/StringRef.h"#include "llvm/Analysis/AliasAnalysis.h"#include "llvm/Analysis/MemoryLocation.h"#include "llvm/CodeGen/MachineBasicBlock.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineInstr.h"#include "llvm/CodeGen/MachineInstrBuilder.h"#include "llvm/CodeGen/MachineMemOperand.h"#include "llvm/CodeGen/MachineOperand.h"#include "llvm/CodeGen/MachineRegisterInfo.h"#include "llvm/IR/DebugLoc.h"#include "llvm/MC/MCInstrDesc.h"#include "llvm/Pass.h"#include "llvm/Support/Debug.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/MathExtras.h"#include "llvm/Support/raw_ostream.h"#include <algorithm>#include <cassert>#include <cstdint>#include <iterator>#include <vector>Go to the source code of this file.
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Macros | |
| #define | DEBUG_TYPE "hexagon-widen-stores" |
Functions | |
| FunctionPass * | llvm::createHexagonStoreWidening () |
| void | llvm::initializeHexagonStoreWideningPass (PassRegistry &) |
| static unsigned | getBaseAddressRegister (const MachineInstr *MI) |
| static int64_t | getStoreOffset (const MachineInstr *MI) |
| static const MachineMemOperand & | getStoreTarget (const MachineInstr *MI) |
| INITIALIZE_PASS_BEGIN (HexagonStoreWidening,"hexagon-widen-stores","Hexason Store Widening", false, false) INITIALIZE_PASS_END(HexagonStoreWidening | |
Variables | |
| hexagon widen | stores |
| hexagon widen Hexagon Store | Widening |
| hexagon widen Hexagon Store | false |
| #define DEBUG_TYPE "hexagon-widen-stores" |
Definition at line 24 of file HexagonStoreWidening.cpp.
|
static |
Definition at line 117 of file HexagonStoreWidening.cpp.
References assert(), llvm::MachineInstr::getOperand(), llvm::MachineOperand::getReg(), and llvm::MachineOperand::isReg().
|
static |
Definition at line 123 of file HexagonStoreWidening.cpp.
References assert(), llvm::dbgs(), llvm::MachineOperand::getImm(), llvm::MachineInstr::getOpcode(), llvm::MachineInstr::getOperand(), llvm::MachineOperand::isImm(), llvm_unreachable, and MI.
|
static |
Definition at line 141 of file HexagonStoreWidening.cpp.
References assert(), llvm::MachineInstr::memoperands_begin(), and llvm::MachineInstr::memoperands_empty().
| INITIALIZE_PASS_BEGIN | ( | HexagonStoreWidening | , |
| "hexagon-widen-stores" | , | ||
| "Hexason Store Widening" | , | ||
| false | , | ||
| false | |||
| ) |
| hexagon widen Hexagon Store false |
Definition at line 149 of file HexagonStoreWidening.cpp.
| hexagon widen stores |
Definition at line 149 of file HexagonStoreWidening.cpp.
Referenced by llvm::HexagonShuffler::check().
| hexagon widen Hexagon Store Widening |
Definition at line 149 of file HexagonStoreWidening.cpp.
1.8.6