LLVM 17.0.0git
Namespaces | Macros | Functions | Variables
AMDGPUReplaceLDSUseWithPointer.cpp File Reference
#include "AMDGPU.h"
#include "GCNSubtarget.h"
#include "Utils/AMDGPUBaseInfo.h"
#include "Utils/AMDGPUMemoryUtils.h"
#include "llvm/ADT/DenseMap.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/ReplaceConstant.h"
#include "llvm/InitializePasses.h"
#include "llvm/Pass.h"
#include "llvm/Support/Debug.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Transforms/Utils/BasicBlockUtils.h"
#include "llvm/Transforms/Utils/ModuleUtils.h"
#include <algorithm>
#include <vector>
Include dependency graph for AMDGPUReplaceLDSUseWithPointer.cpp:

Go to the source code of this file.

Namespaces

namespace  AMDGPU
 

Macros

#define DEBUG_TYPE   "amdgpu-replace-lds-use-with-pointer"
 

Functions

 INITIALIZE_PASS_BEGIN (AMDGPUReplaceLDSUseWithPointer, DEBUG_TYPE, "Replace within non-kernel function use of LDS with pointer", false, false) INITIALIZE_PASS_END(AMDGPUReplaceLDSUseWithPointer
 

Variables

 DEBUG_TYPE
 
Replace within non kernel function use of LDS with pointer
 
Replace within non kernel function use of LDS with false
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "amdgpu-replace-lds-use-with-pointer"

Definition at line 108 of file AMDGPUReplaceLDSUseWithPointer.cpp.

Function Documentation

◆ INITIALIZE_PASS_BEGIN()

INITIALIZE_PASS_BEGIN ( AMDGPUReplaceLDSUseWithPointer  ,
DEBUG_TYPE  ,
"Replace within non-kernel function use of LDS with pointer"  ,
false  ,
false   
)

Variable Documentation

◆ DEBUG_TYPE

DEBUG_TYPE

Definition at line 630 of file AMDGPUReplaceLDSUseWithPointer.cpp.

◆ false

Replace within non kernel function use of LDS with false

Definition at line 632 of file AMDGPUReplaceLDSUseWithPointer.cpp.

◆ pointer

Replace within non kernel function use of LDS with pointer

Definition at line 631 of file AMDGPUReplaceLDSUseWithPointer.cpp.

Referenced by llvm::LLT::getElementType().