LLVM 19.0.0git
Namespaces | Macros | Functions
HexagonSplitConst32AndConst64.cpp File Reference
#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

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 

Macros

#define DEBUG_TYPE   "xfer"
 

Functions

FunctionPassllvm::createHexagonSplitConst32AndConst64 ()
 
void llvm::initializeHexagonSplitConst32AndConst64Pass (PassRegistry &)
 
 INITIALIZE_PASS (HexagonSplitConst32AndConst64, "split-const-for-sdata", "Hexagon Split Const32s and Const64s", false, false) bool HexagonSplitConst32AndConst64
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "xfer"

Definition at line 30 of file HexagonSplitConst32AndConst64.cpp.

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( HexagonSplitConst32AndConst64  ,
"split-const-for-sdata"  ,
"Hexagon Split Const32s and Const64s"  ,
false  ,
false   
)