LLVM 22.0.0git
llvm::AMDGPULowerModuleLDSPass Struct Reference

#include "Target/AMDGPU/AMDGPU.h"

Inheritance diagram for llvm::AMDGPULowerModuleLDSPass:
[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 138 of file AMDGPU.h.

Constructor & Destructor Documentation

◆ AMDGPULowerModuleLDSPass()

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

Definition at line 140 of file AMDGPU.h.

References TM.

Member Function Documentation

◆ run()

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

Member Data Documentation

◆ TM

const AMDGPUTargetMachine& llvm::AMDGPULowerModuleLDSPass::TM

Definition at line 139 of file AMDGPU.h.

Referenced by AMDGPULowerModuleLDSPass(), and run().


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