|
LLVM
8.0.1
|
#include "HexagonSubtarget.h"#include "HexagonTargetMachine.h"#include "HexagonTargetObjectFile.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineInstrBuilder.h"#include "llvm/CodeGen/Passes.h"#include "llvm/CodeGen/TargetInstrInfo.h"#include "llvm/CodeGen/TargetRegisterInfo.h"
Go to the source code of this file.
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
Macros | |
| #define | DEBUG_TYPE "xfer" |
Functions | |
| FunctionPass * | llvm::createHexagonSplitConst32AndConst64 () |
| void | llvm::initializeHexagonSplitConst32AndConst64Pass (PassRegistry &) |
| INITIALIZE_PASS (HexagonSplitConst32AndConst64, "split-const-for-sdata", "Hexagon Split Const32s and Const64s", false, false) bool HexagonSplitConst32AndConst64 | |
| #define DEBUG_TYPE "xfer" |
Definition at line 31 of file HexagonSplitConst32AndConst64.cpp.
| INITIALIZE_PASS | ( | HexagonSplitConst32AndConst64 | , |
| "split-const-for-sdata" | , | ||
| "Hexagon Split Const32s and Const64s" | , | ||
| false | , | ||
| false | |||
| ) |
Definition at line 59 of file HexagonSplitConst32AndConst64.cpp.
References B, llvm::BuildMI(), llvm::HexagonISD::CONST32, E, llvm::MCInstrInfo::get(), llvm::MachineInstr::getDebugLoc(), llvm::MachineOperand::getImm(), llvm::MachineInstr::getOpcode(), llvm::MachineInstr::getOperand(), llvm::MachineOperand::getReg(), llvm::MCRegisterInfo::getSubReg(), I, MI, TII, and TRI.
1.8.13