LLVM
15.0.0git
|
#include "AMDGPU.h"
#include "Utils/AMDGPUBaseInfo.h"
#include "Utils/AMDGPUMemoryUtils.h"
#include "llvm/ADT/STLExtras.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/MDBuilder.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/ModuleUtils.h"
#include <vector>
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 | |
Variables | |
static cl::opt< bool > | SuperAlignLDSGlobals ("amdgpu-super-align-lds-globals", cl::desc("Increase alignment of LDS if it is not on align boundary"), cl::init(true), cl::Hidden) |
#define DEBUG_TYPE "amdgpu-lower-module-lds" |
Definition at line 48 of file AMDGPULowerModuleLDSPass.cpp.
INITIALIZE_PASS | ( | AMDGPULowerModuleLDS | , |
DEBUG_TYPE | , | ||
"Lower uses of LDS variables from non-kernel functions" | , | ||
false | , | ||
false | |||
) |
Definition at line 466 of file AMDGPULowerModuleLDSPass.cpp.