LLVM 19.0.0git
Macros | Functions | Variables
AMDGPULowerModuleLDSPass.cpp File Reference
#include "AMDGPU.h"
#include "AMDGPUTargetMachine.h"
#include "Utils/AMDGPUBaseInfo.h"
#include "Utils/AMDGPUMemoryUtils.h"
#include "llvm/ADT/BitVector.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/DenseSet.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SetOperations.h"
#include "llvm/Analysis/CallGraph.h"
#include "llvm/CodeGen/TargetPassConfig.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/InlineAsm.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/IntrinsicsAMDGPU.h"
#include "llvm/IR/MDBuilder.h"
#include "llvm/IR/ReplaceConstant.h"
#include "llvm/InitializePasses.h"
#include "llvm/Pass.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/Format.h"
#include "llvm/Support/OptimizedStructLayout.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Transforms/Utils/BasicBlockUtils.h"
#include "llvm/Transforms/Utils/ModuleUtils.h"
#include <vector>
#include <cstdio>

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "amdgpu-lower-module-lds"
 

Functions

 INITIALIZE_PASS_BEGIN (AMDGPULowerModuleLDSLegacy, DEBUG_TYPE, "Lower uses of LDS variables from non-kernel functions", false, false) INITIALIZE_PASS_END(AMDGPULowerModuleLDSLegacy
 

Variables

 DEBUG_TYPE
 
Lower uses of LDS variables from non kernel functions
 
Lower uses of LDS variables from non kernel false
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "amdgpu-lower-module-lds"

Definition at line 212 of file AMDGPULowerModuleLDSPass.cpp.

Function Documentation

◆ INITIALIZE_PASS_BEGIN()

INITIALIZE_PASS_BEGIN ( AMDGPULowerModuleLDSLegacy  ,
DEBUG_TYPE  ,
"Lower uses of LDS variables from non-kernel functions"  ,
false  ,
false   
)

Variable Documentation

◆ DEBUG_TYPE

DEBUG_TYPE

Definition at line 1638 of file AMDGPULowerModuleLDSPass.cpp.

◆ false

Lower uses of LDS variables from non kernel false

Definition at line 1640 of file AMDGPULowerModuleLDSPass.cpp.

◆ functions

Lower uses of LDS variables from non kernel functions

Definition at line 1639 of file AMDGPULowerModuleLDSPass.cpp.

Referenced by LLVMCreateSimpleMCJITMemoryManager().