LLVM 17.0.0git
|
#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>
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 |
Definition at line 108 of file AMDGPUReplaceLDSUseWithPointer.cpp.
INITIALIZE_PASS_BEGIN | ( | AMDGPUReplaceLDSUseWithPointer | , |
DEBUG_TYPE | , | ||
"Replace within non-kernel function use of LDS with pointer" | , | ||
false | , | ||
false | |||
) |
DEBUG_TYPE |
Definition at line 630 of file AMDGPUReplaceLDSUseWithPointer.cpp.
Definition at line 632 of file AMDGPUReplaceLDSUseWithPointer.cpp.
Definition at line 631 of file AMDGPUReplaceLDSUseWithPointer.cpp.
Referenced by llvm::LLT::getElementType().