|
LLVM 22.0.0git
|
#include "Hexagon.h"#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.
Macros | |
| #define | DEBUG_TYPE "xfer" |
Functions | |
| 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 50 of file HexagonSplitConst32AndConst64.cpp.
References llvm::MachineInstrBuilder::addImm(), B(), llvm::BuildMI(), DL, for(), llvm::HexagonTargetMachine::getObjFileLowering(), llvm::make_early_inc_range(), MI, Opc, TII, and TRI.