LLVM 20.0.0git
|
#include "AMDGPU.h"
#include "AMDGPUMemoryUtils.h"
#include "AMDGPUTargetMachine.h"
#include "Utils/AMDGPUBaseInfo.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 |
#define DEBUG_TYPE "amdgpu-lower-module-lds" |
Definition at line 212 of file AMDGPULowerModuleLDSPass.cpp.
INITIALIZE_PASS_BEGIN | ( | AMDGPULowerModuleLDSLegacy | , |
DEBUG_TYPE | , | ||
"Lower uses of LDS variables from non-kernel functions" | , | ||
false | , | ||
false | |||
) |
DEBUG_TYPE |
Definition at line 1408 of file AMDGPULowerModuleLDSPass.cpp.
Definition at line 1410 of file AMDGPULowerModuleLDSPass.cpp.
Definition at line 1409 of file AMDGPULowerModuleLDSPass.cpp.
Referenced by LLVMCreateSimpleMCJITMemoryManager().