LLVM 17.0.0git
|
#include "AMDGPU.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/ADT/SetVector.h"
#include "llvm/Analysis/CallGraph.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/OptimizedStructLayout.h"
#include "llvm/Transforms/Utils/BasicBlockUtils.h"
#include "llvm/Transforms/Utils/ModuleUtils.h"
#include <tuple>
#include <vector>
#include <cstdio>
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "amdgpu-lower-module-lds" |
Functions | |
INITIALIZE_PASS (AMDGPULowerModuleLDS, DEBUG_TYPE, "Lower uses of LDS variables from non-kernel functions", false, false) ModulePass *llvm | |
#define DEBUG_TYPE "amdgpu-lower-module-lds" |
Definition at line 151 of file AMDGPULowerModuleLDSPass.cpp.
INITIALIZE_PASS | ( | AMDGPULowerModuleLDS | , |
DEBUG_TYPE | , | ||
"Lower uses of LDS variables from non-kernel functions" | , | ||
false | , | ||
false | |||
) |
Definition at line 1296 of file AMDGPULowerModuleLDSPass.cpp.