|
LLVM 22.0.0git
|
#include "Target/AMDGPU/AMDGPU.h"
Public Member Functions | |
| AMDGPULowerModuleLDSPass (const AMDGPUTargetMachine &TM_) | |
| PreservedAnalyses | run (Module &M, ModuleAnalysisManager &AM) |
| Public Member Functions inherited from llvm::PassInfoMixin< AMDGPULowerModuleLDSPass > | |
| void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Public Attributes | |
| const AMDGPUTargetMachine & | TM |
Additional Inherited Members | |
| Static Public Member Functions inherited from llvm::PassInfoMixin< AMDGPULowerModuleLDSPass > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. | |
|
inline |
| PreservedAnalyses AMDGPULowerModuleLDSPass::run | ( | Module & | M, |
| ModuleAnalysisManager & | AM ) |
Definition at line 1576 of file AMDGPULowerModuleLDSPass.cpp.
References llvm::PreservedAnalyses::all(), llvm::PreservedAnalyses::none(), and TM.
| const AMDGPUTargetMachine& llvm::AMDGPULowerModuleLDSPass::TM |
Definition at line 139 of file AMDGPU.h.
Referenced by AMDGPULowerModuleLDSPass(), and run().