|
LLVM 22.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/Analysis/ScopedNoAliasAA.h"#include "llvm/CodeGen/TargetPassConfig.h"#include "llvm/IR/Constants.h"#include "llvm/IR/DerivedTypes.h"#include "llvm/IR/Dominators.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 214 of file AMDGPULowerModuleLDSPass.cpp.
| INITIALIZE_PASS_BEGIN | ( | AMDGPULowerModuleLDSLegacy | , |
| DEBUG_TYPE | , | ||
| "Lower uses of LDS variables from non-kernel functions" | , | ||
| false | , | ||
| false | ) |
References DEBUG_TYPE, and INITIALIZE_PASS_DEPENDENCY.
| DEBUG_TYPE |
Definition at line 1567 of file AMDGPULowerModuleLDSPass.cpp.
| Lower uses of LDS variables from non kernel false |
Definition at line 1569 of file AMDGPULowerModuleLDSPass.cpp.
| Lower uses of LDS variables from non kernel functions |
Definition at line 1568 of file AMDGPULowerModuleLDSPass.cpp.
Referenced by LLVMCreateSimpleMCJITMemoryManager().