LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::AMDGPULowerModuleLDSPass Struct Reference

#include "Target/AMDGPU/AMDGPU.h"

Inheritance diagram for llvm::AMDGPULowerModuleLDSPass:
Inheritance graph
[legend]

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 AMDGPUTargetMachineTM
 

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.
 

Detailed Description

Definition at line 133 of file AMDGPU.h.

Constructor & Destructor Documentation

◆ AMDGPULowerModuleLDSPass()

llvm::AMDGPULowerModuleLDSPass::AMDGPULowerModuleLDSPass ( const AMDGPUTargetMachine TM_)
inline

Definition at line 135 of file AMDGPU.h.

Member Function Documentation

◆ run()

PreservedAnalyses AMDGPULowerModuleLDSPass::run ( Module M,
ModuleAnalysisManager AM 
)

Member Data Documentation

◆ TM

const AMDGPUTargetMachine& llvm::AMDGPULowerModuleLDSPass::TM

Definition at line 134 of file AMDGPU.h.

Referenced by run().


The documentation for this struct was generated from the following files: